The Beam Bending Calculator is a C program designed to calculate the deflection of beams under various loading and boundary conditions. It uses well-known engineering formulas for different beam configurations and loading types to compute the deflection. This program is useful for students, engineers, and professionals studying structural mechanics.
The program supports the following beam configurations and loading conditions:
- Simply Supported Beam with Central Load
- Cantilever Beam with End Load
- Fixed Beam with Central Load
- Cantilever Beam with Uniformly Distributed Load (UDL)
- Simply Supported Beam with Uniformly Distributed Load (UDL)
- Fixed Beam with Uniformly Distributed Load (UDL)
- Compile the program using a C compiler (e.g., GCC):
gcc beam_bending_calculator.c -o beam_bending_calculator