/RocketNoseCone

Primary LanguageJupyter Notebook

The Rocket Nose Cone

This directory depicts various properties of rocket nose cones through the use of python code and jupyter notebooks.

The list of nose cone shapes and their equations were found in 'The Descriptive Geometry of Nose Cones' by Gary A. Crowell Sr., written in 1996.

Using this directory:

  • The NoseConeShapes.ipynb notebook interactively displays the shapes of rocket nose cones. Users should view this file to get an idea of what the various shapes are and their pros and cons.
  • The lib/NoseConeShapeEquations.py module is the location of the programmatic implementation of the shape equations for the nose cones.