Skip to main content
JSON Manual Created Edited

Solid Stress (Local) - Analysis Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
    "TABLE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "title": "SolidStress-Local",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "ResponseTableTitle"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "SOLIDSL"
                        ]
                    },
                    "EXPORT_PATH": {
                        "type": "string",
                        "description": "ResultTableSavePath"
                    },
                    "UNIT": {
                        "type": "object",
                        "description": "ResponseUnitSetting",
                        "properties": {
                            "FORCE": {
                                "type": "string",
                                "description": "Force"
                            },
                            "DIST": {
                                "type": "string",
                                "description": "Length"
                            },
                            "HEAT": {
                                "type": "string",
                                "description": "Heat"
                            },
                            "TEMP": {
                                "type": "string",
                                "description": "Temperature"
                            }
                        }
                    },
                    "STYLES": {
                        "type": "object",
                        "description": "ResponseNumberFormat",
                        "properties": {
                            "FORMAT": {
                                "type": "string",
                                "description": "Numberformat",
                                "enum": [
                                    "Default",
                                    "Fixed",
                                    "Scientific",
                                    "General"
                                ]
                            },
                            "PLACE": {
                                "type": "integer",
                                "description": "Digitplace",
                                "minimum": 0,
                                "maximum": 15
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "array",
                        "description": "ComponentsofResultTable",
                        "items": {
                            "type": "string"
                        }
                    },
                    "NODE_ELEMS": {
                        "type": "object",
                        "description": "Node/ElementNo.Input",
                        "properties": {
                            "KEYS": {
                                "type": "array",
                                "description": "SpecifyEachID",
                                "items": {
                                    "type": "integer"
                                }
                            },
                            "TO": {
                                "type": "string",
                                "description": "SpecifyIDRange"
                            },
                            "STRUCTURE_GROUP_NAME": {
                                "type": "string",
                                "description": "SpecifyStructureGroupName"
                            }
                        }
                    },
                    "LOAD_CASE_NAMES": {
                        "type": "array",
                        "description": "StaticLoad/LoadCombinationName&Type",
                        "items": {
                            "type": "string"
                        }
                    },
                    "NODE_FLAG": {
                        "type": "object",
                        "description": "NodeFlag",
                        "properties": {
                            "CENTER": {
                                "type": "boolean",
                                "description": "Center"
                            },
                            "NODES": {
                                "type": "boolean",
                                "description": "Nodes"
                            }
                        }
                    },
                    "OPT_CS": {
                        "type": "boolean",
                        "description": "Activation-ConstructionStageStep"
                    },
                    "STAGE_STEP": {
                        "type": "array",
                        "description": "StageStepName",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Solid Stress(Local) - General/Post CS

{
    "Argument": {
        "TABLE_NAME": "SolidStress(Local)",
        "TABLE_TYPE": "SOLIDSL",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "mm"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Load",
            "Node",
            "Sig-xx",
            "Sig-yy",
            "Sig-zz",
            "Sig-xy",
            "Sig-yz",
            "Sig-xz",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT",
            "Sig-P1/ux",
            "Sig-P1/uy",
            "Sig-P1/uz",
            "Sig-P2/ux",
            "Sig-P2/uy",
            "Sig-P2/uz",
            "Sig-P3/ux",
            "Sig-P3/uy",
            "Sig-P3/uz"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                3381
            ]
        },
        "LOAD_CASE_NAMES": [
            "DL(ST)"
        ],
        "NODE_FLAG": {
            "CENTER": true,
            "NODES": true
        }
    }
}

Solid Stress(Local) - Construction Stage

{
    "Argument": {
        "TABLE_NAME": "SolidStress(Local)",
        "TABLE_TYPE": "SOLIDSL",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "mm"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Load",
            "Stage",
            "Step",
            "Node",
            "Sig-xx",
            "Sig-yy",
            "Sig-zz",
            "Sig-xy",
            "Sig-yz",
            "Sig-xz",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT",
            "ux",
            "uy",
            "uz",
            "ux",
            "uy",
            "uz",
            "ux",
            "uy",
            "uz"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                3381
            ]
        },
        "LOAD_CASE_NAMES": [
            "Summation(CS)"
        ],
        "NODE_FLAG": {
            "CENTER": true,
            "NODES": true
        },
        "OPT_CS": true,
        "STAGE_STEP": [
            "CS1:001(first)",
            "CS1:002(last)"
        ]
    }
}


