create_continuous_beam_bridge
Build a multi-span continuous beam bridge model with fixed supports at piers and end conditions. Specify spans, material, section, and self-weight case to generate the structural model for analysis.
Instructions
One-step creation of a continuous beam bridge model (一键创建连续梁桥模型).
Creates a multi-span continuous beam with fixed supports at piers
and appropriate end conditions.
创建多跨连续梁桥,中间支座为固定支承,端部为活动支承。
Args:
spans: List of span lengths in meters (各跨跨径列表,单位m),
e.g. [30.0, 50.0, 30.0] means 3-span (3跨均匀布置)
num_elements_per_span: Elements per span (每跨单元划分数)
material_name: Material name (材料名,须已创建)
section_name: Section name (截面名,须已创建)
self_weight_case: Self-weight load case name (自重工况名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spans | No | ||
| section_name | No | 箱梁截面 | |
| material_name | No | C50 | |
| self_weight_case | No | SW | |
| num_elements_per_span | No |