[FRLS] Beam End Release

"FRLS": { "ITEMS": { "__DESC__": "Items", "__TYPE__": [ { "ID": { "__DESC__": "ID", "__TYPE__": "Integer" }, "GROUP_NAME": { "__DESC__": "Boundary Group Name", "__TYPE__": "String" }, "bVALUE": { "__DESC__": "Is Value?", "__TYPE__": "Bool" }, "FLAG_I": { "__DESC__": "I Flag", "__TYPE__": "String" }, "VALUE_I": { "__DESC__": "I Fxi, Fyi, Fzi, Mxi, Myi, Mzi, Mbi", "__TYPE__": [ "Real", "Real", "Real", "Real", "Real", "Real", "Real" ] }, "FLAG_J": { "__DESC__": "J Flag", "__TYPE__": "String" }, "VALUE_J": { "__DESC__": "J Fxj, Fyj, Fzj, Mxj, Myj, Mzj, Mbj", "__TYPE__": [ "Real", "Real", "Real", "Real", "Real", "Real", "Real" ] } } ] } }

 

  • 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 Beam End Release

NO.

Name

API - Key

API - Value Type

Default

Beam End Release

NO.

Name

API - Key

API - Value Type

Default

Beam End Release

1

Element No.

“KEY”

 

🔴

2

 

"ITEMS"

 

 

🔴

3

Serial Number

  • If Add or Replace

"ID"

0

🔺

4

Boundary Group Name

"GROUP_NAME"

 

🔺

5

Input Method

  • Relative : false

  • Value : true

"bVALUE"

FALSE

🔺

6

Release i-Node

"FLAG_I"

 

🔴

7

Partial Fixity

Fxi, Fyi, Fzi, Mxi, Myi, Mzi, Mbi

"VALUE_I"

0

🔺

8

Release j-Node

"FLAG_J"

 

🔴

9

Partial Fixity

Fxj, Fyj, Fzj, Mxj, Myj, Mzj, Mbj

"VALUE_J"

0

🔺

 

  • The JSON format example for inputting Beam End Release

"FRLS": { "1001": { "ITEMS": [ { "ID": 1, "GROUP_NAME": "B1", "bVALUE": false, "FLAG_I": "0000110", "VALUE_I": [ 0.0, 0.0, 0.0, 0.0, 0.1, 0.2, 0.0 ], "FLAG_J": "0000110", "VALUE_J": [ 0.0, 0.0, 0.0, 0.0, 0.3, 0.4, 0.0 ] } ] } }