Response Examples

Solid Stress(Local) - General/Post CS

{
    "SolidStress(Local)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Load",
            "Node",
            "Sig-xx",
            "Sig-yy",
            "Sig-zz",
            "Sig-xy",
            "Sig-yz",
            "Sig-xz",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT",
            "Sig-P1/ux",
            "Sig-P1/uy",
            "Sig-P1/uz",
            "Sig-P2/ux",
            "Sig-P2/uy",
            "Sig-P2/uz",
            "Sig-P3/ux",
            "Sig-P3/uy",
            "Sig-P3/uz"
        ],
        "DATA": [
            [
                "1",
                "3381",
                "DL",
                "Cent",
                "-0.009540404177",
                "-0.009754688093",
                "-0.067613370680",
                "0.000000149510",
                "-0.000003700681",
                "-0.003643177715",
                "-0.009312743454",
                "-0.009754688186",
                "-0.067841031311",
                "0.029264143929",
                "0.058308571635",
                "0.027486924270",
                "0.998052857758",
                "0.000859886913",
                "-0.062367890106",
                "-0.000862168620",
                "0.999999628286",
                "-0.000009672638",
                "0.062367858606",
                "0.000063425441",
                "0.998053228135"
            ],
            [
                "2",
                "3381",
                "DL",
                "4052",
                "-0.013838327481",
                "-0.013478536002",
                "-0.066872393336",
                "0.000021833190",
                "-0.000004351627",
                "-0.003358801061",
                "-0.013475314823",
                "-0.013629672358",
                "-0.067084269638",
                "0.026804477408",
                "0.053531942955",
                "0.025235199916",
                "0.144164958982",
                "0.989511374996",
                "-0.009148953744",
                "0.987549006828",
                "-0.144454960753",
                "-0.062287425914",
                "0.062955728215",
                "0.000055375982",
                "0.998016319114"
            ],
            [
                "3",
                "3381",
                "DL",
                "4048",
                "-0.013909754357",
                "-0.013742522430",
                "-0.068381739733",
                "0.000022410716",
                "-0.000007811843",
                "-0.003446550765",
                "-0.013683672199",
                "-0.013751399817",
                "-0.068598944504",
                "0.027457636152",
                "0.054881439838",
                "0.025871358847",
                "0.930307430662",
                "0.362057757942",
                "-0.058670813605",
                "-0.361347746328",
                "0.932155655649",
                "0.022663624270",
                "0.062895871714",
                "0.000116428207",
                "0.998020087857"
            ],
            [
                "4",
                "3381",
                "DL",
                "4047",
                "-0.013909491250",
                "-0.013742554703",
                "-0.068380322694",
                "-0.000022298951",
                "0.000000545806",
                "-0.003447104985",
                "-0.013683762839",
                "-0.013751004924",
                "-0.068597600885",
                "0.027456919023",
                "0.054880247899",
                "0.025870796962",
                "0.933205130133",
                "-0.354497993462",
                "-0.058816304925",
                "0.353794946991",
                "0.935056774954",
                "-0.022315086763",
                "0.062907237879",
                "0.000015641964",
                "0.998019378157"
            ],
            [
                "5",
                "3381",
                "DL",
                "4049",
                "-0.013838327344",
                "-0.013478826730",
                "-0.066872289685",
                "-0.000022189504",
                "-0.000001832574",
                "-0.003359385020",
                "-0.013475607560",
                "-0.013629596384",
                "-0.067084239816",
                "0.026804316128",
                "0.053531803955",
                "0.025235134390",
                "-0.144298851091",
                "0.989492819590",
                "0.009044421124",
                "0.987528751304",
                "0.144582005649",
                "-0.062313794545",
                "0.062966712810",
                "0.000060183061",
                "0.998015625858"
            ],
            [
                "6",
                "3381",
                "DL",
                "3211",
                "-0.005237129980",
                "-0.005817891791",
                "-0.066834538799",
                "-0.000021915655",
                "-0.000001095126",
                "-0.003836790451",
                "-0.004998483100",
                "-0.005818471979",
                "-0.067072605490",
                "0.031037061195",
                "0.061668216791",
                "0.029070676185",
                "0.997727384377",
                "-0.026602176155",
                "-0.061906305723",
                "0.026548638003",
                "0.999646098689",
                "-0.001687363750",
                "0.061929284548",
                "0.000040000920",
                "0.998080538892"
            ],
            [
                "7",
                "3381",
                "DL",
                "3208",
                "-0.005177124102",
                "-0.005979802148",
                "-0.068365927427",
                "-0.000021730639",
                "-0.000001545047",
                "-0.003933205835",
                "-0.004932796480",
                "-0.005980247355",
                "-0.068609809842",
                "0.031838506681",
                "0.063159802412",
                "0.029773816389",
                "0.997871014792",
                "-0.020619543060",
                "-0.061873033555",
                "0.020577166506",
                "0.999787393559",
                "-0.001322081444",
                "0.061887139665",
                "0.000046095039",
                "0.998083152758"
            ],
            [
                "8",
                "3381",
                "DL",
                "3209",
                "-0.005176399772",
                "-0.005979507232",
                "-0.068364909192",
                "0.000022980930",
                "-0.000004110462",
                "-0.003929954952",
                "-0.004932404172",
                "-0.005980020752",
                "-0.068608391272",
                "0.031837993550",
                "0.063158695473",
                "0.029773294573",
                "0.997841508306",
                "0.022142467267",
                "-0.061822612728",
                "-0.022102739598",
                "0.999754824600",
                "0.001326496196",
                "0.061836827243",
                "0.000042816146",
                "0.998086271303"
            ],
            [
                "9",
                "3381",
                "DL",
                "3210",
                "-0.005236679132",
                "-0.005817863706",
                "-0.066834844577",
                "0.000022105994",
                "-0.000009404575",
                "-0.003833628652",
                "-0.004998380354",
                "-0.005818488444",
                "-0.067072518618",
                "0.031037069132",
                "0.061668174252",
                "0.029070656131",
                "0.997702626331",
                "0.027623448956",
                "-0.061858018713",
                "-0.027578612095",
                "0.999618391153",
                "0.001578677881",
                "0.061878021673",
                "0.000130907235",
                "0.998083710566"
            ]
        ]
    }
}

