add_support_settlement
Model support settlement by applying prescribed displacements at specified nodes. Set Z settlement (negative downward) plus optional translations and rotations in load case.
Instructions
Apply support settlement / nodal displacement load (支座沉降/节点强制位移).
Args:
node_id: Node ID(s) (节点编号)
case_name: Load case name (荷载工况名)
dz: Settlement in Z direction (Z向沉降量/下沉为负值)
dx: Displacement in X direction (X向强制位移)
dy: Displacement in Y direction (Y向强制位移)
rx: Rotation around X axis (绕X轴强制转角)
ry: Rotation around Y axis (绕Y轴强制转角)
rz: Rotation around Z axis (绕Z轴强制转角)
group_name: Load group name (荷载组名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | No | ||
| dy | No | ||
| dz | Yes | ||
| rx | No | ||
| ry | No | ||
| rz | No | ||
| node_id | Yes | ||
| case_name | Yes | ||
| group_name | No |