入力 URI
{base url} + db/IMFM |
---|
メソッド
POST, GET, PUT, DELETE |
---|
JSON スキーマ
詳細
{
"IMFM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"CONC_NAME": {
"description": "FiberModelPropertyName(Concrete)",
"type": "string"
},
"CONFINED_CONC_NAME": {
"description": "FiberModelPropertyName(ConfinedConcrete)",
"type": "string"
},
"REBAR_NAME": {
"description": "FiberModelPropertyName(Rebar)",
"type": "string"
},
"STEEL_NAME": {
"description": "FiberModelPropertyName(Steel)",
"type": "string"
}
}
}
}
"IMFM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"CONC_NAME": {
"description": "FiberModelPropertyName(Concrete)",
"type": "string"
},
"CONFINED_CONC_NAME": {
"description": "FiberModelPropertyName(ConfinedConcrete)",
"type": "string"
},
"REBAR_NAME": {
"description": "FiberModelPropertyName(Rebar)",
"type": "string"
},
"STEEL_NAME": {
"description": "FiberModelPropertyName(Steel)",
"type": "string"
}
}
}
}
例
ファイバー要素の非線形材料
{
"Assign": {
"7": {
"STEEL_NAME": "Inealstic_Steel"
},
"8": {
"CONC_NAME": "Inelastic_Conc",
"CONFINED_CONC_NAME": "Inelastic_Conc",
"REBAR_NAME": "Inealstic_Steel"
}
}
}
"Assign": {
"7": {
"STEEL_NAME": "Inealstic_Steel"
},
"8": {
"CONC_NAME": "Inelastic_Conc",
"CONFINED_CONC_NAME": "Inelastic_Conc",
"REBAR_NAME": "Inealstic_Steel"
}
}
}
仕様
No. | 説明 | Key | データ型 | Default | 必須 |
---|---|---|---|---|---|
Concrete Material |
|||||
1 |
Inelastic Material of Concrete |
"CONC_NAME" |
String |
Blank |
オプション |
2 |
Confined Concrete for Columns |
"CONFINED_CONC_NAME" |
String |
Blank |
オプション |
3 |
Inelastic Material of Rebar |
"REBAR_NAME" |
String |
Blank |
オプション |
Steel Material |
|||||
1 |
Inelastic Material of Steel |
"STEEL_NAME" |
String |
Blank |
オプション |