Uses the method of characteristics to simulate supersonic flow in an axisymmetric nozzle, and use Busemann's method to construct a nozzle producing isentropic flow according to certain parameters
Reference cases validating characteristic propagation angles are included in the
test suite. Run pytest to execute them.
Install required dependencies and run the test suite with coverage:
pip install -r requirements.txt
pytestThis project uses Black for formatting. Run
black . before committing changes.