Beam deflection and stress
beam_analysisCompute max deflection, bending moment, and stress for a beam under standard loadings; optionally obtain factor of safety against yield.
Instructions
Compute max deflection, max bending moment, and max bending stress for a beam under one of four standard loadings. Optionally returns a factor of safety against yield. Euler-Bernoulli, linear-elastic, small-deflection theory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| load | Yes | Point load in N (point cases) or distributed load in N/m (uniform cases). | |
| section | Yes | Cross-section geometry. | |
| beamCase | Yes | Loading case. | |
| length_m | Yes | Span or support spacing, meters. | |
| yield_strength_MPa | No | Optional yield strength, MPa; if given, a factor of safety is returned. | |
| youngs_modulus_GPa | Yes | Young's modulus, GPa. |