Years ago, during my early coding adventures, I developed a beam calculator to assist with structural analysis. Today, I'm thrilled to present its modern reincarnation as a web application, powered by Streamlit.
- Load Analysis: Uniform distribuited load
- Support Configurations: Analyze beams with different support conditions such as simply supported, fixed, and cantilevered.
- Material Selection: Choose from a range of materials, each with predefined properties.
- Section Properties: Define the dimensions.
- Visualization: Explore the results visually.
To use the Beam Calculator:
- Visit the Beam Calculator App.
- Input the beam parameters.
- Define the loading conditions and support configurations.
- Click "Calculate" and Voilá.
- View the results!
To run the Beam Calculator locally:
- Clone this repository:
git clone https://github.com/felipecordero/vigaHA.git
- Navigate to the project directory:
cd vigaHA
- Install the required dependencies:
pip install -r requirements.txt
- Launch the Streamlit app:
streamlit run app.py
I welcome contributions to enhance the Beam Calculator. To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes with clear and concise messages.
- Submit a pull request detailing your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
A heartfelt thank you to the open-source community and the developers of Streamlit for providing the tools that made this project possible.