apply_beam_distributed_load
Apply distributed loads to beam elements in structural analysis models. Specify element IDs, load case, direction, and load values at relative positions to define uniform or linearly varying loads.
Instructions
Apply distributed load on beam elements (施加梁单元分布荷载).
Args:
element_id: Element ID(s) (单元编号)
case_name: Load case name (荷载工况名)
direction: Load direction (荷载方向): 1=Global X, 2=Global Y, 3=Global Z,
4=Local X, 5=Local Y, 6=Local Z
load_values: Load values at positions (荷载值列表), e.g. [q1, q2] for linear varying
load_positions: Relative positions 0-1 (荷载位置), e.g. [0, 1] for full span
group_name: Load group name (荷载组名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_name | Yes | ||
| direction | No | ||
| element_id | Yes | ||
| group_name | No | ||
| load_values | No | ||
| load_positions | No |