rsap_bar_forces
Obtain internal forces at any point along a structural bar for a given load case. Provide bar number, load case, and relative position (0.0 to 1.0) to get local axial, shear, and moment values.
Instructions
Internal forces at a point along a bar (local axes).
Args: bar: Bar number. case: Load case or combination number. position: Relative position along the bar, 0.0 (start) to 1.0 (end).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bar | Yes | ||
| case | Yes | ||
| position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx | Yes | Axial force (N). | |
| fy | Yes | Shear force along local y (N). | |
| fz | Yes | Shear force along local z (N). | |
| mx | Yes | Torsion (N·m). | |
| my | Yes | Bending moment about local y (N·m). | |
| mz | Yes | Bending moment about local z (N·m). | |
| bar | Yes | ||
| case | Yes | ||
| position | Yes | Relative position along the bar, 0.0–1.0. |