An interactive web app for simulating physics and engineering problems.
Created as a 1st year project for Calculus for Computer Science.
- Wind Turbine Power: Calculate and visualize wind turbine output.
- Solar Panel Energy: Estimate solar panel energy production.
- EV Battery Drain: Simulate electric vehicle battery usage.
- Projectile Motion: Explore projectile trajectories and key parameters.
- Clone the repository
git clone https://github.com/jksalcedo/physics_sim.git
cd physics_sim- Install dependencies:
pip install -r requirements.txt- Run the app:
streamlit run sim.py