Skip to main content
JSON Manual Created Edited

Thickness - Stiffened Value

Input URI

{base url} + db/THIK



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "THIK": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "TYPE": {
                "description": "Type",
                "type": "string"
            },
            "STYPE": {
                "description": "SubType",
                "type": "string"
            },
            "RIB_POS": {
                "description": "RibPosition",
                "type": "string"
            },
            "VALUE": {
                "type": "object",
                "properties": {
                    "WEIGHT": {
                        "description": "Weight",
                        "type": "number"
                    },
                    "XZ": {
                        "type": "object",
                        "properties": {
                            "SHAPE": {
                                "description": "Shape",
                                "type": "string"
                            },
                            "T_IN": {
                                "description": "Thick_In",
                                "type": "number"
                            },
                            "T_OUT": {
                                "description": "Thick_Out",
                                "type": "number"
                            },
                            "HU": {
                                "description": "Hu",
                                "type": "number"
                            },
                            "HL": {
                                "description": "Hl",
                                "type": "number"
                            }
                        }
                    },
                    "YZ": {
                        "type": "object",
                        "properties": {
                            "SHAPE": {
                                "description": "Shape",
                                "type": "string"
                            },
                            "T_IN": {
                                "description": "Thick_In",
                                "type": "number"
                            },
                            "T_OUT": {
                                "description": "Thick_Out",
                                "type": "number"
                            },
                            "HU": {
                                "description": "Hu",
                                "type": "number"
                            },
                            "HL": {
                                "description": "Hl",
                                "type": "number"
                            }
                        }
                    }
                }
            }
        }
    }
}


Examples

Stiffened Value Example 1

{
    "Assign": {
        "301": {
            "TYPE": "STIFFENED",
            "STYPE": "VALUE",
            "RIB_POS": "LOWER",
            "VALUE": {
                "WEIGHT": 0.5026324999999999,
                "XZ": {
                    "SHAPE": "C",
                    "T_IN": 0.5021625,
                    "T_OUT": 0.502860957921411,
                    "HU": 0.2512380827919249,
                    "HL": 0.32376191720807507
                },
                "YZ": {
                    "SHAPE": "L",
                    "T_IN": 0.50047,
                    "T_OUT": 0.5005380547750857,
                    "HU": 0.2502513537274962,
                    "HL": 0.27474864627250384
                }
            }
        }
    }
}

Stiffened Value Example 2

{
    "Assign": {
        "302": {
            "TYPE": "STIFFENED",
            "STYPE": "VALUE",
            "RIB_POS": "LOWER",
            "VALUE": {
                "WEIGHT": 0.5053622935672342,
                "XZ": {
                    "SHAPE": "T",
                    "T_IN": 0.5014125,
                    "T_OUT": 0.5018539528056019,
                    "HU": 0.2508084536185276,
                    "HL": 0.29919154638147244
                },
                "YZ": {
                    "SHAPE": "H",
                    "T_IN": 0.5039497935672342,
                    "T_OUT": 0.5056783863672673,
                    "HU": 0.2523513018266812,
                    "HL": 0.3476486981733189
                }
            }
        }
    }
}

Stiffened Value Example 3

{
    "Assign": {
        "303": {
            "TYPE": "STIFFENED",
            "STYPE": "VALUE",
            "RIB_POS": "LOWER",
            "VALUE": {
                "WEIGHT": 0.5011286468763786,
                "XZ": {
                    "SHAPE": "P",
                    "T_IN": 0.5003094468763786,
                    "T_OUT": 0.5003366972381165,
                    "HU": 0.250161338583965,
                    "HL": 0.27153866141603505
                },
                "YZ": {
                    "SHAPE": "B",
                    "T_IN": 0.5008192,
                    "T_OUT": 0.5009553521848519,
                    "HU": 0.250441644409799,
                    "HL": 0.28955835559020104
                }
            }
        }
    }
}

Stiffened Value Example 4

{
    "Assign": {
        "304": {
            "TYPE": "STIFFENED",
            "STYPE": "VALUE",
            "RIB_POS": "LOWER",
            "VALUE": {
                "WEIGHT": 0.56952,
                "XZ": {
                    "SHAPE": "2C",
                    "T_IN": 0.5285599999999999,
                    "T_OUT": 0.5657917667004954,
                    "HU": 0.27161344029060086,
                    "HL": 0.5283865597093992
                },
                "YZ": {
                    "SHAPE": "2L",
                    "T_IN": 0.54096,
                    "T_OUT": 0.5823081784561129,
                    "HU": 0.279838903677413,
                    "HL": 0.42016109632258697
                }
            }
        }
    }
}

Stiffened Value Example 5

