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

節点質量

入力 URI

{base url} + db/NMAS



メソッド

POST, GET, PUT, DELETE



JSON スキーマ

詳細

{
    "NMAS": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "mX": {
                "description": "NodalMassType",
                "type": "number"
            },
            "mY": {
                "description": "NodalMassType",
                "type": "number"
            },
            "mZ": {
                "description": "NodalMassType",
                "type": "number"
            },
            "rmX": {
                "description": "NodalMassType",
                "type": "number"
            },
            "rmY": {
                "description": "NodalMassType",
                "type": "number"
            },
            "rmZ": {
                "description": "NodalMassType",
                "type": "number"
            }
        }
    }
}


節点質量

{
    "Assign": {
        "1": {
            "mX": 1,
            "mY": 2,
            "mZ": 3,
            "rmX": 4,
            "rmY": 5,
            "rmZ": 6
        }
    }
}


仕様

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

1

Translational Lumped Mass in GCS X-direction

"mX"

Number

-

必須

2

Translational Lumped Mass in GCS Y-direction

"mY"

Number

0

オプション

3

Translational Lumped Mass in GCS Z-direction

"mZ"

Number

0

オプション

4

Rotational Mass Moment of Inertia about GCS X-axis

"rmX"

Number

0

オプション

5

Rotational Mass Moment of Inertia about GCS Y-axis

"rmY"

Number

0

オプション

6

Rotational Mass Moment of Inertia about GCS Z-axis

"rmZ"

Number

0

オプション



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