Skip to main content
JSON Manual Created Edited

Section Properties - Tapered - Composite PSC

Input URI

{base url} + db/SECT



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "SECT": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "SECTTYPE": {
                "description": "Type",
                "type": "string"
            },
            "SECT_NAME": {
                "description": "SectName",
                "type": "string"
            },
            "SECT_BEFORE": {
                "type": "object",
                "properties": {
                    "OFFSET_PT": {
                        "description": "CardinalPoint",
                        "type": "string"
                    },
                    "OFFSET_CENTER": {
                        "description": "OffsetCenter",
                        "type": "integer"
                    },
                    "USER_OFFSET_REF": {
                        "description": "UserOffsetRef",
                        "type": "integer"
                    },
                    "HORZ_OFFSET_OPT": {
                        "description": "HorizonoffsetOption",
                        "type": "integer"
                    },
                    "USERDEF_OFFSET_YI": {
                        "description": "UserOffsetYI",
                        "type": "number"
                    },
                    "USERDEF_OFFSET_YJ": {
                        "description": "UserOffsetYJ",
                        "type": "number"
                    },
                    "VERT_OFFSET_OPT": {
                        "description": "VerticalOffsetOption",
                        "type": "integer"
                    },
                    "USERDEF_OFFSET_ZI": {
                        "description": "UserOffsetZI",
                        "type": "number"
                    },
                    "USERDEF_OFFSET_ZJ": {
                        "description": "UserOffsetZJ",
                        "type": "number"
                    },
                    "USE_SHEAR_DEFORM": {
                        "description": "UseConsiderShearDeform",
                        "type": "boolean"
                    },
                    "USE_WARPING_EFFECT": {
                        "description": "UseConsiderWarpingEffect",
                        "type": "boolean"
                    },
                    "SHAPE": {
                        "description": "Shape",
                        "type": "string"
                    },
                    "TYPE": {
                        "description": "Type",
                        "type": "integer"
                    },
                    "SECT_I": {
                        "type": "object",
                        "properties": {
                            "vSIZE": {
                                "description": "Size",
                                "type": "array",
                                "items": {
                                    "type": "number"
                                }
                            },
                            "vSIZE_PSC_A": {
                                "description": "forOnlyPSCSectionISIZE-A",
                                "type": "array",
                                "items": {
                                    "type": "number"
                                }
                            },
                            "vSIZE_PSC_B": {
                                "description": "forOnlyPSCSectionISIZE-B",
                                "type": "array",
                                "items": {
                                    "type": "number"
                                }
                            },
                            "vSIZE_PSC_C": {
                                "description": "forOnlyPSCSectionISIZE-C",
                                "type": "array",
                                "items": {
                                    "type": "number"
                                }
                            },
                            "vSIZE_PSC_D": {
                                "description": "forOnlyPSCSectionISIZE-D",
                                "type": "array",
                                "items": {
                                    "type": "number"
                                }
                            }
                        }
                    },
                    "Y_VAR": {
                        "description": "LyType",
                        "type": "integer"
                    },
                    "Z_VAR": {
                        "description": "LzType",
                        "type": "integer"
                    },
                    "MATL_ELAST": {
                        "description": "Matl_Elast",
                        "type": "number"
                    },
                    "MATL_DENS": {
                        "description": "Matl_Density",
                        "type": "number"
                    },
                    "MATL_POIS_S": {
                        "description": "Matl_Poisson_S",
                        "type": "number"
                    },
                    "MATL_POIS_C": {
                        "description": "Matl_Poisson_C",
                        "type": "number"
                    },
                    "MATL_THERMAL": {
                        "description": "Matl_Thermal",
                        "type": "number"
                    },
                    "USE_SYMMETRIC": {
                        "description": "Symmetric",
                        "type": "boolean"
                    },
                    "USE_MULTI_ELAST": {
                        "description": "UseMultipleELastic",
                        "type": "boolean"
                    },
                    "LONGTERM_ESEC": {
                        "description": "LongTermESEC",
                        "type": "number"
                    },
                    "SHRINK_ESEC": {
                        "description": "ShrinkageESEC",
                        "type": "number"
                    },
                    "PSC_OPT1": {
                        "description": "PSCOption1",
                        "type": "string"
                    },
                    "PSC_OPT2": {
                        "description": "PSCOption2",
                        "type": "string"
                    },
                    "JOINT": {
                        "description": "Joint",
                        "type": "array",
                        "items": {
                            "type": "boolean"
                        }
                    }
                }
            },
            "SECT_AFTER": {
                "type": "object",
                "properties": {
                    "SECT_I": {
                        "type": "object",
                        "properties": {
                            "BUILT_FLAG": {
                                "description": "BuiltUpFlag",
                                "type": "integer"
                            }
                        }
                    },
                    "SLAB": {
                        "description": "SlabforOnlyCompositeSection",
                        "type": "array",
                        "items": {
                            "type": "number"
                        }
                    }
                }
            },
            "COMPOSITE_J": {
                "type": "object",
                "properties": {
                    "vSIZE": {
                        "description": "Size",
                        "type": "array",
                        "items": {
                            "type": "number"
                        }
                    },
                    "vSIZE_PSC_A": {
                        "description": "forOnlyPSCSectionISIZE-A",
                        "type": "array",
                        "items": {
                            "type": "number"
                        }
                    },
                    "vSIZE_PSC_B": {
                        "description": "forOnlyPSCSectionISIZE-B",
                        "type": "array",
                        "items": {
                            "type": "number"
                        }
                    },
                    "vSIZE_PSC_C": {
                        "description": "forOnlyPSCSectionISIZE-C",
                        "type": "array",
                        "items": {
                            "type": "number"
                        }
                    },
                    "vSIZE_PSC_D": {
                        "description": "forOnlyPSCSectionISIZE-D",
                        "type": "array",
                        "items": {
                            "type": "number"
                        }
                    }
                }
            }
        }
    }
}


