[USLC] Using Load Combinations

gcmd -c "OPE.USLC(PATH)"

 

  • 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 Using Load Combinations

NO.

Name

API - Key

API - Value Type

Default

Using Load Combinations

NO.

Name

API - Key

API - Value Type

Default

Using Load Combinations

1

Load Case & Design Combination Name

"PREFIX"

““

🔺

2

Desing Combination Generate Position

  • Steel Design : “STEEL”

  • Concrete Design : “CONC”

  • SRC Design : “SRC”

"POSITION"

 

🔴

 

Select Combinations

 

Select Combinations

"LCOM_LIST"

 

 

🔴

3

Load Combination Type

  • General : “GEN”

  • Steel Design : “STEEL”

  • Concrete Design : “CONC”

  • SRC Design : “SRC”

  • Composite Steel Girder Design : “STLCOMP”

  • Seismic : “SEISMIC”

"TYPE"

 

🔴

4

Load Combination Name

"NAME"

 

🔴

 

Select Loads

6

Selec Loads

"LOADS"

 

 

🔴

7

Self Weight

"SELF_WEIGHT"

FALSE

🔺

8

Nodal Body Force

"NODAL_BODY_FROCE"

FALSE

🔺

9

Nodal Load

"NODAL_LOAD"

FALSE

🔺

10

Specified Displacement

"SPECIFIED_DISPLACEMENT"

FALSE

🔺

11

Beam Load

"BEAM_LOAD"

FALSE

🔺

12

Floor Load

"FLOOR_LOAD"

FALSE

🔺

13

Finishing Material Load

"FINISHING_MATERIAL_LOAD"

FALSE

🔺

14

Pressure Load

"PRESSURE_LOAD"

FALSE

🔺

15

Plane Load

"PLANE_LOAD"

FALSE

🔺

16

System Temperature

"SYSTEM_TEMPERATURE"

FALSE

🔺

17

Nodal Temperature

"NODAL_TEMPERATURE"

FALSE

🔺

18

Element Temperature

"ELEMENT_TEMPERATURE"

FALSE

🔺

19

Temperature Gradient

"TEMPERATURE_GRADIENT"

FALSE

🔺

20

Beam Section Temperature

"BEAM_SECTION_TEMPERATURE"

FALSE

🔺

21

Prestress Load

"PRESTRESS_LOAD"

FALSE

🔺

22

Pretension Load

"PRETENSION_LOAD"

FALSE

🔺

23

Tendon Prestress Load

"TENDON_PRESTRESS_LOAD"

FALSE

🔺

 

  • The JSON format example for inputting Using Load Combinations

{ "LCOM_LIST" : [ { "TYPE": "GEN", "NAME": "LCB1" }, { "TYPE": "GEN", "NAME": "LCB2" } ], "PREFIX" : "NH", "POSITION": "CONC", "LOADS" : { "SELF_WEIGHT":true, "NODAL_BODY_FROCE":true, "NODAL_LOAD":true, "SPECIFIED_DISPLACEMENT":true, "BEAM_LOAD":true, "FLOOR_LOAD":true, "FINISHING_MATERIAL_LOAD":true, "PRESSURE_LOAD":true, "PLANE_LOAD":true, "SYSTEM_TEMPERATURE":true, "NODAL_TEMPERATURE":true, "ELEMENT_TEMPERATURE":true, "TEMPERATURE_GRADIENT":true, "BEAM_SECTION_TEMPERATURE":true, "PRESTRESS_LOAD":true, "PRETENSION_LOAD":true, "TENDON_PRESTRESS_LOAD":true } }