Create a beam deflection calculator with compatibility solver for indeterminate beams. Support multiple support types and load cases.
Scope
- Beam/support types: cantilever, simply supported, fixed-fixed, propped cantilever
- Load cases: point loads, distributed loads, moments
- Outputs:
- Deflection and rotation along the beam
- Support reactions
- Shear force and bending moment diagrams
- Compatibility solver for statically indeterminate structures
Implementation
- Python + NumPy, SciPy, Sympy, Matplotlib
- Use classical closed-form approaches first, then expand solver options.
Create a beam deflection calculator with compatibility solver for indeterminate beams. Support multiple support types and load cases.
Scope
Implementation