Input URI
{base url} + db/MVLD |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
"MVLD": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"LCNAME": {
"description": "LoadCaseName",
"type": "string"
},
"DESC": {
"description": "Description",
"type": "string"
},
"TYPE": {
"description": "LoadCaseType",
"type": "integer"
},
"AUTO_OPTIMIZE": {
"description": "AutoOptimize",
"type": "object",
"properties": {
"VEHICLE_LOAD_NAME": {
"description": "SampleDescription",
"type": "string"
},
"LANE_NAME": {
"description": "SampleDescription",
"type": "string"
},
"SCALE_FACTORS": {
"description": "SetofScaleFactor",
"type": "array",
"items": {
"type": "number"
}
},
"FATIGUE": {
"description": "fatigue",
"type": "boolean"
},
"MIN_VEHL_DIST": {
"description": "MinVehlDist",
"type": "number"
},
"MIN_NUM_VEHICLE": {
"description": "MinNumVehicle",
"type": "integer"
},
"MAX_NUM_VEHICLE": {
"description": "MaxNumVehicle",
"type": "integer"
},
"NUM_LOADED_LANES": {
"description": "NumLoadedLanes",
"type": "integer"
},
"LOAD_MODEL": {
"description": "LoadModel",
"type": "integer"
},
"OPTIMIZE_ITEMS": {
"description": "",
"type": "array",
"items": {
"type": "object",
"properties": {
"VEHICLE_TYPE": {
"description": "VehicleType",
"type": "string"
},
"VEHICLE_NAME": {
"description": "VehicleName",
"type": "string"
},
"SCALE_FACTOR": {
"description": "VehicleScaleFactor",
"type": "number"
}
}
}
}
}
},
"PERMIT_LOAD": {
"description": "Permitload",
"type": "object",
"properties": {
"VEHICLE_LOAD_NAME": {
"description": "VehicleLoadName",
"type": "string"
},
"REF_LANE": {
"description": "SampleDescription",
"type": "string"
},
"ECC": {
"description": "Eccentricity",
"type": "number"
},
"SCALE_FACTOR": {
"description": "PermitScaleFactor",
"type": "number"
}
}
},
"ASL": {
"description": "AssignedLine",
"type": "object",
"properties": {
"MULTIPLE_FACTOR": {
"description": "MultipleFactor",
"type": "number"
},
"VEHICLE_LOAD_NAME": {
"description": "VehicleLoadName",
"type": "string"
},
"VEHICLE_LOAD_NAME2": {
"description": "VehicleLoadName2",
"type": "string"
},
"MIN_LOADED_LANE": {
"description": "MinLoadedLanes",
"type": "integer"
},
"MAX_LOADED_LANE": {
"description": "MaxLoadedLanes",
"type": "integer"
},
"LINE_ITEMS": {
"description": "Lineitems",
"type": "object",
"properties": {
"NA_LLAN_NAMES": {
"description": "SelectedLine",
"type": "array",
"items": {
"type": "string"
}
},
"STRAD_LLAN1_NAMES": {
"description": "StraddingLane1",
"type": "array",
"items": {
"type": "string"
}
},
"STRAD_LLAN2_NAMES": {
"description": "StraddingLane2",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
},
"DEFAULT": {
"description": "Default",
"type": "object",
"properties": {
"SCALE_FACTORS": {
"description": "SetofScaleFactor",
"type": "array",
"items": {
"type": "number"
}
},
"COMB_OPTION": {
"description": "CombinationOption",
"type": "string"
},
"LOAD_COMB_TYPE": {
"description": "LoadCombinationType",
"type": "integer"
},
"FATIGUE": {
"description": "fatigue",
"type": "boolean"
},
"LOAD_MODEL": {
"description": "LoadModel",
"type": "integer"
},
"LANE_FACTOR_TYPE": {
"description": "LaneFactorType",
"type": "integer"
},
"_2_LANE_FACTOR_1": {
"description": "2LaneFactor1",
"type": "number"
},
"_2_LANE_FACTOR_2": {
"description": "2LaneFactor2",
"type": "number"
},
"_3_LANE_FACTOR_1": {
"description": "3LaneFactor1",
"type": "number"
},
"_3_LANE_FACTOR_2": {
"description": "3LaneFactor2",
"type": "number"
},
"_3_LANE_FACTOR_3": {
"description": "3LaneFactor3",
"type": "number"
},
"_3_LANE_FACTOR_4": {
"description": "3LaneFactor4",
"type": "number"
},
"SUB_LOAD_DATAS": {
"description": "SetofSubLoadData",
"type": "array",
"items": {
"type": "object",
"properties": {
"VEHICLE_TYPE": {
"description": "VehicleType",
"type": "string"
},
"VEHICLE_NAME": {
"description": "VehicleType",
"type": "string"
},
"SCALE_FACTOR": {
"description": "VehicleScaleFactor",
"type": "number"
},
"MIN_LOADED_LANE": {
"description": "MinLoadedLanes",
"type": "integer"
},
"MAX_LOADED_LANE": {
"description": "MaxLoadedLanes",
"type": "integer"
},
"LANE_NAMES": {
"description": "LaneName",
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
Examples
KSCE-LSD15
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
0.9,
0.8,
0.7,
0.65,
0.65
],
"COMB_OPTION": "COMBINED",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "ST_KL-510FTG",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
0.9,
0.8,
0.7,
0.65,
0.65
],
"COMB_OPTION": "INDEPENDENT",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "ST_KL-510FTG",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
}
}
}
Korea
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
1,
0.9,
0.75,
0.75,
0.75
],
"COMB_OPTION": "COMBINED",
"LANE_FACTOR_TYPE": 1,
"_2_LANE_FACTOR_1": 1,
"_2_LANE_FACTOR_2": 1,
"_3_LANE_FACTOR_1": 1,
"_3_LANE_FACTOR_2": 1,
"_3_LANE_FACTOR_3": 0.5,
"_3_LANE_FACTOR_4": 0.25,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "HL-93TDM",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
1,
0.9,
0.75,
0.75,
0.75
],
"COMB_OPTION": "INDEPENDENT",
"LANE_FACTOR_TYPE": 0,
"_2_LANE_FACTOR_1": 1,
"_2_LANE_FACTOR_2": 1,
"_3_LANE_FACTOR_1": 1,
"_3_LANE_FACTOR_2": 1,
"_3_LANE_FACTOR_3": 0.5,
"_3_LANE_FACTOR_4": 0.25,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "HL-93TDM",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
}
}
}
AASHTO Standard
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
1,
0.9,
0.75,
0.75,
0.75
],
"COMB_OPTION": "INDEPENDENT",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Train",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
1,
0.9,
0.75,
0.75,
0.75
],
"COMB_OPTION": "COMBINED",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Train",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"3": {
"LCNAME": "MV_Case3",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
1,
1,
0.9,
0.75,
0.75,
0.75
],
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 1,
"MAX_NUM_VEHICLE": 2,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Train",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Tuck/Lane",
"SCALE_FACTOR": 1
}
]
}
}
}
}
AASHTO LRFD
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1.2,
1,
0.85,
0.65,
0.65,
0.65
],
"COMB_OPTION": "INDEPENDENT",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "MOHS20",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1.2,
1,
0.85,
0.65,
0.65,
0.65
],
"COMB_OPTION": "COMBINED",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "MOHS20",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"3": {
"LCNAME": "MV_Case3",
"DESC": "",
"TYPE": 1,
"PERMIT_LOAD": {
"VEHICLE_LOAD_NAME": "UD_PermitTruck",
"REF_LANE": "LL_01",
"SCALE_FACTOR": 1
}
},
"4": {
"LCNAME": "MV_Case4",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
1.2,
1,
0.85,
0.65,
0.65,
0.65
],
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 1,
"MAX_NUM_VEHICLE": 2,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "MOHS20",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Legal",
"SCALE_FACTOR": 1
}
]
}
}
}
}
PENNDOT
"MVLD": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1.2,
1,
0.85,
0.65,
0.65,
0.65
],
"COMB_OPTION": "INDEPENDENT",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Train",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1.2,
1,
0.85,
0.65,
0.65,
0.65
],
"COMB_OPTION": "COMBINED",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Train",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"3": {
"LCNAME": "MV_Case3",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
1.2,
1,
0.85,
0.65,
0.65,
0.65
],
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 1,
"MAX_NUM_VEHICLE": 2,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Train",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "UD_Truck/Lane",
"SCALE_FACTOR": 1
}
]
}
}
}
}
Taiwan
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
1,
0.9,
0.75,
0.75,
0.75
],
"COMB_OPTION": "INDEPENDENT",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "TW_C-AML",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
1,
0.9,
0.75,
0.75,
0.75
],
"COMB_OPTION": "COMBINED",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "TW_C-AML",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
}
}
}
Canada
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
0.9,
0.8,
0.7,
0.6,
0.55
],
"COMB_OPTION": "INDEPENDENT",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "CA(Auto)_BCL-625Lane",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
0.9,
0.8,
0.7,
0.6,
0.55
],
"COMB_OPTION": "COMBINED",
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "CA(Auto)_BCL-625Lane",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"3": {
"LCNAME": "MV_Case3",
"DESC": "",
"TYPE": 1,
"PERMIT_LOAD": {
"VEHICLE_LOAD_NAME": "UD_PermitTruck",
"REF_LANE": "LL_01",
"SCALE_FACTOR": 1
}
},
"4": {
"LCNAME": "MV_Case4",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
1,
0.9,
0.8,
0.7,
0.6,
0.55
],
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 1,
"MAX_NUM_VEHICLE": 2,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "CA(Auto)_BCL-625Lane",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "CA(User)_CL3-625-ONTLane(B)",
"SCALE_FACTOR": 1
}
]
}
}
}
}
Australia
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
0.8,
0.4,
0.4,
0.4,
0.4
],
"COMB_OPTION": "INDEPENDENT",
"LOAD_COMB_TYPE": 1,
"LOAD_MODEL": 0,
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(PB)_AttachedtoRoadBridge",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
0.8,
0.4,
0.4,
0.4,
0.4
],
"COMB_OPTION": "COMBINED",
"LOAD_COMB_TYPE": 1,
"FATIGUE": true,
"LOAD_MODEL": 1,
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(RT)_A160",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"3": {
"LCNAME": "MV_Case3",
"DESC": "",
"TYPE": 0,
"ASL": {
"MULTIPLE_FACTOR": 0.5,
"VEHICLE_LOAD_NAME": "AS_(HLP)_HLP320",
"VEHICLE_LOAD_NAME2": "AS_(RT)_M1600",
"MIN_LOADED_LANE": 0,
"MAX_LOADED_LANE": 1,
"LINE_ITEMS": {
"NA_LLAN_NAMES": [
"LL_01",
"LL_02",
"LL_03",
"LL_04"
],
"STRAD_LLAN1_NAMES": [
"LL_03"
],
"STRAD_LLAN2_NAMES": [
"LL_04"
]
}
},
"DEFAULT": {
"SCALE_FACTORS": [
1,
0.8,
0.4,
0.4,
0.4,
0.4
],
"COMB_OPTION": "COMBINED",
"LOAD_COMB_TYPE": 1,
"LOAD_MODEL": 2
}
},
"4": {
"LCNAME": "MV_Case4",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"SCALE_FACTORS": [
1,
1,
0.85,
0.7,
0.6,
0.6
],
"COMB_OPTION": "INDEPENDENT",
"LOAD_COMB_TYPE": 1,
"LOAD_MODEL": 3,
"LANE_FACTOR_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(RTL)_150LA",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"5": {
"LCNAME": "MV_Case5",
"DESC": "",
"TYPE": 1,
"PERMIT_LOAD": {
"VEHICLE_LOAD_NAME": "UD_Permittruck",
"REF_LANE": "LL_01",
"SCALE_FACTOR": 1
}
},
"6": {
"LCNAME": "MV_Case6",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
1,
0.8,
0.4,
0.4,
0.4,
0.4
],
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 0,
"MAX_NUM_VEHICLE": 2,
"LOAD_MODEL": 0,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(HLP)_HLP320",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(HLP)_HLP400",
"SCALE_FACTOR": 1
}
]
}
},
"7": {
"LCNAME": "MV_Case7",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
1,
0.8,
0.4,
0.4,
0.4,
0.4
],
"FATIGUE": true,
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 0,
"MAX_NUM_VEHICLE": 2,
"LOAD_MODEL": 1,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(RT)_A160",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(RT)_M1600withoutUDL",
"SCALE_FACTOR": 1
}
]
}
},
"8": {
"LCNAME": "MV_Case8",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_02",
"SCALE_FACTORS": [
1,
0.8,
0.4,
0.4,
0.4,
0.4
],
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 0,
"MAX_NUM_VEHICLE": 2,
"LOAD_MODEL": 2,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(RT)_A160",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(RT)_M1600withoutUDL",
"SCALE_FACTOR": 1
}
]
},
"ASL": {
"MULTIPLE_FACTOR": 0.5,
"VEHICLE_LOAD_NAME": "AS_(HLP)_HLP320",
"VEHICLE_LOAD_NAME2": "AS_(RT)_M1600",
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2
}
},
"9": {
"LCNAME": "MV_Case9",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
1,
1,
0.85,
0.7,
0.6,
0.6
],
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 1,
"MAX_NUM_VEHICLE": 2,
"LOAD_MODEL": 3,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(RT)_A160",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AS_(RT)_M1600withoutUDL",
"SCALE_FACTOR": 1
}
]
}
}
}
}
Russia
"Assign": {
"1": {
"LCNAME": "MV_Case1",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"COMB_OPTION": "INDEPENDENT",
"LOAD_COMB_TYPE": 0,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AK-AA",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"2": {
"LCNAME": "MV_Case2",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"COMB_OPTION": "COMBINED",
"LOAD_COMB_TYPE": 1,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AK-AA",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"3": {
"LCNAME": "MV_Case3",
"DESC": "",
"TYPE": 0,
"DEFAULT": {
"COMB_OPTION": "INDEPENDENT",
"LOAD_COMB_TYPE": 2,
"SUB_LOAD_DATAS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AK-AA",
"SCALE_FACTOR": 1,
"MIN_LOADED_LANE": 1,
"MAX_LOADED_LANE": 2,
"LANE_NAMES": [
"LL_01",
"LL_02"
]
}
]
}
},
"4": {
"LCNAME": "MV_Case4",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
0,
0,
0,
0,
0,
0
],
"FATIGUE": false,
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 1,
"MAX_NUM_VEHICLE": 2,
"LOAD_MODEL": 0,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AK-AA",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AK-AA-F-UDL",
"SCALE_FACTOR": 1
}
]
}
},
"5": {
"LCNAME": "MV_Case5",
"DESC": "",
"TYPE": 2,
"AUTO_OPTIMIZE": {
"LANE_NAME": "LL_01",
"SCALE_FACTORS": [
0,
0,
0,
0,
0,
0
],
"FATIGUE": false,
"MIN_VEHL_DIST": 1,
"MIN_NUM_VEHICLE": 1,
"MAX_NUM_VEHICLE": 2,
"LOAD_MODEL": 0,
"OPTIMIZE_ITEMS": [
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AK-AA",
"SCALE_FACTOR": 1
},
{
"VEHICLE_TYPE": "VL",
"VEHICLE_NAME": "AK-AA-F-UDL",
"SCALE_FACTOR": 1
}
]
}
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Load Case Name |
"DEPTH1" |
Object |
- |
Required |
|
2 |
Description |
"DEPTH1" |
Object |
Blank |
Optional |
|
3 |
Load Type ¹⁾ • General Load: 0 • Load Case for Permit Vehicle: 1 • Moving Load Optimization: 2 |
"DEPTH1" |
Object |
- |
Required |
|
General Load - KSCE-LSD15, AASHTO Standard, AASHTO LRFD, PENNDOT, Taiwan, Canada |
||||||
4 |
General Data |
"DEFAULT" |
Object |
- |
Required |
|
(1) |
Lane Factor Type • Multiple Presence Factor: 1 |
"LANE_FACTOR_TYPE" |
Integer |
- |
Required |
|
(2) |
Multiple Presence Factor • [L1, L2, L3, L4, L5, More] |
"SCALE_FACTORS" |
Array |
- |
Required |
|
(3) |
Loading Effect • Combined: "COMBINED" • Independent: "INDEPENDENT" |
"COMB_OPTION" |
String |
- |
Required |
|
(4) |
Sub Load Cases • Insert data as object |
"SUB_LOAD_DATAS" |
Array |
- |
Required |
|
i. Type of Vehicle Class • Vehicle Load: "VL" • Vehicle Class: "VC" |
"VEHICLE_TYPE" |
String |
- |
Required |
||
ii. Name of Vehicle Class |
"VEHICLE_NAME" |
String |
- |
Required |
||
iii. Scale Factor |
"SCALE_FACTOR" |
Number |
- |
Required |
||
iv. Min. Number of Loaded Lane |
"MIN_LOADED_LANE" |
Integer |
- |
Required |
||
v. Max. Number of Loaded Lane |
"MAX_LOADED_LANE" |
Integer |
- |
Required |
||
vi. Selected Lane |
"LANE_NAMES" |
Array |
- |
Required |
||
General Load - Korea |
||||||
4 |
General Data |
"DEFAULT" |
Object |
- |
Required |
|
(1) |
Lane Factor Type • Multi Lane Factor in KS Rail Load: 0 • Multiple Presence Factor: 1 |
"LANE_FACTOR_TYPE" |
Integer |
- |
Required |
|
(2) |
Multi Lane Factor in KS Rail Load • 2 Lane - Lane 1 |
"_2_LANE_FACTOR_1" |
Number |
- |
Required |
|
(3) |
Multi Lane Factor in KS Rail Load • 2 Lane - Lane 2 |
"_2_LANE_FACTOR_2" |
Number |
- |
Required |
|
(4) |
Multi Lane Factor in KS Rail Load • Above 3 Lane - Lane 1 |
"_3_LANE_FACTOR_1" |
Number |
- |
Required |
|
(5) |
Multi Lane Factor in KS Rail Load • Above 3 Lane - Lane 2 |
"_3_LANE_FACTOR_2" |
Number |
- |
Required |
|
(6) |
Multi Lane Factor in KS Rail Load • Above 3 Lane - Lane 3 |
"_3_LANE_FACTOR_3" |
Number |
- |
Required |
|
(7) |
Multi Lane Factor in KS Rail Load • Above 3 Lane - Lane 4 |
"_3_LANE_FACTOR_4" |
Number |
- |
Required |
|
(8) |
Multiple Presence Factor • [L1, L2, L3, More, More, More] |
"SCALE_FACTORS" |
Array |
- |
Required |
|
(9) |
Loading Effect • Combined: "COMBINED" • Independent: "INDEPENDENT" |
"COMB_OPTION" |
String |
- |
Required |
|
(10) |
Sub Load Cases • Insert data as object |
"SUB_LOAD_DATAS" |
Array |
- |
Required |
|
i. Type of Vehicle Class • Vehicle Load: "VL" • Vehicle Class: "VC" |
"VEHICLE_TYPE" |
String |
- |
Required |
||
ii. Name of Vehicle Class |
"VEHICLE_NAME" |
String |
- |
Required |
||
iii. Scale Factor |
"SCALE_FACTOR" |
Number |
- |
Required |
||
iv. Min. Number of Loaded Lane |
"MIN_LOADED_LANE" |
Integer |
- |
Required |
||
v. Max. Number of Loaded Lane |
"MAX_LOADED_LANE" |
Integer |
- |
Required |
||
vi. Selected Lane |
"LANE_NAMES" |
Array |
- |
Required |
||
General Load - Australia |
||||||
4 |
General Data |
"DEFAULT" |
Object |
- |
Required |
|
(1) |
Lane Factor Type • Multiple Presence Factor: 1 |
"LANE_FACTOR_TYPE" |
Integer |
- |
Required |
|
(2) |
Multiple Presence Factor • [L1, L2, L3, L4, L5, More] |
"SCALE_FACTORS" |
Array |
- |
Required |
|
(3) |
Loading Effect • Combined: "COMBINED" • Independent: "INDEPENDENT" |
"COMB_OPTION" |
String |
- |
Required |
|
(4) |
Select Load Model • General: 0 • Fatigue: 1 • Heavy Load Platform: 2 • Rail Traffic Load: 3 |
"LOAD_MODEL" |
Integer |
- |
Required |
|
(5) |
Type of Load Factor for Design Combination • Ultimate Limit State: 0 • Serviceability Limit State: 1 |
"LOAD_COMB_TYPE" |
Integer |
- |
Required |
|
(6) |
Fatigue Option • Load Model Fatigue: true |
"FATIGUE" |
Boolean |
- |
Required |
|
(7) |
Sub Load Cases • Insert data as object |
"SUB_LOAD_DATAS" |
Array |
- |
Required |
|
i. Type of Vehicle Class • Vehicle Load: "VL" • Vehicle Class: "VC" |
"VEHICLE_TYPE" |
String |
- |
Required |
||
ii. Name of Vehicle Class |
"VEHICLE_NAME" |
String |
- |
Required |
||
iii. Scale Factor |
"SCALE_FACTOR" |
Number |
- |
Required |
||
iv. Min. Number of Loaded Lane |
"MIN_LOADED_LANE" |
Integer |
- |
Required |
||
v. Max. Number of Loaded Lane |
"MAX_LOADED_LANE" |
Integer |
- |
Required |
||
vi. Selected Lane |
"LANE_NAMES" |
Array |
- |
Required |
||
5 |
Australia Heavy Load Platform |
"ASL" |
Object |
- |
Required |
|
(1) |
Unobstructed Lane Scale Factor • 0.5 |
"MULTIPLE_FACTOR" |
Number |
- |
Required |
|
(2) |
Load Case Data - Heavy Load |
"VEHICLE_LOAD_NAME" |
String |
- |
Required |
|
(3) |
Load Case Data - M1600 or S1600 |
"VEHICLE_LOAD_NAME2" |
String |
- |
Required |
|
(4) |
Min. Number of Loaded Lanes |
"MIN_LOADED_LANE" |
Integer |
- |
Required |
|
(5) |
Max. Number of Loaded Lanes |
"MAX_LOADED_LANE" |
Integer |
- |
Required |
|
(6) |
Defined Lane |
"LINE_ITEMS" |
Object |
- |
Required |
|
i. Selected Lanes |
"NA_LLAN_NAMES" |
Array |
- |
Required |
||
ii. Heavy Load Lanes Start |
"STRAD_LLAN1_NAMES" |
Array |
- |
Required |
||
iii. Heavy Load Lanes End |
"STRAD_LLAN2_NAMES" |
Array |
- |
Required |
||
General Load - Russia |
||||||
4 |
General Data |
"DEFAULT" |
Object |
- |
Required |
|
(1) |
Load Combination Type • Limit State Group I: 0 • Limit State Group I - Fatigue: 1 • Limit State Group II: 2 |
"LOAD_COMB_TYPE" |
Integer |
- |
Required |
|
(2) |
Loading Effect • Combined: "COMBINED" • Independent: "INDEPENDENT" |
"COMB_OPTION" |
String |
- |
Required |
|
(3) |
Sub Load Cases • Insert data as object |
"SUB_LOAD_DATAS" |
Array |
- |
Required |
|
i. Type of Vehicle Class • Vehicle Load: "VL" • Vehicle Class: "VC" |
"VEHICLE_TYPE" |
String |
- |
Required |
||
ii. Name of Vehicle Class |
"VEHICLE_NAME" |
String |
- |
Required |
||
iii. Scale Factor |
"SCALE_FACTOR" |
Number |
- |
Required |
||
iv. Min. Number of Loaded Lane |
"MIN_LOADED_LANE" |
Integer |
- |
Required |
||
v. Max. Number of Loaded Lane |
"MAX_LOADED_LANE" |
Integer |
- |
Required |
||
vi. Selected Lane |
"LANE_NAMES" |
Array |
- |
Required |
||
Moving Load Optimization - AASHTO Standard, AASHTO LRFD, PENNDOT, Canada, Russia |
||||||
4 |
Moving Load Optimization |
"AUTO_OPTIMIZE" |
Object |
- |
Required |
|
(1) |
Multiple Presence Factor • [L1, L2, L3, More, More, More] |
"SCALE_FACTORS" |
Array |
- |
Required |
|
(2) |
Min. Vehicle Distance |
"MIN_VEHL_DIST" |
Number |
- |
Required |
|
(3) |
Loaded Lane Name |
"LANE_NAME" |
String |
- |
Required |
|
(4) |
Min. Number of Vehicle |
"MIN_NUM_VEHICLE" |
Integer |
- |
Required |
|
(5) |
Max. Number of Vehicle |
"MAX_NUM_VEHICLE" |
Integer |
- |
Required |
|
(6) |
Assignment Vehicle • Insert the data as an object |
"OPTIMIZE_ITEMS" |
Array |
- |
Required |
|
i. Type of Vehicle Class • Vehicle Load: "VL" • Vehicle Class: "VC" |
"VEHICLE_TYPE" |
String |
- |
Required |
||
ii. Name of Vehicle Class |
"VEHICLE_NAME" |
String |
- |
Required |
||
iii. Scale Factor |
"SCALE_FACTOR" |
Number |
- |
Required |
||
Load Case for Permit Vehicle - AASHTO LRFD, Canada, Australia |
||||||
4 |
Load Case for Permit Vehicle |
"PERMIT_LOAD" |
Object |
- |
Required |
|
(1) |
Permit Vehicle Name |
"VEHICLE_LOAD_NAME" |
String |
- |
Required |
|
(2) |
Reference Lane |
"REF_LANE" |
String |
- |
Required |
|
(3) |
Scale Factor |
"SCALE_FACTOR" |
Number |
- |
Required |
¹⁾ Available Load Type
General Load |
General Load |
Load Case for Permit Vehicle |
Moving Load Optimization |
---|---|---|---|
KSCE-LSD15 |
O |
- |
- |
Korea |
O |
- |
- |
AASHTO Standard |
O |
- |
O |
AASHTO LRFD |
O |
O |
O |
PENNDOT |
O |
- |
O |
Taiwan |
O |
- |
- |
Canada |
O |
O |
O |
Australia |
O |
O |
O |
Russia |
O |
- |
O |