Input URI
{base url} + db/IMFM |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"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"
}
}
}
}
Examples
Inelastic Material Properties for Fiber Model
{
"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"
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
Concrete Material |
|||||
1 |
Inelastic Material of Concrete |
"CONC_NAME" |
String |
Blank |
Optional |
2 |
Confined Concrete for Columns |
"CONFINED_CONC_NAME" |
String |
Blank |
Optional |
3 |
Inelastic Material of Rebar |
"REBAR_NAME" |
String |
Blank |
Optional |
Steel Material |
|||||
1 |
Inelastic Material of Steel |
"STEEL_NAME" |
String |
Blank |
Optional |