Skip to main content
JSON Manual Created Edited

Axisymmetric 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": "AxisymmetricStress-Local",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "ResponseTableTitle"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "AXISYMMETRICSL"
                        ]
                    },
                    "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"
                        }
                    },
                    "AVERAGE_NODAL_RESULT": {
                        "type": "boolean",
                        "description": "AverageNodalResultOption"
                    },
                    "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

Axisymmetric Stress(Local) - General/Post CS

{
    "Argument": {
        "TABLE_NAME": "AxisymmetricStress(Local)",
        "TABLE_TYPE": "AXISYMMETRICSL",
        "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-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                168
            ]
        },
        "LOAD_CASE_NAMES": [
            "Pressure(ST)"
        ],
        "AVERAGE_NODAL_RESULT": true,
        "NODE_FLAG": {
            "CENTER": false,
            "NODES": true
        }
    }
}

Axisymmetric Stress(Local) - Construction Stage

{
    "Argument": {
        "TABLE_NAME": "AxisymmetricStress(Local)",
        "TABLE_TYPE": "AXISYMMETRICSL",
        "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-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                168
            ]
        },
        "LOAD_CASE_NAMES": [
            "Summation(CS)"
        ],
        "AVERAGE_NODAL_RESULT": true,
        "NODE_FLAG": {
            "CENTER": false,
            "NODES": true
        },
        "OPT_CS": true,
        "STAGE_STEP": [
            "CS1:001(first)",
            "CS1:002(last)"
        ]
    }
}


Response Examples

Axisymmetric Stress(Local) - General/Post CS

{
    "AxisymmetricStress(Local)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Load",
            "Node",
            "Sig-xx",
            "Sig-yy",
            "Sig-zz",
            "Sig-xy",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT"
        ],
        "DATA": [
            [
                "1",
                "168",
                "Pressure",
                "195",
                "1990.431496539230",
                "2083.494588655180",
                "2037.166754685250",
                "593.843481294873",
                "2632.626761027040",
                "2037.166754685250",
                "1441.299324167370",
                "595.663718429839",
                "1031.719844657850",
                "486.357398961529"
            ],
            [
                "2",
                "168",
                "Pressure",
                "186",
                "-473.173929175136",
                "-381.096483877545",
                "-426.438674788463",
                "593.795633627365",
                "168.442514770528",
                "-426.438674788463",
                "-1022.712927823210",
                "595.577721296868",
                "1031.571108784670",
                "486.287284198509"
            ],
            [
                "3",
                "168",
                "Pressure",
                "187",
                "-1678.895453288450",
                "-1586.417967699240",
                "-1632.170219641510",
                "593.310825426506",
                "-1037.546840886970",
                "-1632.170219641510",
                "-2227.766580100720",
                "595.109869606871",
                "1030.760645049990",
                "485.905227930045"
            ],
            [
                "4",
                "168",
                "Pressure",
                "196",
                "486.521346130368",
                "579.865162130870",
                "533.246574991235",
                "593.469785247522",
                "1128.495406821270",
                "533.246574991235",
                "-62.108898560033",
                "595.302152690652",
                "1031.093575694020",
                "486.062172940752"
            ]
        ]
    }
}

Axisymmetric Stress(Local) - Construction Stage

{
    "AxisymmetricStress(Local)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Load",
            "Stage",
            "Step",
            "Node",
            "Sig-xx",
            "Sig-yy",
            "Sig-zz",
            "Sig-xy",
            "Sig-P1",
            "Sig-P2",
            "Sig-P3",
            "Max-Shear",
            "Sig-EFF",
            "Sig-OCT"
        ],
        "DATA": [
            [
                "1",
                "168",
                "Summation",
                "CS1",
                "001(first)",
                "195",
                "1990.431496539230",
                "2083.494588655180",
                "2037.166754685250",
                "593.843481294873",
                "2632.626761027040",
                "2037.166754685250",
                "1441.299324167370",
                "595.663718429839",
                "1031.719844657850",
                "486.357398961529"
            ],
            [
                "2",
                "168",
                "Summation",
                "CS1",
                "002(last)",
                "195",
                "1990.431496539230",
                "2083.494588655180",
                "2037.166754685250",
                "593.843481294873",
                "2632.626761027040",
                "2037.166754685250",
                "1441.299324167370",
                "595.663718429839",
                "1031.719844657850",
                "486.357398961529"
            ],
            [
                "3",
                "168",
                "Summation",
                "CS1",
                "001(first)",
                "186",
                "-473.173929175136",
                "-381.096483877545",
                "-426.438674788463",
                "593.795633627365",
                "168.442514770528",
                "-426.438674788463",
                "-1022.712927823210",
                "595.577721296868",
                "1031.571108784670",
                "486.287284198509"
            ],
            [
                "4",
                "168",
                "Summation",
                "CS1",
                "002(last)",
                "186",
                "-473.173929175136",
                "-381.096483877545",
                "-426.438674788463",
                "593.795633627365",
                "168.442514770528",
                "-426.438674788463",
                "-1022.712927823210",
                "595.577721296868",
                "1031.571108784670",
                "486.287284198509"
            ],
            [
                "5",
                "168",
                "Summation",
                "CS1",
                "001(first)",
                "187",
                "-1678.895453288450",
                "-1586.417967699240",
                "-1632.170219641510",
                "593.310825426506",
                "-1037.546840886970",
                "-1632.170219641510",
                "-2227.766580100720",
                "595.109869606871",
                "1030.760645049990",
                "485.905227930045"
            ],
            [
                "6",
                "168",
                "Summation",
                "CS1",
                "002(last)",
                "187",
                "-1678.895453288450",
                "-1586.417967699240",
                "-1632.170219641510",
                "593.310825426506",
                "-1037.546840886970",
                "-1632.170219641510",
                "-2227.766580100720",
                "595.109869606871",
                "1030.760645049990",
                "485.905227930045"
            ],
            [
                "7",
                "168",
                "Summation",
                "CS1",
                "001(first)",
                "196",
                "486.521346130368",
                "579.865162130870",
                "533.246574991235",
                "593.469785247522",
                "1128.495406821270",
                "533.246574991235",
                "-62.108898560033",
                "595.302152690652",
                "1031.093575694020",
                "486.062172940752"
            ],
            [
                "8",
                "168",
                "Summation",
                "CS1",
                "002(last)",
                "196",
                "486.521346130368",
                "579.865162130870",
                "533.246574991235",
                "593.469785247522",
                "1128.495406821270",
                "533.246574991235",
                "-62.108898560033",
                "595.302152690652",
                "1031.093575694020",
                "486.062172940752"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Axisymmetric Stress - Local : "AXISYMMETRICSL"

"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

Average Nodal Result Option

"AVERAGE_NODAL_RESULT"

Boolean

false

Optional

10

Node Flag

"NODE_FLAG"

Object

-

Optional

(1)

Center

"CENTER"

Boolean

false

Optional

(2)

Nodes

"NODES"

Boolean

false

Optional

Construction Stage

11

Activation - Construction Stage Step

"OPT_CS"

Boolean

false

Optional

12

Stage Step Name

"STAGE_STEP"

Array [String]

All

Optional



0
Was this article helpful?