WaterRocket is an easy to use and intuitive Python module made for the simulation of amateur water rocket shooting based on water bottles or lemonade. This module follows the project of design and instrumentation of a water rocket in the framework of the Erasmus + exchange program between Polytech Paris-Saclay and Ecole Nationale Polytechnique. This project is inspired by a work done previously in the form of an Excel file (the simulator file V1.xls).
$ pip install WaterRocket
Then to use all the functions you have to create a WaterRocket object :
from WaterRocket import WaterRocket
myRocket = WaterRocket()
For a getting started Notebook example click here
All the documentation about the module methods and components describe here
Mohamed Nennouche