Skip to main content
JSON Manual Created Edited

Static Load Cases

Input URI

{base url} + db/STLD



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "STLD": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NO": {
                "description": "No",
                "type": "integer"
            },
            "NAME": {
                "description": "StaticLoadCaseName",
                "type": "string"
            },
            "TYPE": {
                "description": "StaticLoadCaseType",
                "type": "string"
            },
            "DESC": {
                "description": "Description",
                "type": "string"
            }
        }
    }
}


Examples

Static Load Cases

{
    "Assign": {
        "1": {
            "NAME": "DL",
            "TYPE": "D",
            "DESC": "DeadLoads"
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Ordering Index in GUI

"NO"

Integer

-

Read Only

2

Load Case Name

"NAME"

String

-

Required

3

Load Type ¹⁾

"TYPE"

String

-

Required

4

Description

"DESC"

String

Blank

Optional



¹⁾ Available Load Type

No.

Load Type

Value

1

User Defined Load

"USER"

2

Dead Load

"D"

3

Dead Load of Component and Attachments

"DC"

4

Dead Load of Wearing Surfaces and Utilities

"DW"

5

Down Drag

"DD"

6

Earth Pressure

"EP"

7

Active Earth Pressure for Native Ground of Non-cohesive Soil

"EANN"

8

Active Earth pressure for Native Ground of Cohesive Soil

"EANC"

9

Active Earth Pressure for Made Ground of Non-cohesive Soil

"EAMN"

10

Active Earth Pressure for Made Ground of Cohesive Soil

"EAMC"

11

Passive Earth Pressure for Native Ground of Non-cohesive Soil

"EPNN"

12

Passive Earth Pressure for Native Ground of Cohesive Soil

"EPNC"

13

Passive Earth Pressure for Made Ground of Non-cohesive Soil

"EPMN"

14

Passive Earth Pressure for Made Ground of Cohesive Soil

"EPMC"

15

Horizontal Earth Pressure

"EH"

16

Vertical Earth Pressure

"EV"

17

Earth Surcharge Load

"ES"

18

Locked in Erection Stresses

"EL"

19

Live Load Surcharge

"LS"

20

Trailer or Crawler Induced Surcharge

"LSC"

21

Live Load

"L"

22

Trailer or Crawler Induced Live Load

"LC"

23

Overload Live Load

"LP"

24

Live Load Impact

"IL"

25

Overload Live Load Impact

"ILP"

26

Centrifugal Force

"CF"

27

Braking Load

"BRK"

28

Longitudinal Force from Live Load

"BK"

29

Crowd Load

"CRL"

30

Prestress

"PS"

31

Buoyancy

"B"

32

Ground Water Pressure

"WP"

33

Fluid Pressure

"FP"

34

Stream Flow Pressure

"SF"

35

Wave Pressure

"WPR"

36

Wind Load on Structure

"W"

37

Wind Load on Live Load

"WL"

38

Settlement

"STL"

39

Creep

"CR"

40

Shrinkage

"SH"

41

Temperature

"T"

42

Temperature Gradient

"TPG"

43

Collision Load

"CO"

44

Vehicular Collision Force

"CT"

45

Vessel Collision Force

"CV"

46

Earthquake

"E"

47

Friction

"FR"

48

Ice Pressure

"IP"

49

Construction Stage Load

"CS"

50

Erection Load

"ER"

51

Rib Shortening

"RS"

52

Grade Effect

"GE"

53

Roof Live Load

"LR"

54

Snow Load

"S"

55

Rain Load

"R"

56

Longitudinal Force

"LF"

57

RAKING Force

"RF"

58

Movement of Foundation

"GD"

59

Soil Heaving

"SHV"

60

Derailment Load

"DRL"

61

Across Wind Load

"WA"

62

Torsional Wind Load

"WT"

63

Vertical Earthquake

"EVT"

64

Earthquake Earth Pressure

"EEP"

65

Explosion Load

"EX"

66

Imperfection Load

"I"

67

Earthquake for Elastic

"EE"



MIDAS CIVIL NX only

MIDAS GEN NX only

0
Was this article helpful?