{
    "Assign": {
        "305": {
            "TYPE": "STIFFENED",
            "STYPE": "VALUE",
            "RIB_POS": "LOWER",
            "VALUE": {
                "WEIGHT": 0.50021,
                "XZ": {
                    "SHAPE": "SB",
                    "T_IN": 0.50009,
                    "T_OUT": 0.5000910513462656,
                    "HU": 0.2500452618528665,
                    "HL": 0.2529547381471334
                },
                "YZ": {
                    "SHAPE": "SB",
                    "T_IN": 0.50012,
                    "T_OUT": 0.5001213871482924,
                    "HU": 0.2500603455170759,
                    "HL": 0.252939654482924
                }
            }
        }
    }
}

Stiffened Value Example 6

{
    "Assign": {
        "306": {
            "TYPE": "STIFFENED",
            "STYPE": "VALUE",
            "RIB_POS": "LOWER",
            "VALUE": {
                "WEIGHT": 0.5001649336143135,
                "XZ": {
                    "SHAPE": "SR",
                    "T_IN": 0.5000706858347057,
                    "T_OUT": 0.5000723743088041,
                    "HU": 0.2500357619766308,
                    "HL": 0.2559642380233692
                },
                "YZ": {
                    "SHAPE": "SR",
                    "T_IN": 0.5000942477796076,
                    "T_OUT": 0.5000964898783434,
                    "HU": 0.25004768038893993,
                    "HL": 0.2559523196110601
                }
            }
        }
    }
}

Stiffened Value Example 7

{
    "Assign": {
        "307": {
            "TYPE": "STIFFENED",
            "STYPE": "VALUE",
            "RIB_POS": "LOWER",
            "VALUE": {
                "WEIGHT": 0.5162558344713645,
                "XZ": {
                    "SHAPE": "URIB",
                    "T_IN": 0.5100655469507779,
                    "T_OUT": 0.525192891571082,
                    "HU": 0.25792933427383286,
                    "HL": 0.48207066572616714
                },
                "YZ": {
                    "SHAPE": "CC",
                    "T_IN": 0.5061902875205866,
                    "T_OUT": 0.514219469106165,
                    "HU": 0.25458593907755594,
                    "HL": 0.49541406092244406
                }
            }
        }
    }
}


Specifications

No. Description Key Value Type Default Required

1

Thickness Type

 • Value: "VALUE"

 • Stiffened: "STIFFENED"

"TYPE"

String

-

Required

2

Stiffened Thickness Type

 • Value: "VALUE"

 • User: "USER"

 • DB: "DB"

"STYPE"

String

-

Required

3

Rib Position

 • "LOWER"

 • "UPPER"

"RIB_POS"

String

-

Required

4

Defined Properties

"VALUE"

Object

-

Required

(1)

Thickness weight data of plate element

"WEIGHT"

Number

-

Required

(2)

XZ SECT

"XZ"

Object

-

Optional

i. Shape ¹⁾

"SHAPE"

String

-

Optional

ii. Equivalent thickness (h) used for the calculation of stiffness in the in-plane direction

"T_IN"

Number

-

Optional

iii. Equivalent thickness (h) used for the calculation of stiffness in the out-of-plane direction

"T_OUT"

Number

-

Optional

iv. Distance from the neutral axis to the extreme fiber of the plate

"HU"

Number

-

Optional

v. Distance from the neutral axis to the extreme fiber of the rib

"HL"

Number

-

Optional

(3)

YZ SECT

"YZ"

Object

-

Optional

i) Shape ¹⁾

"SHAPE"

String

-

Optional

ii) In-Plane: Equivalent thickness (h) used for the calculation of stiffness in the in-plane direction

"T_IN"

Number

-

Optional

iii) Out-of-Plane: Equivalent thickness (h) used for the calculation of stiffness in the out-of-plane direction

"T_OUT"

Number

-

Optional

iv) Hu: Distance from the neutral axis to the extreme fiber of the plate

"HU"

Number

-

Optional

v) Hl: Distance from the neutral axis to the extreme fiber of the rib

"HL"

Number

-

Optional



¹⁾ Section Shape

No.

Shape Type

"SHAPE"

Array Index

0

1

2

3

4

5

1

Angle

"L"

H

B

tw

tf

-

-

2

Channel

"C"

H

B1

tw

tf1

B2

tf2

3

H-Section

"H"

H

B1

tw

tf1

B2

tf2

4

T-Section

"T"

H

B

tw

tf

-

-

5

BOX

"B"

H

B

tw

tf1

C

tf2

6

PIPE

"P"

D

tw

-

-

-

-

7

Double Angle

"2L"

H

B

tw

tf

C

-

8

Double Channel

"2C"

H

B

tw

tf

C

-

9

Solid Rectangle

"SB"

H

B

-

-

-

-

10

Solid Round

"SR"

D

-

-

-

-

-

11

Cold Formed Channel

"CC"

H

B

tw

r

d

-

12

U-RIB

"URIB"

H

B1

B2

t

R

-



0
Was this article helpful?