Solid Stress(Local) - Construction Stage

{
    "SolidStress(Local)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Load",
            "Stage",
            "Step",
            "Node",
            "Sig-xx",
            "Sig-yy",
            "Sig-zz",
            "Sig-xy",
            "Sig-yz",
            "Sig-xz",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT"
        ],
        "DATA": [
            [
                "1",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "Cent",
                "-0.009540404177",
                "-0.009754688093",
                "-0.067613370680",
                "0.000000149510",
                "-0.000003700681",
                "-0.003643177715",
                "-0.009312743454",
                "-0.009754688186",
                "-0.067841031311",
                "0.029264143929",
                "0.058308571635",
                "0.027486924270"
            ],
            [
                "2",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "Cent",
                "-0.129717308249",
                "-0.125429386797",
                "-1.025274451333",
                "0.004969755673",
                "0.017762303115",
                "-0.242924194156",
                "-0.068063455385",
                "-0.125079419052",
                "-1.087278271942",
                "0.509607408278",
                "0.991936564228",
                "0.467603380715"
            ],
            [
                "3",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "4052",
                "-0.013838327481",
                "-0.013478536002",
                "-0.066872393336",
                "0.000021833190",
                "-0.000004351627",
                "-0.003358801061",
                "-0.013475314823",
                "-0.013629672358",
                "-0.067084269638",
                "0.026804477408",
                "0.053531942955",
                "0.025235199916"
            ],
            [
                "4",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "4052",
                "-0.195146534853",
                "-0.208167566564",
                "-1.054238985422",
                "0.000218496886",
                "0.018946946246",
                "-0.242927463625",
                "-0.130935022641",
                "-0.208073052562",
                "-1.118545011635",
                "0.493804994497",
                "0.951389235349",
                "0.448489186576"
            ],
            [
                "5",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "4048",
                "-0.013909754357",
                "-0.013742522430",
                "-0.068381739733",
                "0.000022410716",
                "-0.000007811843",
                "-0.003446550765",
                "-0.013683672199",
                "-0.013751399817",
                "-0.068598944504",
                "0.027457636152",
                "0.054881439838",
                "0.025871358847"
            ],
            [
                "6",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "4048",
                "-0.195443736730",
                "-0.199254359762",
                "-1.000609558036",
                "0.000009956215",
                "0.017073705568",
                "-0.239693079442",
                "-0.129198037618",
                "-0.199234744656",
                "-1.066874872255",
                "0.468838417318",
                "0.904693975211",
                "0.426476829847"
            ],
            [
                "7",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "4047",
                "-0.013909491250",
                "-0.013742554703",
                "-0.068380322694",
                "-0.000022298951",
                "0.000000545806",
                "-0.003447104985",
                "-0.013683762839",
                "-0.013751004924",
                "-0.068597600885",
                "0.027456919023",
                "0.054880247899",
                "0.025870796962"
            ],
            [
                "8",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "4047",
                "-0.194678722578",
                "-0.199316251309",
                "-0.995929835543",
                "0.000534649871",
                "0.016956521639",
                "-0.235604241339",
                "-0.130309573422",
                "-0.199225750008",
                "-1.060389486000",
                "0.465039956289",
                "0.897608228395",
                "0.423136576765"
            ],
            [
                "9",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "4049",
                "-0.013838327344",
                "-0.013478826730",
                "-0.066872289685",
                "-0.000022189504",
                "-0.000001832574",
                "-0.003359385020",
                "-0.013475607560",
                "-0.013629596384",
                "-0.067084239816",
                "0.026804316128",
                "0.053531803955",
                "0.025235134390"
            ],
            [
                "10",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "4049",
                "-0.194692048477",
                "-0.208527410283",
                "-1.051121851184",
                "0.000735128589",
                "0.019117462839",
                "-0.238997671068",
                "-0.132289543612",
                "-0.208363387488",
                "-1.113688378844",
                "0.490699417616",
                "0.945659622563",
                "0.445788221206"
            ],
            [
                "11",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "3211",
                "-0.005237129980",
                "-0.005817891791",
                "-0.066834538799",
                "-0.000021915655",
                "-0.000001095126",
                "-0.003836790451",
                "-0.004998483100",
                "-0.005818471979",
                "-0.067072605490",
                "0.031037061195",
                "0.061668216791",
                "0.029070676185"
            ],
            [
                "12",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "3211",
                "-0.066296093599",
                "-0.049505842756",
                "-1.053452726809",
                "0.009745244134",
                "0.016672965293",
                "-0.252331765348",
                "-0.004836491985",
                "-0.049884479503",
                "-1.114533691676",
                "0.554848599846",
                "1.087872957005",
                "0.512828229978"
            ],
            [
                "13",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "3208",
                "-0.005177124102",
                "-0.005979802148",
                "-0.068365927427",
                "-0.000021730639",
                "-0.000001545047",
                "-0.003933205835",
                "-0.004932796480",
                "-0.005980247355",
                "-0.068609809842",
                "0.031838506681",
                "0.063159802412",
                "0.029773816389"
            ],
            [
                "14",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "3208",
                "-0.065935767526",
                "-0.044789779148",
                "-1.000482136896",
                "0.009903124103",
                "0.018351066966",
                "-0.249208030971",
                "-0.002992586871",
                "-0.045031030229",
                "-1.063184066470",
                "0.530095739800",
                "1.039809792544",
                "0.490171036968"
            ],
            [
                "15",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "3209",
                "-0.005176399772",
                "-0.005979507232",
                "-0.068364909192",
                "0.000022980930",
                "-0.000004110462",
                "-0.003929954952",
                "-0.004932404172",
                "-0.005980020752",
                "-0.068608391272",
                "0.031837993550",
                "0.063158695473",
                "0.029773294573"
            ],
            [
                "16",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "3209",
                "-0.062414008205",
                "-0.044424720251",
                "-0.995904463598",
                "0.009380631666",
                "0.018182842783",
                "-0.240638526813",
                "-0.003458031242",
                "-0.044607977804",
                "-1.054677183008",
                "0.525609575883",
                "1.031260108421",
                "0.486140677221"
            ],
            [
                "17",
                "3381",
                "Summation",
                "CS1",
                "001(first)",
                "3210",
                "-0.005236679132",
                "-0.005817863706",
                "-0.066834844577",
                "0.000022105994",
                "-0.000009404575",
                "-0.003833628652",
                "-0.004998380354",
                "-0.005818488444",
                "-0.067072518618",
                "0.031037069132",
                "0.061668174252",
                "0.029070656131"
            ],
            [
                "18",
                "3381",
                "Summation",
                "CS1",
                "002(last)",
                "3210",
                "-0.063131554023",
                "-0.049449164303",
                "-1.050456053175",
                "0.009230813922",
                "0.016796913586",
                "-0.243992774639",
                "-0.005514083043",
                "-0.049739332885",
                "-1.107783355573",
                "0.551134636265",
                "1.080835458299",
                "0.509510721273"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Solid Stress - Local: "SOLIDSL"

"TABLE_TYPE"

String

-

Required

3

Result Table Save Path

"EXPORT_PATH"

String

-

Optional

4

Response Unit Setting

"UNIT"

Object

System

Optional

(1)

Force

"FORCE"

String

-

Optional

(2)

Length

"DIST"

String

-

Optional

(3)

Heat

"HEAT"

String

-

Optional

(4)

Temperature

"TEMP"

String

-

Optional

5

Response Number Format

"STYLES"

Object

System

Optional

(1)

Number Format

 • "Default"

 • "Fixed"

 • "Scientific"

 • "General"

"FORMAT"

String

-

Optional

(2)

Digit Place

 • 0 to 15

"PLACE"

Integer

-

Optional

6

Components of Result Table

"COMPONENTS"

Array [String]

All

Optional

7

Node / Element No. Input

 • Use Only One of the Three Methods

"NODE_ELEMS"

Object

All

Optional

Method 1: Specify Each ID

(1)

 • "KEYS": [101, 102, 103]

"KEYS"

Array
[Integer]

-

Optional

Method 2: Specify ID Range

(1)

 • "TO": "101 to 105"

"TO"

String

-

Optional

Method 3: Specify Structure Group Name

(1)

 • "STRUCTURE_GROUP_NAME": "SG1"

"STRUCTURE_GROUP_NAME"

String

-

Optional

8

Load Name & Type

 • Static Load Cases

   ◦ NAME + "(ST)"

 • Load Combinations

   ◦ NAME + "(CB)"

   ◦ NAME + "(CB:all)"

   ◦ NAME + "(CB:max)"

   ◦ NAME + "(CB:min)"

 • Construction Stage

   ◦ NAME + "(CS)"

 • Response Spectrum

   ◦ NAME + "(RS)"

 • Moving Load

   ◦ NAME + "(MV:all)"

   ◦ NAME + "(MV:max)"

   ◦ NAME + "(MV:min)"

 • Settlement Load

   ◦ NAME + "(SM:all)"

   ◦ NAME + "(SM:max)"

   ◦ NAME + "(SM:min)"

"LOAD_CASE_NAMES"

Array [String]

All

Optional

9

Node Flag

"NODE_FLAG"

Object

-

Optional

(1)

Center

"CENTER"

Boolean

false

Optional

(2)

Nodes

"NODES"

Boolean

false

Optional

Construction Stage

10

Activation - Construction Stage Step

"OPT_CS"

Boolean

false

Optional

11

Stage Step Name

"STAGE_STEP"

Array [String]

All

Optional



0
Was this article helpful?