Input URI
{base url} + db/MVLDid |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
"MVLDID": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"LCNAME": {
"description": "LoadCaseName",
"type": "string"
},
"DESC": {
"description": "Description",
"type": "string"
},
"OPT_AUTO_LL": {
"description": "AutoLiveLoadCombinationBoolean",
"type": "boolean"
},
"SCALE_FACTOR": {
"description": "ScaleFactors",
"type": "array",
"items": {
"type": "number"
}
},
"NUM_LOADED_LANES": {
"description": "NumberofDesignLanes",
"type": "integer"
},
"OPT_LC_FOR_PERMIT_LOAD": {
"description": "LoadCaseforPermitVehicleBoolean",
"type": "boolean"
},
"PERMIT_VEHICLE": {
"description": "PermitVehicle",
"type": "integer"
},
"REF_LANE": {
"description": "Ref.Lane",
"type": "integer"
},
"ECCEN": {
"description": "Eccentricity",
"type": "number"
},
"PERMIT_SCALE_FACTOR": {
"description": "ScaleFactor(PermitVehicle)",
"type": "number"
},
"SUB_LOAD_ITEMS": {
"description": "SubLoadItems",
"type": "array",
"items": {
"type": "object",
"properties": {
"VEHICLE_CLASS_1": {
"description": "Class1",
"type": "string"
},
"VEHICLE_CLASS_2": {
"description": "Class2",
"type": "string"
},
"FOOTWAY": {
"description": "Footway",
"type": "string"
},
"SCALE_FACTOR": {
"description": "ScaleFactor",
"type": "number"
},
"MIN_NUM_LOADED_LANES": {
"description": "Min.NumberofLoadedLanes",
"type": "integer"
},
"MAX_NUM_LOADED_LANES": {
"description": "Max.NumberofLoadedLanes",
"type": "integer"
},
"CARRIAGE_WAY_WIDTH": {
"description": "Carriagewaywidth",
"type": "number"
},
"CARRIAGE_WAY_LOADING": {
"description": "CarriagewayLoading",
"type": "number"
},
"SELECTED_LANES": {
"description": "SelectedLanes",
"type": "array",
"items": {
"type": "string"
}
},
"SELECTED_FOOTWAY_LANES": {
"description": "SelectedFootwayLanes",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
Examples
Moving Load Cases
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"SCALE_FACTOR": [
1,
0.9,
0.8,
0.8
],
"NUM_LOADED_LANES": 2,
"SUB_LOAD_ITEMS": [
{
"VEHICLE_CLASS_1": "IN(IRC)_(25t1)_BroadGauge-1676mm",
"SCALE_FACTOR": 1,
"MIN_NUM_LOADED_LANES": 1,
"MAX_NUM_LOADED_LANES": 2,
"SELECTED_LANES": [
"LL_01",
"LL_02"
]
}
]
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"OPT_AUTO_LL": true,
"SCALE_FACTOR": [
1,
0.9,
0.8,
0.8
],
"NUM_LOADED_LANES": 2,
"SUB_LOAD_ITEMS": [
{
"VEHICLE_CLASS_1": "IN(IRC6)_ClassA",
"VEHICLE_CLASS_2": "IN(IRC6)_Class40R",
"FOOTWAY": "IN(IRC6)_Footway",
"SCALE_FACTOR": 1,
"CARRIAGE_WAY_WIDTH": 0,
"CARRIAGE_WAY_LOADING": 0,
"SELECTED_LANES": [
"LL_01",
"LL_02"
],
"SELECTED_FOOTWAY_LANES": [
"LL_03"
]
}
]
},
"3": {
"LCNAME": "MV_Case3",
"DESC": "",
"SCALE_FACTOR": [
1,
0.9,
0.8,
0.8
],
"OPT_LC_FOR_PERMIT_LOAD": true,
"PERMIT_VEHICLE": 66,
"REF_LANE": 1,
"ECCEN": 1.2,
"PERMIT_SCALE_FACTOR": 1
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Load Case Name |
"LCNAME" |
String |
- |
Required |
|
2 |
Description |
"DESC" |
String |
Blank |
Optional |
|
3 |
Multiple Presence Factor • [1-2, 3, 4, >=5] |
"SCALE_FACTOR" |
Array |
- |
Required |
|
4 |
Auto Live Load Combinations • General Load: false • Auto Live Load Combinations: true |
"OPT_AUTO_LL" |
Boolean |
false |
Optional |
|
5 |
Load Cases for Permit Vehicle • General Load: false • Load Cases for Permit Vehicle: true |
"OPT_LC_FOR_PERMIT_LOAD" |
Boolean |
false |
Optional |
|
General Load |
||||||
6 |
Number of Loaded Lanes |
"NUM_LOADED_LANES" |
Integer |
- |
Required |
|
7 |
Sub-Load Cases • Insert the data as an object |
"SUB_LOAD_ITEMS" |
Array |
- |
Required |
|
(1) |
Scale Factor |
"SCALE_FACTOR" |
Number |
- |
Required |
|
(2) |
Min. Number of Loaded Lanes |
"MIN_NUM_LOADED_LANES" |
Integer |
- |
Required |
|
(3) |
Max. Number of Loaded Lanes |
"MAX_NUM_LOADED_LANES" |
Integer |
- |
Required |
|
(4) |
Vehicle |
"VEHICLE_CLASS_1" |
String |
- |
Required |
|
(5) |
Selected Lanes |
"SELECTED_LANES" |
Array |
- |
Required |
|
Auto Live Load Combinations |
||||||
6 |
Number of Loaded Lanes |
"NUM_LOADED_LANES" |
Integer |
- |
Required |
|
7 |
Sub-Load Cases • Insert the data as an object |
"SUB_LOAD_ITEMS" |
Array |
- |
Required |
|
(1) |
Scale Factor |
"SCALE_FACTOR" |
Number |
- |
Required |
|
(2) |
Vehicle Class I |
"VEHICLE_CLASS_1" |
String |
- |
Required |
|
(3) |
Vehicle Class II |
"VEHICLE_CLASS_2" |
String |
- |
Required |
|
(4) |
Vehicle Footway |
"Footway" |
String |
- |
Required |
|
(5) |
Carriageway Width |
"CARRIAGE_WAY_WIDTH" |
Number |
- |
Read Only |
|
(6) |
Carriageway Loading |
"CARRIAGE_WAY_LOADING" |
Number |
- |
Read Only |
|
(7) |
Selected Lanes for Carriageway |
"SELECTED_LANES" |
Array |
- |
Required |
|
(8) |
Selected Lanes for Footway |
"SELECTED_FOOTWAY_LANES" |
Array |
- |
Required |
|
Load Cases for Permit Vehicle |
||||||
6 |
Permit Vehicle ID |
"PERMIT_VEHICLE" |
Integer |
- |
Required |
|
7 |
Reference Lane ID |
"REF_LANE" |
Integer |
- |
Required |
|
8 |
Eccentricity |
"ECCEN" |
Number |
- |
Required |
|
9 |
Scale Factor |
"PERMIT_SCALE_FACTOR" |
Number |
- |
Required |