Simple 2D Smooth Particle Hydrodynamics(SPH) based fluid simulation implemented using taichi and python.
Weakly compressible SPH (WCSPH) and Predictive-Corrective Incompressible SPH (PCISPH) are implemented in the project.
- x64 windows
- python 3
- taichi==0.6.15
- numpy==1.15.4
- either GPU or CPU
- Weakly compressible SPH for free surface flows. Author:Markus Becker(2007), Matthias Teschner
- Predictive-Corrective Incompressible SPH(2009). Author: B. Solenthaler R. Pajarola
- https://github.com/taichi-dev/taichi/blob/master/examples/pbf2d.py. Author: Ye Kuang (k-ye)
- https://github.com/erizmr/SPH_Taichi. Author: erizmr, mRay_Zhang