apply_nodal_force
Apply nodal forces and moments to specific nodes in structural models. Assign load case and group to define forces in X, Y, Z directions and moments for bridge analysis.
Instructions
Apply forces/moments at nodes (施加节点荷载).
Args:
node_id: Node ID(s) (节点编号)
case_name: Load case name (荷载工况名)
fx: Force in X direction (X方向力)
fy: Force in Y direction (Y方向力)
fz: Force in Z direction (Z方向力)
mx: Moment about X axis (绕X轴弯矩)
my: Moment about Y axis (绕Y轴弯矩)
mz: Moment about Z axis (绕Z轴弯矩)
group_name: Load group name (荷载组名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx | No | ||
| fy | No | ||
| fz | No | ||
| mx | No | ||
| my | No | ||
| mz | No | ||
| node_id | Yes | ||
| case_name | Yes | ||
| group_name | No |