🔧 Beam Analysis Dashboard
A Python-based interactive tool to analyze beams and visualize structural behavior.
⚙️ Features
- Supports Cantilever & Simply Supported beams
- Generates Shear Force Diagram (SFD)
- Generates Bending Moment Diagram (BMD)
- Calculates maximum deflection
- Interactive dashboard (no coding required)
📊 What This Tool Does
This tool converts classical beam theory into a computational model. Users can input load, length, material properties, and instantly visualize internal forces.
🧠Engineering Insight
Instead of solving one problem at a time, this tool enables continuous analysis across the beam length. It demonstrates how engineering equations can be transformed into usable software systems.
⚡ Tech Stack
- Python
- NumPy (numerical computation)
- Matplotlib (visualization)
- Streamlit (dashboard UI)
Built as a mechanical engineering computational project.