Examples

PSC-I

{
    "Assign": {
        "617": {
            "SECTTYPE": "TAPERED",
            "SECT_NAME": "PSC-I",
            "SECT_BEFORE": {
                "OFFSET_PT": "CC",
                "OFFSET_CENTER": 0,
                "USER_OFFSET_REF": 0,
                "HORZ_OFFSET_OPT": 0,
                "USERDEF_OFFSET_YI": 0,
                "USERDEF_OFFSET_YJ": 0,
                "VERT_OFFSET_OPT": 0,
                "USERDEF_OFFSET_ZI": 0,
                "USERDEF_OFFSET_ZJ": 0,
                "USE_SHEAR_DEFORM": true,
                "USE_WARPING_EFFECT": true,
                "SHAPE": "CPCI",
                "TYPE": 12,
                "SECT_I": {
                    "vSIZE_PSC_A": [
                        0,
                        0.26,
                        0.44,
                        0,
                        0,
                        1.13,
                        0.4,
                        0,
                        0,
                        0.27
                    ],
                    "vSIZE_PSC_B": [
                        0.16,
                        1.36,
                        0,
                        0,
                        0.8,
                        0,
                        0
                    ],
                    "vSIZE_PSC_C": [
                        0.26,
                        0.44,
                        0,
                        0,
                        1.13,
                        0.4,
                        0,
                        0,
                        0.27
                    ],
                    "vSIZE_PSC_D": [
                        0.16,
                        1.36,
                        0,
                        0,
                        0.8,
                        0,
                        0
                    ]
                },
                "Y_VAR": 1,
                "Z_VAR": 3,
                "MATL_ELAST": 6.573673240339907,
                "MATL_DENS": 3.1399101630016366,
                "MATL_POIS_S": 0.3,
                "MATL_POIS_C": 0.18,
                "MATL_THERMAL": 1,
                "USE_SYMMETRIC": true,
                "USE_MULTI_ELAST": true,
                "LONGTERM_ESEC": 1.1,
                "SHRINK_ESEC": 1.2,
                "PSC_OPT1": "",
                "PSC_OPT2": "",
                "JOINT": [
                    false,
                    false,
                    false,
                    false,
                    false,
                    false,
                    false,
                    false,
                    false
                ]
            },
            "SECT_AFTER": {
                "SECT_I": {
                    "BUILT_FLAG": 1
                },
                "SLAB": [
                    2.2,
                    0.3,
                    0.15
                ]
            },
            "COMPOSITE_J": {
                "vSIZE_PSC_A": [
                    0,
                    0.26,
                    0.44,
                    0,
                    0,
                    1.13,
                    0.4,
                    0,
                    0,
                    0.27
                ],
                "vSIZE_PSC_B": [
                    0.16,
                    1.36,
                    0,
                    0,
                    0.8,
                    0,
                    0
                ],
                "vSIZE_PSC_C": [
                    0.26,
                    0.44,
                    0,
                    0,
                    1.13,
                    0.4,
                    0,
                    0,
                    0.27
                ],
                "vSIZE_PSC_D": [
                    0.16,
                    1.36,
                    0,
                    0,
                    0.8,
                    0,
                    0
                ]
            }
        }
    }
}

PSC-T

