Input URI
{base url} + db/SPFC |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
"SPFC": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"NAME": {
"description": "RS Functio Name",
"type": "string"
},
"iTYPE": {
"description": "Spectral Data Type",
"type": "integer"
},
"iMETHOD": {
"description": "Scaling Method",
"type": "integer"
},
"SCALE": {
"description": "Scale Factor or Maximum Value",
"type": "number"
},
"GRAV": {
"description": "Gravity",
"type": "number"
},
"DRATIO": {
"description": "Damping Ratio",
"type": "number"
},
"DESC": {
"description": "Description",
"type": "string"
},
"STR": {
"description": "String Data By Code",
"type": "object",
"properties": {
"SPEC_CODE": {
"description": "Design Spectrum Type",
"type": "string"
},
"SFI": {
"description": "Seismic Fortification",
"type": "string"
},
"SC_": {
"description": "Site Class or Seismic Criterion",
"type": "string"
},
"EQ_": {
"description": "Earth Response",
"type": "string"
},
"DIV": {
"description": "Division",
"type": "string"
},
"BT": {
"description": "Bridge Type",
"type": "string"
},
"ZM": {
"description": "ZoningMap",
"type": "string"
},
"ST": {
"description": "Site Type",
"type": "string"
},
"SI": {
"description": "Seismic Intensity",
"type": "string"
},
"SPECTYPE": {
"description": "Spectrum Type",
"type": "string"
},
"GROUTYPE": {
"description": "Ground Type",
"type": "string"
},
"PARATYPE": {
"description": "Parameter Type",
"type": "string"
},
"RESIONTYPE": {
"description": "Resion Type",
"type": "string"
},
"NATIONALANNEX": {
"description": "National Annex",
"type": "string"
},
"REGION": {
"description": "Region",
"type": "string"
},
"METHOD": {
"description": "Method",
"type": "string"
}
}
},
"OPT": {
"description": "Type or Option Data By Code",
"type": "object",
"properties": {
"NSC": {
"description": "Seismic Design Category",
"type": "integer"
},
"nLForce": {
"description": "nLForce",
"type": "integer"
},
"LARGEBRIDEGE": {
"description": "Large Bridege",
"type": "boolean"
},
"bVACC": {
"description": "Vertical Acceleration Spec",
"type": "boolean"
},
"iVACC": {
"description": "Vertical Acceleration Spec Type",
"type": "integer"
},
"bE2_005": {
"description": "Think E2 0.05",
"type": "boolean"
},
"SCCOPT": {
"description": "Seismic Coefficients Calculation Option",
"type": "integer"
},
"iSPTYPE": {
"description": "Soil Profile Type",
"type": "integer"
},
"iSEISZONEFACTOR": {
"description": "Seismic Zone Factor(Z)",
"type": "integer"
},
"iSEISSOURCETYPE": {
"description": "Seismic Source Type",
"type": "integer"
},
"SOILCLASS": {
"description": "Soil class",
"type": "integer"
},
"KD": {
"description": "Ductility class",
"type": "integer"
},
"KR": {
"description": "Structural Regularity in Elevation(Kr)",
"type": "integer"
},
"SC_": {
"description": "Site Class",
"type": "integer"
},
"SFI": {
"description": "Seismic Fortification Intensity",
"type": "integer"
},
"ZA": {
"description": "Acceleration Zone(Za)",
"type": "integer"
},
"ZV": {
"description": "Velocity Zone(Zv)",
"type": "integer"
},
"iSEISZONE": {
"description": "Seismic Zone",
"type": "integer"
},
"iEQMETHOD": {
"description": "Earthquake Input Method",
"type": "integer"
},
"bRELIEVE": {
"description": "Relieve",
"type": "boolean"
},
"iSPECTYPE": {
"description": "Spectrum Type",
"type": "integer"
},
"iSPECUSE": {
"description": "Spectrum Use Type",
"type": "integer"
},
"iSUBZONE": {
"description": "Sub Zone",
"type": "integer"
},
"iGROUTYPE": {
"description": "Ground Type",
"type": "integer"
},
"IMPORTANT_BRIDGE": {
"description": "Important bridge",
"type": "boolean"
},
"RESION_SEISMICITY": {
"description": "Region Seismicity",
"type": "integer"
},
"SOIL_CATEGORY": {
"description": "Soil Category",
"type": "integer"
},
"BYCODE": {
"description": "By code",
"type": "boolean"
},
"RISK_CATEGORY": {
"description": "Risk Category",
"type": "integer"
}
}
},
"VAL": {
"description": "Factor or Value Data By Code",
"type": "object",
"properties": {
"aTG": {
"description": "Design Characteristic Period of Ground Motion (TG, TG1, TG2)",
"type": "array",
"items": {
"type": "number",
"maxItems": 3
}
},
"aIF": {
"description": "Importance Factor (Ci, Cs, Cd)",
"type": "array",
"items": {
"type": "number",
"maxItems": 3
}
},
"aSRA": {
"description": "Spectral Response Acceleration (Sds, Sd1, Sms, Sm1)",
"type": "array",
"items": {
"type": "number",
"maxItems": 4
}
},
"aSRA_T": {
"description": "Spectral Response Acceleration (Sds_t, Sd1_t, Sms_t, Sm1_t)",
"type": "array",
"items": {
"type": "number",
"maxItems": 4
}
},
"aNSF": {
"description": "Near Source Factor (Nda, Ndv, Nma, Nmv)",
"type": "array",
"items": {
"type": "number",
"maxItems": 4
}
},
"aSC": {
"description": "Seismic Coefficient (Ca, Cv)",
"type": "array",
"items": {
"type": "number",
"maxItems": 2
}
},
"aMSRACC": {
"description": "Mapped Spectral Response Acceleration at Short Periods (Ss, S1)",
"type": "array",
"items": {
"type": "number",
"maxItems": 2
}
},
"aSMF": {
"description": "Site Magnify Factor (Fda, Fdv, Fma, Fmv)",
"type": "array",
"items": {
"type": "number",
"maxItems": 4
}
},
"aSCP": {
"description": "Site Coeff. at Short/1sec Period (Fa, Fv)",
"type": "array",
"items": {
"type": "number",
"maxItems": 2
}
},
"aEP": {
"description": "Effective Peak Acc/Vel (Aa, Av)",
"type": "array",
"items": {
"type": "number",
"maxItems": 2
}
},
"DP": {
"description": "Damping Ratio",
"type": "number"
},
"MaxEQ": {
"description": "Maximum Effect Coefficient",
"type": "number"
},
"G": {
"description": "Basic horizontal seismic acceleration alpha(g)",
"type": "number"
},
"EPA": {
"description": "Earthquake Area",
"type": "number"
},
"SMAX": {
"description": "",
"type": "number"
},
"PERIOD": {
"description": "Max Period",
"type": "number"
},
"DP2": {
"description": "Damping Ratio (By Code)",
"type": "number"
},
"ETA1": {
"description": "Eta1",
"type": "number"
},
"ETA2": {
"description": "Eta2",
"type": "number"
},
"GAMMA": {
"description": "Gamma",
"type": "number"
},
"A": {
"description": "Area",
"type": "number"
},
"SOILFACTOR": {
"description": "Soil Factor",
"type": "number"
},
"TB": {
"description": "Tb",
"type": "number"
},
"TC": {
"description": "Tc",
"type": "number"
},
"TD": {
"description": "Td",
"type": "number"
},
"AGR": {
"description": "Design Ground Acc. (Agr)",
"type": "number"
},
"I_": {
"description": "Importance Factor(I)",
"type": "number"
},
"XI": {
"description": "Viscous Damping Ratio(Xi)",
"type": "number"
},
"Q": {
"description": "Behavior Factor(q)",
"type": "number"
},
"B": {
"description": "Lower Bound Factor(h)",
"type": "number"
},
"TS": {
"description": "Site Natural Period",
"type": "number"
},
"SPTYPE": {
"description": "Soil Profile Type",
"type": "number"
},
"IE": {
"description": "Importance Factor (Ie)",
"type": "number"
},
"R_": {
"description": "Response Modification Coef. (R)",
"type": "number"
},
"CDISTANCE": {
"description": "Closest Distance to Known Seismic Source(km)",
"type": "number"
},
"Q0": {
"description": "Basic Behavior Factor(Q0)",
"type": "number"
},
"KW": {
"description": "Failure Mode Factor (Kw)",
"type": "number"
},
"ALPHA": {
"description": "Ratio of design ground acceleration to gravity acceleration",
"type": "number"
},
"CO": {
"description": "Base Shear Factor(Co)",
"type": "number"
},
"KH": {
"description": "Horizontal Seismic Coef.(Kh)",
"type": "number"
},
"CZ": {
"description": "General Effect Factor(Cz)",
"type": "number"
},
"V": {
"description": "Zonal Velocity Ratio(V)",
"type": "number"
},
"AG": {
"description": "Design Ground Acceleration(g)",
"type": "number"
},
"DPFAC": {
"description": "Damping Multiplying Factor",
"type": "number"
},
"IF": {
"description": "Importance Factor",
"type": "number"
},
"SMFACTOR": {
"description": "Seismic Magnify Factor",
"type": "number"
},
"RMFACTOR": {
"description": "Response Modify Factor",
"type": "number"
},
"ZONEFACTOR": {
"description": "Zone Factor (S)",
"type": "number"
},
"TL": {
"description": "Long Tran. Period(TL)",
"type": "number"
},
"PGA": {
"description": "PGA",
"type": "number"
},
"PHI": {
"description": "Phi",
"type": "number"
},
"DEPTH": {
"description": "Depth to MR",
"type": "number"
},
"FO": {
"description": "Amplification Factor (Fo)",
"type": "number"
},
"TCSTAR": {
"description": "Period of constant Hor. Acc. (Tc*)",
"type": "number"
},
"KP": {
"description": "kp",
"type": "number"
},
"Z": {
"description": "Z",
"type": "number"
},
"MU": {
"description": "Mu",
"type": "number"
},
"USERDEFSEISZONE": {
"description": "User Defined Seismic Zone",
"type": "number"
},
"FUNDAMENTAL_PERIOD": {
"description": "Fundamental Period (T1)",
"type": "number"
},
"K1": {
"description": "K1 Factor",
"type": "number"
},
"K2": {
"description": "K2 Factor",
"type": "number"
},
"K3": {
"description": "K3 Factor",
"type": "number"
},
"K4": {
"description": "K4 Factor",
"type": "number"
},
"KPSI": {
"description": "KPsi Factor",
"type": "number"
}
}
},
"aFUNC": {
"description": "Function Data List",
"type": "array",
"items": {
"type": "object",
"properties": {
"PERIOD": {
"description": "Period",
"type": "number"
},
"VALUE": {
"description": "Value",
"type": "number"
}
}
}
}
}
}
}
Examples
IS1893(2016)
"Assign": {
"1": {
"NAME": "IS1893(2016)",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "IS1893(2016): Zone=II(0.10), Soil= I(Rock/Hard), Damping= 5.00, I=1.00, R=3.00",
"STR": {
"SPEC_CODE": "IS1893(2016)"
},
"OPT": {
"SOILCLASS": 0,
"iSEISZONE": 0
},
"VAL": {
"DP": 5,
"PERIOD": 6,
"IE": 1,
"R_": 3,
"DPFAC": 1
},
"CALC_OPT": true
}
}
}
IS1893(2002)
"Assign": {
"1": {
"NAME": "IS1893(2002)",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "IS1893(2002): Zone=IV(0.24), Soil= II(Medium), Damping= 5.00, I=1.00, R=3.00",
"STR": {
"SPEC_CODE": "IS2002"
},
"OPT": {
"SOILCLASS": 1,
"iSEISZONE": 2
},
"VAL": {
"DP": 5,
"PERIOD": 6,
"IE": 1,
"R_": 3,
"DPFAC": 1
},
"CALC_OPT": true
}
}
}
IRC:SP:114-2018
"Assign": {
"1": {
"NAME": "IRC:SP:114-2018",
"iTYPE": 1,
"iMETHOD": 0,
"SCALE": 1,
"GRAV": 9.806,
"DRATIO": 0.05,
"DESC": "IRC:SP:114-2018: Zone=UD(0.36), Soil= II(Medium), Damping= 5.00, I=1.00, R=2.50",
"STR": {
"SPEC_CODE": "IRC:SP:114-2018"
},
"OPT": {
"SOILCLASS": 1,
"iSEISZONE": 4
},
"VAL": {
"DP": 5,
"PERIOD": 6,
"IE": 1,
"R_": 2.5,
"DPFAC": 1,
"USERDEFSEISZONE": 0.36
},
"CALC_OPT": true
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
RS Function Name |
"NAME" |
String |
- |
Required |
|
2 |
Spectral Data Type • Normalized Accel.: 1 • Acceleration: 2 • Velocity: 3 • Displacement: 4 |
"iTYPE" |
Integer |
- |
Required |
|
3 |
Scaling Method • Scale Factor: 0 • Maximum Value: 1 |
"iMETHOD" |
Integer |
0 |
Optional |
|
4 |
Scaling Value |
"SCALE" |
Number |
- |
Required |
|
5 |
Gravity • Only for Normalized Accel. |
"GRAV" |
Number |
- |
Required |
|
6 |
Damping Ratio |
"DRATIO" |
Number |
0 |
Optional |
|
7 |
Description |
"DESC" |
String |
Blank |
Optional |
|
IS1893(2016) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "IS1893(2016)" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Type or Option Data By Code |
"OPT" |
Object |
- |
Optional |
|
(1) |
Soil Type • I(Rock or Hard Soil): 0 • II(Medium Soil): 1 • III(Soft Soil): 2 |
"SOILCLASS" |
Integer |
0 |
Optional |
|
(2) |
Seismic Zone • II(0.10): 0 • III(0.16): 1 • IV(0.24): 2 • V(0.36): 3 |
"iSEISZONE" |
Integer |
0 |
Optional |
|
10 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Damping(%) |
"DP" |
Number |
- |
Required |
|
(2) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(3) |
Importance Factor(I) ¹⁾ • Preset Value: 1.0, 1.2, 1.5 |
"IE" |
Number |
- |
Required |
|
(4) |
Response Reduction • Preset Value: 1.5, 2.0, 2.5, 3.0, 4.0, 4.5, 5.0 |
"R_" |
Number |
- |
Required |
|
(5) |
Damping Multiplying Factor • Value : 1 |
"DPFAC" |
Integer |
- |
Required |
|
11 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
IS1893(2002) |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "IS2002" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Type or Option Data By Code |
"OPT" |
Object |
- |
Optional |
|
(1) |
Soil Type • I(Rock or Hard Soil): 0 • II(Medium Soil): 1 • III(Soft Soil): 2 |
"SOILCLASS" |
Integer |
0 |
Optional |
|
(2) |
Seismic Zone • II(0.10): 0 • III(0.16): 1 • IV(0.24): 2 • V(0.36): 3 |
"iSEISZONE" |
Integer |
0 |
Optional |
|
10 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Damping(%) |
"DP" |
Number |
- |
Required |
|
(2) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(3) |
Importance Factor(I) ¹⁾ • Preset Value: 1.0, 1.5 |
"IE" |
Number |
- |
Required |
|
(4) |
Response Reduction • Preset Value: 1.5, 2.5, 3.0, 4.0, 4.5, 5.0 |
"R_" |
Number |
- |
Required |
|
(5) |
Damping Multiplying Factor • Value : 1 |
"DPFAC" |
Integer |
- |
Required |
|
11 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
|
IRC:SP:114-2018 |
||||||
8 |
String Data By Code |
"STR" |
Object |
- |
Required |
|
(1) |
Design Spectrum Type • Code: "IRC:SP:114-2018" |
"SPEC_CODE" |
String |
- |
Required |
|
9 |
Type or Option Data By Code |
"OPT" |
Object |
- |
Optional |
|
(1) |
Soil Type • I(Rock or Hard Soil): 0 • II(Medium Soil): 1 • III(Soft Soil): 2 |
"SOILCLASS" |
Integer |
0 |
Optional |
|
(2) |
Seismic Zone • II(0.10): 0 • III(0.16): 1 • IV(0.24): 2 • V(0.36): 3 • User Defined: 4 |
"iSEISZONE" |
Integer |
0 |
Optional |
|
10 |
Factor or Value Data By Code |
"VAL" |
Object |
- |
Required |
|
(1) |
Damping(%) |
"DP" |
Number |
- |
Required |
|
(2) |
Max Period |
"PERIOD" |
Number |
- |
Required |
|
(3) |
Importance Factor(I) ¹⁾ • Preset Value: 1.0, 1.2, 1.5 |
"IE" |
Number |
- |
Required |
|
(4) |
Response Reduction • Preset Value: 1.0, 1.5, 2.5, 3.0, 4.0, 4.5, 5.0 |
"R_" |
Number |
- |
Required |
|
(5) |
Damping Multiplying Factor • Value : 1 |
"DPFAC" |
Integer |
- |
Required |
|
(6) |
User Defined Seismic Zone • When Seismic Zone is User Defined |
"USERDEFSEISZONE" |
Number |
- |
Required |
|
11 |
Calculation Options |
"CALC_OPT" |
Boolean |
true |
Create |
¹⁾ The value of this Key is calculated by MIDAS CIVIL NX based on the value of another keys, so even if a value is entered, it will not be reflected. Instead, the value calculated by MIDAS CIVIL NX will be applied.