[STLD] Static Load Cases
- Space Sync for Confluence
"STLD": {
"NAME": {
"__DESC__": "Static Load Case Name",
"__TYPE__": "String"
},
"TYPE": {
"__DESC__": "Static Load Case Type",
"__TYPE__": "String"
},
"DESC": {
"__DESC__": "Description",
"__TYPE__": "String"
}
}
Introduce Input Data Symbols
API - Value Type | Input Data |
---|
API - Value Type | Input Data | ||
---|---|---|---|
Integer |
| 🔴 | Essential |
String | ❌ | Unnecessary | |
Boolean | 🔺 | Optional | |
Real |
|
|
The required Input Data for defining Load Case
NO. | Name | API - Key | API - Value Type | Group |
---|
NO. | Name | API - Key | API - Value Type | Group |
---|---|---|---|---|
1 | Load Case No. | "KEY" | 🔴 | |
2 | Load Case Name | "NAME" | 🔴 | |
3 | Load Type | "TYPE" | 🔴 | |
4 | Description | "DESC" | 🔺 |
Load Type ("TYPE")
No | Load Type | Abbreviation | Category |
---|
No | Load Type | Abbreviation | Category |
---|---|---|---|
1 | User Defined Load | USER | User Defined |
2 | Dead Load | D | Dead Load |
3 | Dead Load of Component and Attachments | DC | Dead Load |
4 | Dead Load of Wearing Surfaces and Utilities | DW | Dead Load |
5 | Downdrag | DD | Foundation |
6 | Earth Pressure | EP | Ground |
7 | Active Earth Pressure for Native Ground of Non-cohesive Soil | EANN | Ground |
8 | Active Earth pressure for Native Ground of Cohesive Soil | EANC | Ground |
9 | Active Earth Pressure for Made Ground of Non-cohesive Soil | EAMN | Ground |
10 | Active Earth Pressure for Made Ground of Cohesive Soil | EAMC | Ground |
11 | Passive Earth Pressure for Native Ground of Non-cohesive Soil | EPNN | Ground |
12 | Passive Earth Pressure for Native Ground of Cohesive Soil | EPNC | Ground |
13 | Passive Earth Pressure for Made Ground of Non-cohesive Soil | EPMN | Ground |
14 | Passive Earth Pressure for Made Ground of Cohesive Soil | EPMC | Ground |
15 | Horizontal Earth Pressure | EH | Ground |
16 | Vertical Earth Pressure | EV | Ground |
17 | Earth Surcharge Load | ES | Ground |
18 | Locked in Erection Stresses | EL | Construction |
19 | Live Load Surcharge | LS | Live Load |
20 | Trailer or Crawler Induced Surcharge | LSC | Live Load |
21 | Live Load | L | Live Load |
22 | Trailer or Crawler Induced Live Load | LC | Live Load |
23 | Overload Live Load | LP | Live Load |
24 | Live Load Impact | IL | Live Load |
25 | Overload Live Load Impact | ILP | Live Load |
26 | Centrifugal Force | CF | Live Load |
27 | Braking Load | BRK | Live Load |
28 | Longitudinal Force from Live Load | BK | Live Load |
29 | Crowd Load | CRL | Live Load |
30 | Prestress | PS | Tendon |
31 | Buoyancy | B | etc. |
32 | Ground Water Pressure | WP | Ground |
33 | Fluid Pressure | FP | etc. |
34 | Stream Flow Pressure | SF | Water |
35 | Wave Pressure | WPR | Water |
36 | Wind Load on Structure | W | Wind |
37 | Wind Load on Live Load | WL | Wind |
38 | Settlement | STL | Foundation |
39 | Creep | CR | Construction |
40 | Shrinkage | SH | Construction |
41 | Temperature | T | Temperature |
42 | Temperature Gradient | TPG | Temperature |
43 | Collision Load | CO | Impact |
44 | Vehicular Collision Force | CT | Impact |
45 | Vessel Collision Force | CV | Impact |
46 | Earthquake | E | Seismic |
47 | Friction | FR | etc. |
48 | Ice Pressure | IP | Weather |
49 | Construction Stage Load | CS | Construction |
50 | Erection Load | ER | Construction |
51 | Rib Shortening | RS | etc. |
52 | Grade Effect | GE | etc. |
53 | Roof Live Load | LR | Live Load |
54 | Snow Load | S | Weather |
55 | Rain Load | R | Weather |
56 | Movement of Foundation | GD | Foundation |
57 | Soil Heaving | SHV | Ground |
58 | Derailment Load | DRL | Impact |
The JSON format example for inputting Static Load Case
"STLD": {
"1": {
"NAME": "case1",
"TYPE": "USER",
"DESC": "description"
},
"2": {
"NAME": "case2",
"TYPE": "D"
},
"3": {
"NAME": "case3",
"TYPE": "DC"
}
}