beam-analysis

Perform engineering analysis on a beam


Keywords
beam, analysis, engineering, python
License
MIT
Install
pip install beam-analysis==2.1.2

Documentation

beam-analysis

Python 3.8 PyPI version Build Status Language grade: Python Total alerts

Perform engineering analysis on beams with diagrams for shear, moments, angle, and deflection

Usage 💻

pip install beam_analysis
git clone https://github.com/XDwightsBeetsX/beam-analysis

Mechanical Requirements ⚙️⚠️

  • Currently reactions are not solved for...
    • All loads and reactions must be inputted
  • Boundary conditions currently required
    • one angle AND one deflection value
    • OR two deflection parameters
  • Beam weight is not accounted for by default
    • represent it with a distributed load

Check out some demos here 📂!

If you run into usage problems, double check the requirements.txt 🔐

Continuous development using twine 👷🛠️

This project is maintained on PYPI via releases through twine...

python setup.py sdist bdist_wheel
twine upload -r testpypi dist/* -u $username -p $password
twine upload -r pypi dist/* -u $username -p $password