Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1 KB

README.md

File metadata and controls

35 lines (22 loc) · 1 KB

Python Fluid Simulation

Pylint Score

A Python 2D fluid simulation using SPH

Standing Wave

Implementing smoothed particle hydrodynamics (SPH) in Python using this tutorial.

See also the C# implementation in Unity here.

Installation

Make sure you have Python installed on your computer. Then, in a terminal, run the following commands:

1. Install the package with pip in your terminal:

pip install git+https://github.com/AlexandreSajus/Python-Fluid-Simulation.git

2. Run the simulation:

python -m pythonsph

This will prompt a matplotlib animation window with a real-time simulation:

Real Time