Skip to main content
JSON Manual Created Edited

Stress - HY Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
    "RESULTGRAPHIC": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string",
                        "description": "TableName"
                    },
                    "TABLE_TYPE": {
                        "type": "string",
                        "description": "ResultTableType",
                        "enum": [
                            "HEAT_HYDR_STRESS_L",
                            "HEAT_HYDR_STRESS_G"
                        ]
                    },
                    "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"
                            }
                        }
                    },
                    "COMPONENTS": {
                        "type": "array",
                        "description": "ComponentsofResultTable",
                        "items": {
                            "type": "string"
                        }
                    },
                    "NODE_ELEMS": {
                        "type": "object",
                        "description": "Node/ElementNo.Input",
                        "properties": {
                            "KEYS": {
                                "type": "array",
                                "description": "Method1:SpecifyEachID",
                                "items": {
                                    "type": "integer"
                                }
                            },
                            "TO": {
                                "type": "string",
                                "description": "Method2:SpecifyIDRange"
                            },
                            "STRUCTURE_GROUP_NAME": {
                                "type": "string",
                                "description": "Method3:SpecifyStructureGroupName"
                            }
                        }
                    },
                    "NODE_FLAG": {
                        "type": "object",
                        "description": "StaticLoad/LoadCombinationName&Type",
                        "properties": {
                            "CENTER": {
                                "type": "boolean",
                                "description": "Center"
                            },
                            "NODES": {
                                "type": "boolean",
                                "description": "Nodes"
                            }
                        }
                    },
                    "STAGE_STEP": {
                        "type": "array",
                        "description": "StageStepName",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}


Request Examples

Hydration Stress - Local

{
    "Argument": {
        "TABLE_NAME": "HydrationStress(Local)",
        "TABLE_TYPE": "HEAT_HYDR_STRESS_L",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "mm"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Stage",
            "Step",
            "Time",
            "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"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                2202
            ]
        },
        "NODE_FLAG": {
            "CENTER": true,
            "NODES": true
        },
        "STAGE_STEP": [
            "CS2:013"
        ]
    }
}

Hydration Stress - Global

{
    "Argument": {
        "TABLE_NAME": "HydrationStress(Global)",
        "TABLE_TYPE": "HEAT_HYDR_STRESS_G",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "N",
            "DIST": "mm"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "COMPONENTS": [
            "Elem",
            "Stage",
            "Step",
            "Time",
            "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"
        ],
        "NODE_ELEMS": {
            "KEYS": [
                2202
            ]
        },
        "NODE_FLAG": {
            "CENTER": true,
            "NODES": true
        },
        "STAGE_STEP": [
            "CS2:013"
        ]
    }
}


Response Examples

Hydration Stress - Local

{
    "HydrationStress(Local)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Stage",
            "Step",
            "Time",
            "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",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "Cent",
                "-0.496144128489",
                "-0.336760523832",
                "-0.019634210949",
                "0.186785826965",
                "-0.104255753806",
                "0.047534625575",
                "0.011726461498",
                "-0.229188262169",
                "-0.635077062600",
                "0.323401762049",
                "0.566189200348",
                "0.266904148667"
            ],
            [
                "2",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2543",
                "-0.055279503463",
                "0.065549401996",
                "0.456937191151",
                "0.168065944442",
                "-0.124931084692",
                "0.026165696447",
                "0.494405082664",
                "0.160204132991",
                "-0.187402125972",
                "0.340903604318",
                "0.590500404648",
                "0.278364560280"
            ],
            [
                "3",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2544",
                "-0.127527874786",
                "0.042629777689",
                "0.412455488654",
                "0.161996756951",
                "-0.135540360794",
                "0.072082150258",
                "0.457445958293",
                "0.122309304550",
                "-0.252197871286",
                "0.354821914789",
                "0.614884772252",
                "0.289859461405"
            ],
            [
                "4",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2560",
                "-0.010982230089",
                "0.171523810856",
                "0.503667834810",
                "0.186766078116",
                "-0.077078739625",
                "0.061582373261",
                "0.521605552354",
                "0.283683909671",
                "-0.141080046447",
                "0.331342799400",
                "0.581456502815",
                "0.274101224070"
            ],
            [
                "5",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2559",
                "0.053351161656",
                "0.186522917603",
                "0.542976314558",
                "0.192864621425",
                "-0.069802701863",
                "0.018518092517",
                "0.556919316124",
                "0.314959438603",
                "-0.089028360909",
                "0.322973838516",
                "0.565242923860",
                "0.266458069653"
            ],
            [
                "6",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2749",
                "-0.964448048646",
                "-0.830408073847",
                "-0.529559608797",
                "0.187070549101",
                "-0.129056037205",
                "0.032762832204",
                "-0.478844208410",
                "-0.731395327427",
                "-1.114176195454",
                "0.317665993522",
                "0.554053244014",
                "0.261183203987"
            ],
            [
                "7",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2750",
                "-0.986648780170",
                "-0.801562196302",
                "-0.525377958073",
                "0.179615411813",
                "-0.140117283070",
                "0.077785724644",
                "-0.466727291613",
                "-0.717752946810",
                "-1.129108696121",
                "0.331190702254",
                "0.579213499971",
                "0.273043862389"
            ],
            [
                "8",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2766",
                "-0.948235747929",
                "-0.748070406703",
                "-0.506604297391",
                "0.205215801315",
                "-0.082707123791",
                "0.066850993762",
                "-0.480959813718",
                "-0.628193193568",
                "-1.093757444737",
                "0.306398815509",
                "0.554052649434",
                "0.261182923700"
            ],
            [
                "9",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2765",
                "-0.929382004487",
                "-0.780269421950",
                "-0.511568652508",
                "0.212691452560",
                "-0.074812699411",
                "0.024529141504",
                "-0.489155511170",
                "-0.644843037674",
                "-1.087221530101",
                "0.299033009465",
                "0.537410596970",
                "0.253337784932"
            ]
        ]
    }
}

