Maarten-vd-Sande / smoothed-particle-hydrodynamics

Basic implementation of smoothed-particle hydrodynamics (SPH) in Python.
24 stars 10 forks source link
fluid-simulation sph

smoothed-particle-hydrodynamics

Very basic implementation of smoothed-particle hydrodynamics (SPH) in Python.

Main inspiration taken from https://bigtheta.io/2017/07/08/implementing-sph-in-2d.html.