Input URI
|
{base url} + db/EPST |
|---|
Active Methods
|
POST, GET, PUT, DELETE |
|---|
JSON Schema
Details
"$schema": "http://json-schema.org/draft-07/schema#",
"Argument": {
"type": "object",
"properties": {
"LOADCASE": {
"description": " Load Case Name",
"type": "string"
},
"DIR": {
"description": " Direction",
"type": "string"
},
"ANGLE": {
"description": " Angle",
"type": "number"
},
"IN_PT": {
"description": " Inner Points(x,y,z)",
"type": "array",
"items": {
"type": "number",
"maxItems": 3
}
},
"SF": {
"description": " Scale Factor",
"type": "number"
},
"EP_TYPE": {
"description": " Static Earth Pressure Type",
"type": "string"
},
"SURCHARGE_LOAD": {
"description": " SurchargeMethod",
"type": "number"
},
"WATER_LEVEL": {
"description": " Water Level",
"type": "number"
},
"SOIL_PROP": {
"description": " Soil Property",
"type": "string"
},
"SEL_TYPE": {
"description": " Selection Type",
"type": "string"
},
"ELEM_TYPE": {
"description": " Element Type",
"type": "string"
},
"NODE_LIST": {
"description": " Elements Defining Loading Area (Node)",
"type": "array",
"items": {
"type": "integer"
}
},
"ELEM_LIST": {
"description": " Elements Defining Loading Area (Element)",
"type": "array",
"items": {
"type": "integer"
}
},
"LOADING_AREA_GROUP": {
"description": " Load Area Group",
"type": "integer"
},
"PRES_PROFILE_ITEMS": {
"description": " Pressure Profile Items",
"type": "array",
"items": {
"type": "object",
"properties": {
"LEVEL": {
"description": " Level",
"type": "number"
},
"SOIL_PRES": {
"description": " Soil Pressure",
"type": "number"
},
"ADD_PRES": {
"description": " Additional Pressure",
"type": "number"
}
}
}
}
}
}
}
Examples
Import to Json
"Assign": {
"1": {
"LOADCASE": "HsX(+)",
"DIR": "XY",
"ANGLE": 0,
"IN_PT": [
5000,
0,
0
],
"SF": 1,
"EP_TYPE": "AT_REST",
"SURCHARGE_LOAD": 16,
"WATER_LEVEL": -4.7,
"SOIL_PROP": "Soil-1",
"SEL_TYPE": "GRUP",
"ELEM_TYPE": "FRAME",
"LOADING_AREA_GROUP": 1,
"PRES_PROFILE_ITEMS": [
{
"LEVEL": 6,
"SOIL_PRES": 8,
"ADD_PRES": 0
},
{
"LEVEL": -1,
"SOIL_PRES": 67.5,
"ADD_PRES": 0
},
{
"LEVEL": -2,
"SOIL_PRES": 76.00000000000001,
"ADD_PRES": 0
},
{
"LEVEL": -3,
"SOIL_PRES": 84.50000000000001,
"ADD_PRES": 0
},
{
"LEVEL": -4,
"SOIL_PRES": 93.00000000000003,
"ADD_PRES": 0
},
{
"LEVEL": -4.700000000000001,
"SOIL_PRES": 98.95000000000003,
"ADD_PRES": 0
},
{
"LEVEL": -5,
"SOIL_PRES": 102.97099750000002,
"ADD_PRES": 0
},
{
"LEVEL": -6,
"SOIL_PRES": 116.37432250000005,
"ADD_PRES": 0
},
{
"LEVEL": -7,
"SOIL_PRES": 129.77764750000003,
"ADD_PRES": 0
},
{
"LEVEL": -8,
"SOIL_PRES": 143.18097250000005,
"ADD_PRES": 0
},
{
"LEVEL": -9,
"SOIL_PRES": 157.08429750000005,
"ADD_PRES": 0
},
{
"LEVEL": -10,
"SOIL_PRES": 170.98762250000007,
"ADD_PRES": 0
},
{
"LEVEL": -11,
"SOIL_PRES": 184.89094750000007,
"ADD_PRES": 0
},
{
"LEVEL": -12,
"SOIL_PRES": 198.7942725000001,
"ADD_PRES": 0
},
{
"LEVEL": -13,
"SOIL_PRES": 212.6975975000001,
"ADD_PRES": 0
},
{
"LEVEL": -14,
"SOIL_PRES": 226.6009225000001,
"ADD_PRES": 0
},
{
"LEVEL": -15,
"SOIL_PRES": 240.5042475000001,
"ADD_PRES": 0
},
{
"LEVEL": -16,
"SOIL_PRES": 254.40757250000013,
"ADD_PRES": 0
},
{
"LEVEL": -17,
"SOIL_PRES": 268.31089750000007,
"ADD_PRES": 0
},
{
"LEVEL": -18,
"SOIL_PRES": 282.2142225000001,
"ADD_PRES": 0
},
{
"LEVEL": -19,
"SOIL_PRES": 296.11754750000006,
"ADD_PRES": 0
},
{
"LEVEL": -20,
"SOIL_PRES": 310.0208725000001,
"ADD_PRES": 0
},
{
"LEVEL": -21,
"SOIL_PRES": 326.92419750000005,
"ADD_PRES": 0
}
]
}
}
}
Specifications
| No. | Description | Key | Value Type | Default | Required | |
|---|---|---|---|---|---|---|
|
1 |
Prameters of Soil Properties Name |
"LOADCASE" |
String |
- |
Required |
|
|
2 |
Load Direction • XY: Apply load in horizontal direction • NORMAL: Apply load normal to surface |
"DIR" |
Stringr |
XY |
Optional |
|
|
3 |
Static Earth Pressure Angle |
"ANGLE" |
Number |
- |
Required |
|
|
4 |
Inner Point |
"IN_PT" |
Array[Number] |
- |
Optional |
|
|
5 |
Scale Factor |
"SF" |
Number |
- |
Required |
|
|
6 |
Static Earth Pressure Type • At_Rest • Active |
"EP_TYPE": |
Number |
- |
Required |
|
|
7 |
Surcharge Load |
"SURCHARGE_LOAD" |
Number |
- |
Required |
|
|
8 |
Water Level |
"WATER_LEVEL" |
Number |
- |
Required |
|
|
9 |
Parameters of Soil Properties |
"SOIL_PROP" |
String |
- |
Required |
|
|
10 |
Selection Type • GRUP: Use Area Group from Loading Area Plane • ELEMENT: Use selected boundary elements |
"SEL_TYPE" |
String |
- |
Required |
|
|
11 |
Element Type • FRAME: Apply loads to frame nodes • PLANAR: Apply loads to planar element nodes |
"ELEM_TYPE" |
String |
- |
Required |
|
|
12 |
Node List |
"NODE_LIST" |
Array(Integer) | - | Optional | |
|
13 |
Element List |
"ELEM_LIST" |
Array(Integer) | - | Optional | |
| 14 | Loading Area Group Name |
"LOADING_AREA_GROUP" |
Integer | - | Optional | |
| 15 | Pressure Profile Items |
"PRES_PROFILE_ITEMS" |
Array(Object) | - | Optional | |
| (1) | Level of each pressure profile point |
"LEVEL" |
Number | - | Required | |
| (2) | Soil pressure at each level |
"SOIL_PRES" |
Number | - | Required | |
| (3) | Additional pressure at each level |
"ADD_PRES" |
Number | - | Required | |
Specifications
| No. | Description | Key | Value Type | Default | Required | |
|---|---|---|---|---|---|---|
|
1 |
Prameters of Soil Properties Name |
"LOADCASE" |
String |
- |
Required |
|
|
2 |
Load Direction • XY: Apply load in horizontal direction • NORMAL: Apply load normal to surface |
"DIR" |
Stringr |
XY |
Optional |
|
|
3 |
Static Earth Pressure Angle |
"ANGLE" |
Number |
- |
Required |
|
|
4 |
Inner Point |
"IN_PT" |
Array[Number] |
- |
Optional |
|
|
5 |
Scale Factor |
"SF" |
Number |
- |
Required |
|
|
6 |
Static Earth Pressure Type • At_Rest • Active |
"EP_TYPE": |
Number |
- |
Required |
|
|
7 |
Surcharge Load |
"SURCHARGE_LOAD" |
Number |
- |
Required |
|
|
8 |
Water Level |
"WATER_LEVEL" |
Number |
- |
Required |
|
|
9 |
Parameters of Soil Properties |
"SOIL_PROP" |
String |
- |
Required |
|
|
10 |
Selection Type • GRUP: Use Area Group from Loading Area Plane • ELEMENT: Use selected boundary elements |
"SEL_TYPE" |
String |
- |
Required |
|
|
11 |
Element Type • FRAME: Apply loads to frame nodes • PLANAR: Apply loads to planar element nodes |
"ELEM_TYPE" |
String |
- |
Required |
|
|
12 |
Node List |
"NODE_LIST" |
Array(Integer) | - | Optional | |
|
13 |
Element List |
"ELEM_LIST" |
Array(Integer) | - | Optional | |
| 14 | Loading Area Group Name |
"LOADING_AREA_GROUP" |
Integer | - | Optional | |
| 15 | Pressure Profile Items |
"PRES_PROFILE_ITEMS" |
Array(Object) | - | Optional | |
| (1) | Level of each pressure profile point |
"LEVEL" |
Number | - | Required | |
| (2) | Soil pressure at each level |
"SOIL_PRES" |
Number | - | Required | |
| (3) | Additional pressure at each level |
"ADD_PRES" |
Number | - | Required | |