Hydration Stress - Global

{
    "HydrationStress(Global)": {
        "FORCE": "N",
        "DIST": "mm",
        "HEAD": [
            "Index",
            "Elem",
            "Stage",
            "Step",
            "Time",
            "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",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "Cent",
                "-0.496144128489",
                "-0.336760523832",
                "-0.019634210949",
                "0.186785826965",
                "-0.104255753806",
                "0.047534625575",
                "0.011726461498",
                "-0.229188262169",
                "-0.635077062600",
                "0.323401762049",
                "0.566189200348",
                "0.266904148667"
            ],
            [
                "2",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2543",
                "-0.055279503463",
                "0.065549401996",
                "0.456937191151",
                "0.168065944442",
                "-0.124931084692",
                "0.026165696447",
                "0.494405082664",
                "0.160204132991",
                "-0.187402125972",
                "0.340903604318",
                "0.590500404648",
                "0.278364560280"
            ],
            [
                "3",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2544",
                "-0.127527874786",
                "0.042629777689",
                "0.412455488654",
                "0.161996756951",
                "-0.135540360794",
                "0.072082150258",
                "0.457445958293",
                "0.122309304550",
                "-0.252197871286",
                "0.354821914789",
                "0.614884772252",
                "0.289859461405"
            ],
            [
                "4",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2560",
                "-0.010982230089",
                "0.171523810856",
                "0.503667834810",
                "0.186766078116",
                "-0.077078739625",
                "0.061582373261",
                "0.521605552354",
                "0.283683909671",
                "-0.141080046447",
                "0.331342799400",
                "0.581456502815",
                "0.274101224070"
            ],
            [
                "5",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2559",
                "0.053351161656",
                "0.186522917603",
                "0.542976314558",
                "0.192864621425",
                "-0.069802701863",
                "0.018518092517",
                "0.556919316124",
                "0.314959438603",
                "-0.089028360909",
                "0.322973838516",
                "0.565242923860",
                "0.266458069653"
            ],
            [
                "6",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2749",
                "-0.964448048646",
                "-0.830408073847",
                "-0.529559608797",
                "0.187070549101",
                "-0.129056037205",
                "0.032762832204",
                "-0.478844208410",
                "-0.731395327427",
                "-1.114176195454",
                "0.317665993522",
                "0.554053244014",
                "0.261183203987"
            ],
            [
                "7",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2750",
                "-0.986648780170",
                "-0.801562196302",
                "-0.525377958073",
                "0.179615411813",
                "-0.140117283070",
                "0.077785724644",
                "-0.466727291613",
                "-0.717752946810",
                "-1.129108696121",
                "0.331190702254",
                "0.579213499971",
                "0.273043862389"
            ],
            [
                "8",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2766",
                "-0.948235747929",
                "-0.748070406703",
                "-0.506604297391",
                "0.205215801315",
                "-0.082707123791",
                "0.066850993762",
                "-0.480959813718",
                "-0.628193193568",
                "-1.093757444737",
                "0.306398815509",
                "0.554052649434",
                "0.261182923700"
            ],
            [
                "9",
                "2202",
                "CS2",
                "013",
                "1100.000000000000",
                "2765",
                "-0.929382004487",
                "-0.780269421950",
                "-0.511568652508",
                "0.212691452560",
                "-0.074812699411",
                "0.024529141504",
                "-0.489155511170",
                "-0.644843037674",
                "-1.087221530101",
                "0.299033009465",
                "0.537410596970",
                "0.253337784932"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • Hydration Stress - Local: "HEAT_HYDR_STRESS_L"

 • Hydration Stress - Local: "HEAT_HYDR_STRESS_G"

"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

Node Flag

"NODE_FLAG"

Object

-

Optional

(1)

Center

"CENTER"

Boolean

false

Optional

(2)

Nodes

"NODES"

Boolean

false

Optional

9

Stage Step Name

"STAGE_STEP"

Array [String]

All

Optional



0
Was this article helpful?