Input URI
{base url} + db/MVCTbs |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
"MVCTBS": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"iIGP": {
"description": "Influencegeneratingpoints",
"type": "integer"
},
"UNUMT": {
"description": "Number/Lineelement",
"type": "integer"
},
"DIST": {
"description": "Distancebetweenpoints",
"type": "number"
},
"PLATE": {
"description": "Analysisresult-Plate",
"type": "string"
},
"bSTRCALC": {
"description": "Stress-CheckBox",
"type": "boolean"
},
"bCONCURRENT": {
"description": "Concurrentforce-CheckBox",
"type": "boolean"
},
"FRAME": {
"description": "Analysisresult-Frame",
"type": "string"
},
"bCSTRCALC": {
"description": "Combinedstress-CheckBox",
"type": "boolean"
},
"bREAC": {
"description": "Reactions",
"type": "boolean"
},
"bRGP": {
"description": "AllorGroup",
"type": "boolean"
},
"RGP": {
"description": "Groupname",
"type": "string"
},
"bDISP": {
"description": "Displacements",
"type": "boolean"
},
"bDGP": {
"description": "AllorGroup",
"type": "boolean"
},
"DGP": {
"description": "Groupname",
"type": "string"
},
"bFM": {
"description": "Forces/Moments",
"type": "boolean"
},
"bFGP": {
"description": "AllorGroup",
"type": "boolean"
},
"FGP": {
"description": "Groupname",
"type": "string"
},
"bL": {
"description": "Elastic/Generallinks",
"type": "boolean"
},
"bLG": {
"description": "AllorGroup",
"type": "boolean"
},
"LGP": {
"description": "Groupname",
"type": "string"
},
"NUMLANE": {
"description": "Numberofnationallanes",
"type": "integer"
}
}
}
}
Examples
Moving Load Analysis Control
"Assign": {
"1": {
"iIGP": 0,
"UNUMT": 3,
"PLATE": "NODAL",
"bSTRCALC": true,
"bCONCURRENT": true,
"FRAME": "AXIAL",
"bCSTRCALC": true,
"bREAC": true,
"bRGP": false,
"RGP": "",
"bDISP": true,
"bDGP": false,
"DGP": "",
"bFM": true,
"bFGP": false,
"FGP": "",
"bL": true,
"bLG": false,
"LGP": "",
"NUMLANE": 0
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Influence Generating Points • Number/Line Element: 0 • Distance between Points: 1 |
"iIGP" |
Integer |
0 |
Optional |
2 |
Number/Line Element |
"UNUMT" |
Integer |
- |
Required |
3 |
Distance between Points |
"DIST" |
Number |
- |
Required |
Analysis Results - Plate |
|||||
4 |
Options • Center: "CENTER" • Center + Nodal: "NODAL" |
"PLATE" |
String |
- |
Required |
5 |
Stress • Active/Inactive |
"bSTRCALC" |
Boolean |
false |
Optional |
6 |
Concurrent Force • Active/Inactive |
"bCONCURRENT" |
Boolean |
false |
Optional |
Analysis Results - Frame |
|||||
7 |
Options • Normal: "NORMAL" • Normal + Concurrent Force/Stress: "AXIAL" |
"FRAME" |
String |
- |
Required |
8 |
Combined Stress • Active/Inactive |
"bCSTRCALC" |
Boolean |
false |
Optional |
Calculation Fiters - Reactions |
|||||
9 |
Reactions • Active/Inactive |
"bREAC" |
Boolean |
false |
Optional |
10 |
Option • All: false • Structure Group: true |
"bRGP" |
Boolean |
false |
Optional |
11 |
Structure Group Name • When the "bRG" is true |
"RGP" |
String |
- |
Required |
Calculation Fiters - Displacements |
|||||
12 |
Displacements • Active/Inactive |
"bDISP" |
Boolean |
false |
Optional |
13 |
Option • All: false • Structure Group: true |
"bDP" |
Boolean |
false |
Optional |
14 |
Structure Group Name • When the "bDP" is true |
"DGP" |
String |
- |
Required |
Calculation Fiters - Forces/Moments |
|||||
15 |
Forces/Moments • Active/Inactive |
"bFM" |
Boolean |
false |
Optional |
16 |
Option • All: false • Structure Group: true |
"bFGP" |
Boolean |
false |
Optional |
17 |
Structure Group Name • When the "bFG" is true |
"FGP" |
String |
- |
Required |
Calculation Fiters - Elastic/General Links |
|||||
18 |
Elastic/General Links • Active/Inactive |
"bL" |
Boolean |
false |
Optional |
19 |
Option • All: false • Boundary Group: true |
"bLG" |
Boolean |
false |
Optional |
20 |
Boundary Group Name • When the "bLG" is true |
"LGP" |
String |
- |
Required |
Number of Notional Lanes |
|||||
21 |
N for HA Lane Factor (BD/37/01) or ALL Model 2 (CS 454) • N < 6: 0 • N >= 6: 1 |
"NUMLANE" |
Integer |
0 |
Optional |