{
    "Assign": {
        "618": {
            "SECTTYPE": "TAPERED",
            "SECT_NAME": "PSC-T",
            "SECT_BEFORE": {
                "OFFSET_PT": "CC",
                "OFFSET_CENTER": 0,
                "USER_OFFSET_REF": 0,
                "HORZ_OFFSET_OPT": 0,
                "USERDEF_OFFSET_YI": 0,
                "USERDEF_OFFSET_YJ": 0,
                "VERT_OFFSET_OPT": 0,
                "USERDEF_OFFSET_ZI": 0,
                "USERDEF_OFFSET_ZJ": 0,
                "USE_SHEAR_DEFORM": true,
                "USE_WARPING_EFFECT": true,
                "SHAPE": "CPCT",
                "TYPE": 13,
                "SECT_I": {
                    "vSIZE_PSC_A": [
                        0,
                        0.29,
                        0.13,
                        1.8,
                        0.21,
                        0.13,
                        1.63,
                        1.83
                    ],
                    "vSIZE_PSC_B": [
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0
                    ],
                    "vSIZE_PSC_C": [
                        0.29,
                        0.13,
                        1.8,
                        0.21,
                        0.13,
                        1.63,
                        1.83
                    ],
                    "vSIZE_PSC_D": [
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0,
                        0
                    ]
                },
                "Y_VAR": 1,
                "Z_VAR": 3,
                "MATL_ELAST": 6.573673240339907,
                "MATL_DENS": 3.1399101630016366,
                "MATL_POIS_S": 0.3,
                "MATL_POIS_C": 0.18,
                "MATL_THERMAL": 1,
                "USE_SYMMETRIC": true,
                "USE_MULTI_ELAST": true,
                "LONGTERM_ESEC": 1.1,
                "SHRINK_ESEC": 1.2,
                "PSC_OPT1": "",
                "PSC_OPT2": "",
                "JOINT": [
                    false,
                    false,
                    false,
                    false,
                    false,
                    false,
                    false,
                    false,
                    false
                ]
            },
            "SECT_AFTER": {
                "SECT_I": {
                    "BUILT_FLAG": 1
                },
                "SLAB": [
                    2.2,
                    0.3,
                    0.15
                ]
            },
            "COMPOSITE_J": {
                "vSIZE_PSC_A": [
                    0,
                    0.29,
                    0.13,
                    1.8,
                    0.21,
                    0.13,
                    1.63,
                    1.83
                ],
                "vSIZE_PSC_B": [
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0
                ],
                "vSIZE_PSC_C": [
                    0.29,
                    0.13,
                    1.8,
                    0.21,
                    0.13,
                    1.63,
                    1.83
                ],
                "vSIZE_PSC_D": [
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0
                ]
            }
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Common

 • Refer to Common Page ↗

-

-

-

-

2

Section Data

 • Material and Concrete Girder

"SECT_BEFORE"

Object

-

Required

(1)

Tapered Type

 • PSC-I: 12

 • PSC-T: 13

"DATATYPE"

Integer

-

Required

(2)

Y Axis Variations

 • Linear: 1

 • Parabolic: 2

 • Cubic: 3

"Y_VAR"

Integer

-

Required

(3)

Z Axis Variations

 • Linear: 1

 • Parabolic: 2

 • Cubic: 3

"Z_VAR"

Integer

-

Required

(4)

Section Specifications - I

"SECT_I"

Object

-

Required

i. Outer-Height ¹⁾

"vSIZE_PSC_A"

Array
[Number]

-

Required

ii. Outer-Breadth ¹⁾

"vSIZE_PSC_B"

Array
[Number]

-

Required

iii. Inner-Height ¹⁾

"vSIZE_PSC_C"

Array
[Number]

-

Required

iv. Inner-Breadth ¹⁾

"vSIZE_PSC_D"

Array
[Number]

-

Required

(5)

Modulus Ratio, Steel to Concrete

"MATL_ELAST"

Number

-

Required

(6)

Density Ratio, Steel to Concrete

"MATL_DENS"

Number

-

Required

(7)

Poisson's Ratio of Steel

"MATL_POIS_S"

Number

-

Required

(8)

Poisson's Ratio of Concrete

"MATL_POIS_C"

Number

-

Required

(9)

Ratio of Thermal Expansion Coefficient of Steel and Concrete

"MATL_THERMAL"

Number

-

Required

(10)

Multiple Modulus of Elasticity Options

"USE_MULTI_ELAST"

Boolean

false

Optional

(11)

Long-term Es/Ec

"LONGTERM_ESEC"

Number

0

Optional

(12)

Shrinkage Es/Ec

"SHRINK_ESEC"

Number

0

Optional

(13)

Shape Option 1 ¹⁾

"PSC_OPT1"

String

-

Required

(14)

Shape Option 2 ¹⁾

"PSC_OPT2"

Integer

-

Required

(15)

Joint On/Off ¹⁾

"JOINT"

Array
[Boolean]

-

Required

3

Section Data

 • Slab

"SECT_AFTER"

Object

-

Required

(1)

Slab Dimensions

 • [Bc, tc, Hh]

"SLAB"

Array [Number]

-

Required

(2)

Section Specifications

"SECT_I"

Object

-

Required

i. Built-Up Section

 • 1

"BUILT_FLAG"

Integer

-

Required

4

Section Specifications - J

"COMPOSITE_J"

Object

-

Required

(1)

Outer-Height ¹⁾

"vSIZE_PSC_A"

Array
[Number]

-

Required

(2)

Outer-Breadth ¹⁾

"vSIZE_PSC_B"

Array
[Number]

-

Required

(3)

Inner-Height ¹⁾

"vSIZE_PSC_C"

Array
[Number]

-

Required

(4)

Inner-Breadth ¹⁾

"vSIZE_PSC_D"

Array
[Number]

-

Required



¹⁾ Refer to Composite PSC Sections

0
Was this article helpful?