add_gradient_temperature
Apply temperature gradient loads to bridge models by specifying element IDs, load case, and temperature difference, with options for beam section direction and element type.
Instructions
Apply gradient temperature load (梯度温度荷载).
Args:
element_id: Element ID(s) (单元编号,支持范围字符串)
case_name: Load case name (荷载工况名)
temperature: Temperature difference (温差)
section_oriental: Section direction, beams only (截面方向,仅梁单元):
0=section Y (截面Y向, default), 1=section Z (截面Z向)
element_type: Element type (单元类型): 1=beam(梁), 2=plate(板)
group_name: Load group name (荷载组名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_name | Yes | ||
| element_id | Yes | ||
| group_name | No | ||
| temperature | Yes | ||
| element_type | No | ||
| section_oriental | No |