add_traffic_lane
Add a traffic lane to a bridge model for moving load analysis, using an existing influence plane and node tandem to define lane geometry, offset, width, and travel direction.
Instructions
Define a traffic lane line for moving load analysis (添加车道线).
STEP 3 of the moving load workflow. Requires an influence plane
and a node tandem created beforehand.
Args:
name: Lane name (车道线名称, e.g. "车道1")
influence_name: Influence plane name (影响面名称)
tandem_name: Node tandem name (节点纵列名)
offset: Lateral offset from the tandem in meters (横向偏移,单位m)
lane_width: Lane width in meters (车道宽度,单位m), typical 3.1~3.75
optimize: Allow vehicle lateral wandering (是否允许车辆摆动)
direction: Travel direction (行车方向): 0=forward(向前), 1=backward(向后)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| offset | No | ||
| optimize | No | ||
| direction | No | ||
| lane_width | No | ||
| tandem_name | Yes | ||
| influence_name | Yes |