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

平面領域の定義

入力 URI

{base url} + db/MADO



メソッド

POST, GET, PUT, DELETE



JSON スキーマ

詳細

{
    "MADO": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "NAME": {
                "description": "DomainName",
                "type": "string"
            },
            "TYPE": {
                "description": "ElementType",
                "type": "integer"
            },
            "MATL": {
                "description": "ElementMaterial",
                "type": "integer"
            },
            "PROP": {
                "description": "ElementProperty",
                "type": "integer"
            },
            "SUB_TYPE": {
                "description": "SubType",
                "type": "integer"
            }
        }
    }
}


平面領域の定義

{
    "Assign": {
        "1": {
            "NAME": "DM1",
            "TYPE": 4,
            "MATL": 0,
            "PROP": 0,
            "SUB_TYPE": 2
        }
    }
}


仕様

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

1

Domain Name

"NAME"

String

-

必須

2

Element Type

 • Plane Stress: 3

 • Plate: 4

 • Plane Strain: 6

 • Axisymmetric: 7

"TYPE"

Integer

-

必須

3

Material ID

"MATL"

Integer

-

必須

4

Element Property

"PROP"

Integer

-

必須

5

Sub Type

"SUB_TYPE"

Integer

-

必須



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