Real-time inviscid fluid dynamics and aeroacoustics on a sphere
Install uv package manager
pip install uvThis projects uses scikit-sparse, which requires following system dependencies to be installed:
apt-get install libsuitesparse-devCreate virtual environment and install dependencies
uv sync(optional) Activate the virtual environment
source .venv/bin/activateuv run main.pyuvx main.py --n_points 61 --time_step 100
uv run main.py --helpuv run ruff check
uv run pytest