Skip to main content
JSON Manual Created Edited

Nodal Masses

Input URI

{base url} + db/NMAS



Active Methods

POST, GET, PUT, DELETE



JSON Schema

Details

{
    "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"
            }
        }
    }
}


Examples

Nodal Masses

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


Specifications

No. Description Key Value Type Default Required

1

Translational Lumped Mass in GCS X-direction

"mX"

Number

-

Required

2

Translational Lumped Mass in GCS Y-direction

"mY"

Number

0

Optional

3

Translational Lumped Mass in GCS Z-direction

"mZ"

Number

0

Optional

4

Rotational Mass Moment of Inertia about GCS X-axis

"rmX"

Number

0

Optional

5

Rotational Mass Moment of Inertia about GCS Y-axis

"rmY"

Number

0

Optional

6

Rotational Mass Moment of Inertia about GCS Z-axis

"rmZ"

Number

0

Optional



0
Was this article helpful?