[STYP] Structure Type

"STYP": { "STYP": { "__DESC__": "Structure Type", "__TYPE__": "Integer" }, "MASS": { "__DESC__": "Mass Type", "__TYPE__": "Integer" }, "bMASSOFFSET": { "__DESC__": "Consider Offset", "__TYPE__": "Bool" }, "bSELFWEIGHT": { "__DESC__": "Convert Self Weigth", "__TYPE__": "Bool" }, "SMASS": { "__DESC__": "Structure Mass Type", "__TYPE__": "Integer" }, "GRAV": { "__DESC__": "Gravity", "__TYPE__": "Real" }, "TEMP": { "__DESC__": "Initial Temperature", "__TYPE__": "Real" }, "bALIGNBEAM": { "__DESC__": "Align Top of Beam Section", "__TYPE__": "Bool" }, "bALIGNSLAB": { "__DESC__": "Align Top of Slab(Plate)", "__TYPE__": "Bool" }, "bROTRIGID": { "__DESC__": "Considering Rotational Rigid", "__TYPE__": "Bool" } }

 

  • 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 Structure Type

NO.

Name

API - Key

API - Value Type

Default

Structure Type

NO.

Name

API - Key

API - Value Type

Default

Structure Type

1

Structure Type

  • ID = “1”

“KEY”

 

🔴

2

Structure Type

  • 3-D : 0

  • X-Z Plane : 1

  • Y-Z Plane : 2

  • X-Y Plane : 3

  • Constraint RZ : 4

"STYP"

0

🔺

3

Gravity

"GRAV"

 

🔴

4

Initial Temperature

"TEMP"

0

🔺

 

Mass Control Parameter

5

Mass Type

  • Lumped Mass : 1

  • Consistent Mass : 2

"MASS"

 

🔴

6

Consider Off-diagonal Masses

"bMASSOFFSET"

FASLE

🔺

7

Considering Rotational Rigid Body Mode for Modal Participation Factor

"bROTRIGID"

FASLE

🔺

8

Convert Self-weigth into Masses

"bSELFWEIGHT"

FASLE

🔺

9

Structure Mass Type

  • Convert to X, Y, Z : 1

  • Convert to X, Y : 2

  • Convert to Z : 3

"SMASS"

 

🔺

 

Display Option

10

Align Top of Beam Section

"bALIGNBEAM"

FALSE

🔺

11

Align Top of Slab(Plate)

"bALIGNSLAB"

FALSE

🔺

 

  • The JSON format example for inputting Structure Type

"STYP": { "1": { "STYP": 0, "MASS": 1, "SMASS": 1, "bMASSOFFSET": true, "bSELFWEIGHT": true, "GRAV": 9.806, "TEMP": 0.0, "bALIGNBEAM": true, "bALIGNSLAB": true, "bROTRIGID": false } }