The flight simulator is being developed using Python. The software uses the thrust curve data, Rocket data to run a simulation loop, which calculates all the variables at each time step, thus simulating the entire Flight.
As can be seen, the acceleration gradually increases from -9.8 to 0 and then gradually increases from there. The graph looks very similar to the Open Rocket graph. Our next step is integrating Parabolic motion into the simulator.
Converted the 1D model into a 2D model. The trajectory of the rocket considered is shown below :
The final output is shown below for launch angle = 10 degrees from the y axis: