Skip to main content
JSON Manual Created Edited

Tendon Stress Limit Check - Analysis Result Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
  "type""object",
  "required": [
    "Argument"
  ],
  "additionalProperties"false,
  "properties": {
    "Argument": {
      "type""object",
      "required": [
        "TABLE_TYPE"
      ],
      "additionalProperties"false,
      "properties": {
        "TABLE_NAME": {
          "type""string",
          "description""Response Table Title",
          "default"""
        },
        "TABLE_TYPE": {
          "type""string",
          "description""Tendon Stress Limit Check - Analysis Result Table - Result Table Type",
          "enum": [
            "TNDN_STRS_LIMIT_CHECK"
          ]
        },
        "EXPORT_PATH": {
          "type""string",
          "description""Result Table Save Path"
        },
        "UNIT": {
          "type""object",
          "description""Response Unit Setting",
          "properties": {
            "FORCE": {
              "type""string",
              "description""Force unit"
            },
            "DIST": {
              "type""string",
              "description""Length/Distance unit"
            },
            "HEAT": {
              "type""string",
              "description""Heat unit"
            },
            "TEMP": {
              "type""string",
              "description""Temperature unit"
            }
          },
          "default""System",
          "additionalProperties"false
        },
        "STYLES": {
          "type""object",
          "description""Response Number Format",
          "properties": {
            "FORMAT": {
              "type""string",
              "description""Number format",
              "enum": [
                "Default",
                "Fixed",
                "Scientific",
                "General"
              ]
            },
            "PLACE": {
              "type""integer",
              "description""Digit place",
              "minimum"0,
              "maximum"15
            }
          },
          "default""System",
          "additionalProperties"false
        },
        "COMPONENTS": {
          "type""array",
          "description""Components of Result Table",
          "items": {
            "type""string",
            "enum": [
              "Tendon",
              "TendonStress/f_p1",
              "TendonStress/f_p2",
              "TendonStress/f_pe",
              "TendonStressLimit/Atanch.",
              "TendonStressLimit/Awayfromanch.",
              "TendonStressLimit/Atservice"
            ]
          }
        },
        "ADDITIONAL": {
          "type""object",
          "description""Additional Input",
          "additionalProperties"false,
          "properties": {
            "REDUCTION_FACTOR": {
              "type""object",
              "additionalProperties"false,
              "description""Reduction Factor",
              "properties": {
                "AT_ANCH": {
                  "type""number",
                  "description""Factor for stress limits at anchorages immediately after anchor set (only for post-tensioning)",
                  "default"0.7
                },
                "AWAY_FROM_ANCH": {
                  "type""number",
                  "description""Factor for stress limits elsewhere along the length of the member, away from anchorages, immediately after anchor set (only for post-tensioning)",
                  "default"0.74
                },
                "AT_SERVICE": {
                  "type""number",
                  "description""Factor for stress limits at the service limit state, after losses",
                  "default"0.8
                }
              }
            }
          }
        }
      }
    }
  }
}


Request Examples

Example

{
  "Argument": {
    "TABLE_NAME": "TendonStressLimitCheck",
    "TABLE_TYPE": "TNDN_STRS_LIMIT_CHECK",
    "UNIT": {
      "FORCE": "kN",
      "DIST": "m"
    },
    "STYLES": {
      "FORMAT": "Fixed",
      "PLACE": 12
    },
    "ADDITIONAL": {
      "REDUCTION_FACTOR": {
        "AT_ANCH": 1,
        "AWAY_FROM_ANCH": 1,
        "AT_SERVICE": 1
      }
    }
  }
}


Response Examples

Example

