NozzleX is a JAX/Python package for the one-dimensional modeling of nozzles and diffusers
This guide walks you through installation for development using Poetry, which manages both dependencies and virtual environments automatically.
-
Install Poetry package manager Follow the official guide: Poetry Installation
Then verify the installation:poetry --version
-
Clone the repository from GitHub
git clone https://github.com/turbo-sim/nozzlex.git
-
Navigate to the project directory
cd nozzlex -
Install the package using Poetry
poetry install
The examples directory contains a variety of ready-to-run cases, covering different working fluids and applications.