Atharv-Attri / HacktoberFest-Projects

A collection of issues for Hacktoberfest!
MIT License
6 stars 26 forks source link

Project idea: Beam deflection calculator in Python #47

Open pixelatedjelly opened 3 years ago

pixelatedjelly commented 3 years ago

Describe your project idea here

The calculator will be able to calculate and plot the deflection of a beam using Euler–Bernoulli beam theory.

For starters, I plan to focus on just calculating/plotting the deflection of a single fixed end beam with a single point load. Other beam support and loading configurations shall be considered for future work.

What is a usage example of this? (We get somethings are pointless, yet still complex and fun to make, so we won't hold it against you if there is none.)

Structural/mechanical engineers or students might find this useful. Also doing this just for fun (and of course Hacktoberfest)!

Checklist:

Atharv-Attri commented 3 years ago

I think it's a great idea! Go for it!