{
  "TendonStressLimitCheck": {
    "FORCE": "KN",
    "DIST": "M",
    "HEAD": [
      "Index",
      "Tendon",
      "Tendon Stress/f_p1",
      "Tendon Stress/f_p2",
      "Tendon Stress/f_pe",
      "Tendon Stress Limit/Immediately after anchor set/At anch.",
      "Tendon Stress Limit/Immediately after anchor set/Away from anch.",
      "Tendon Stress Limit/At service"
    ],
    "DATA": [
      [
        "1",
        "A1L",
        "1094382.612985240063",
        "1209052.195195989916",
        "1037017.037908399943",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "2",
        "A1R",
        "1094382.612985240063",
        "1209052.195195989916",
        "1037017.037908399943",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "3",
        "A2L",
        "1102245.664630210027",
        "1214034.929609529907",
        "1040158.425985660055",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "4",
        "A2R",
        "1102245.664630210027",
        "1214034.929609529907",
        "1040158.425985660055",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "5",
        "A3L",
        "1109705.062042270089",
        "1219403.862937809899",
        "1044213.656889160047",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "6",
        "A3R",
        "1109705.062042270089",
        "1219403.862937809899",
        "1044213.656889160047",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "7",
        "A4L",
        "1118609.266497170087",
        "1224198.668083329918",
        "1048542.575797819998",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "8",
        "A4R",
        "1118609.266497170087",
        "1224198.668083329918",
        "1048542.575797819998",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "9",
        "B1L",
        "1051482.563654989935",
        "1187525.139452809934",
        "1022538.895002470003",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "10",
        "B1R",
        "1051482.563654989935",
        "1187525.139452809934",
        "1022538.800136610051",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "11",
        "B2L",
        "969267.445831594057",
        "1149469.225515119964",
        "989343.907714491943",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "12",
        "B2R",
        "969267.445831594057",
        "1149469.225515119964",
        "989343.812848631991",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "13",
        "B3L",
        "1087522.293477019994",
        "1206755.682464990066",
        "1036744.772891129949",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "14",
        "B3R",
        "1087522.293477019994",
        "1206755.682464990066",
        "1036744.772891129949",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "15",
        "B4L",
        "1104498.064736460103",
        "1214748.795203580055",
        "1044405.760254999972",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "16",
        "B4R",
        "1104498.064736460103",
        "1214748.795203580055",
        "1044405.665389140020",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "17",
        "C1L",
        "1051524.494364969898",
        "1187567.165028650081",
        "1020921.716692600050",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "18",
        "C1R",
        "1051524.494364969898",
        "1187567.165028650081",
        "1020921.716692600050",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "19",
        "C2L",
        "969419.420938792056",
        "1149469.510112700053",
        "987034.113763139001",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "20",
        "C2R",
        "969419.420938792056",
        "1149469.510112700053",
        "987034.113763139001",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "21",
        "C3L",
        "1087578.264334229985",
        "1206811.653322200058",
        "1035032.064660570002",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "22",
        "C3R",
        "1087578.264334229985",
        "1206811.653322200058",
        "1035032.064660570002",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "23",
        "C4L",
        "1104529.749933589948",
        "1214780.385534849949",
        "1042185.235077599995",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ],
      [
        "24",
        "C4R",
        "1104529.749933589948",
        "1214780.385534849949",
        "1042185.235077599995",
        "1900000.000000000000",
        "1900000.000000000000",
        "1600000.000000000000"
      ]
    ]
  }
}


Specifications

Keyed Object Entry

No. Description Key Value Type Default Required

Root Object

1

Map of keyed objects where each key is a string identifier.

"Argument"

object

-

Required


Item (Value Object Schema)

No. Description Key Value Type Default Required

General

1

Table Name

Output table title in response

"TABLE_NAME"

string

""

Optional

2

Table Type

• TendonStressLimitCheck: "TNDN_STRS_LIMIT_CHECK"

"TABLE_TYPE"

string

-

Required

3

Export Path

Optional: Save results to file path

"EXPORT_PATH"

string

-

Optional

4

Unit Settings

"UNIT"

object

System

Optional

4.1

Force unit

"FORCE"

string

-

Optional

4.2

Length/Distance unit

"DIST"

string

-

Optional

4.3

Heat unit

"HEAT"

string

-

Optional

4.4

Temperature unit

"TEMP"

string

-

Optional

5

Number Format

"STYLES"

object

System

Optional

5.1

Number format

• Default: "Default"

• Fixed: "Fixed"

• Scientific: "Scientific"

• General: "General"

"FORMAT"

string

-

Optional

5.2

Digit place

Constraints:

• Value Range: >= 0, <= 15

"PLACE"

integer

-

Optional

6

Components

• Tendon: "Tendon"

• TendonStress/f_p1: "TendonStress/f_p1"

• TendonStress/f_p2: "TendonStress/f_p2"

• TendonStress/f_pe: "TendonStress/f_pe"

• TendonStressLimit/Atanch.: "TendonStressLimit/Atanch."

• TendonStressLimit/Awayfromanch.: "TendonStressLimit/Awayfromanch."

• TendonStressLimit/Atservice: "TendonStressLimit/Atservice"

"COMPONENTS"

Array [string]

-

Optional

7

Additional Input

"ADDITIONAL"

object

-

Optional

7.1

Reduction Factor

"REDUCTION_FACTOR"

object

-

Optional

7.1.1

Factor for stress limits at anchorages immediately after anchor set (only for post-tensioning)

"AT_ANCH"

number

0.7

Optional

7.1.2

Factor for stress limits elsewhere along the length of the member, away from anchorages, immediately after anchor set (only for post-tensioning)

"AWAY_FROM_ANCH"

number

0.74

Optional

7.1.3

Factor for stress limits at the service limit state, after losses

"AT_SERVICE"

number

0.8

Optional



0
Was this article helpful?