Model Rocket Simulation
This program was written to simulate the flight of a model rocket. It uses the equations of motion to
calculate
the position and velocity of the rocket at each time step using an Euler method.
This program was written in Python and uses matplotlib as well as PYSimpleGUI to create and display the
results.
Currently this program displays the trajectory of the rocket, as well as many pertinent values and the
projected
landing zone.
The next things I aim to do with this program are to allow for wind to affect the flight path as well as
to
allow for easier input of the rocket's properties.
It has taken a lot of self control to not attempt to write a form of 3d-modeling software to streamline
this
process.
This program can be found on my GitHub page.