メインコンテンツへスキップ
JSON Manual 作成 編集

移動荷重解析制御 - 横方向荷重

入力 URI

{base url} + db/MVCTTR



メソッド

POST, GET, PUT, DELETE



JSON スキーマ

詳細

{
    "MVCTTR": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "LOAD_POINT_SEL": {
                "description": "LoadPointSelection",
                "type": "integer"
            },
            "INFL_GEN_POINT": {
                "description": "InfluenceGenerationMethod",
                "type": "integer"
            },
            "NUM_UNIT_LOAD": {
                "description": "Number/LineElements",
                "type": "integer"
            },
            "DISTANCE": {
                "description": "DistancebetweenPoints",
                "type": "number"
            },
            "ANALYSIS_RESULT": {
                "description": "AnalysisResults",
                "type": "integer"
            },
            "OPT_COMBINED_STR": {
                "description": "UseCombinedStress",
                "type": "boolean"
            },
            "OPT_REACTIONS": {
                "description": "UseReactions",
                "type": "boolean"
            },
            "OPT_DISPLACEMENTS": {
                "description": "UseDisplacements",
                "type": "boolean"
            },
            "OPT_FORCE": {
                "description": "UseForces/Moments",
                "type": "boolean"
            }
        }
    }
}


移動荷重解析制御

{
    "Assign": {
        "1": {
            "LOAD_POINT_SEL": 1,
            "INFL_GEN_POINT": 0,
            "NUM_UNIT_LOAD": 3,
            "ANALYSIS_RESULT": 2,
            "OPT_COMBINED_STR": true,
            "OPT_REACTIONS": true,
            "OPT_DISPLACEMENTS": true,
            "OPT_FORCE": false
        }
    }
}


仕様

No. 説明 Key データ型 Default 必須

1

Load Point Selection

 • Influence Line Dependent Point: 1

 • All Point: 2

"LOAD_POINT_SEL"

Integer

-

必須

2

 Influence Generation Method

 • Number/Line Element: 0

 • Distance between Points: 1

"INFL_GEN_POINT"

Integer

0

オプション

3

Number/Line Element

"NUM_UNIT_LOAD"

Integer

-

必須

4

Distance between Points

"DISTANCE"

Number

-

必須

5

Analysis Results Type

 • Normal: 1

 • Normal + Concurrent Force/Stress: 2

"ANALYSIS_RESULT"

Integer

-

必須

6

Combined Stress

 • Active/Inactive

"OPT_COMBINED_STR"

Boolean

false

オプション

7

Reactions

 • Active/Inactive

"OPT_REACTIONS"

Boolean

false

オプション

8

Displacement

 • Active/Inactive

"OPT_DISPLACEMENTS"

Boolean

false

オプション

9

Forces/Moments

 • Active/Inactive

"OPT_FORCE"

Boolean

false

オプション



0
コンテンツが役に立ちましたか?