Skip to content

MikeTimmerman-ae/RocketTrajectorySimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket Trajectory Simulator

6-DOF sounding rocket trajectory simulator

The trajectory of the rocket is obtained through solving a set of four ordinary differential equations describing the dynamics of the rocket using a numerical solving technique, namely the Runge-Kutta 45 method.

The simulator comprises one main class, "trajectory", which has all the rocket parameters stored and keeps track of the state variables as the system of ODEs are solved. Following parameters can be specified to describe a given rocket:

  • empty mass
  • body radius
  • body length
  • initial position of center of mass
  • final position of center of mass
  • position of center of pressure
  • drag coefficient
  • launch angle
  • rocket engine (imported from www.thrustcurve.org)

This class also has a method which plots the final trajectory as altitude-horizontal displacement and altitude-time.

About

3-DOF sounding rocket trajectory simulator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages