Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yourself1011/ultimate_fluid_sim

Ultimate Fluid Sim is a fluid simulation that makes use fo the Smoothed Particle Hydrodynamics method.
https://github.com/yourself1011/ultimate_fluid_sim

fluid-dynamics fluid-simulation processing runge-kutta-4 smoothed-particle-hydrodynamics

Last synced: 23 days ago
JSON representation

Ultimate Fluid Sim is a fluid simulation that makes use fo the Smoothed Particle Hydrodynamics method.

Awesome Lists containing this project

README

        

# Ultimate Fluid Sim

Ultimate Fluid Sim is a fluid simulation that makes use fo the Smoothed Particle Hydrodynamics method. These are the papers I used for this:

- https://cg.informatik.uni-freiburg.de/publications/2014_EG_SPH_STAR.pdf
- http://www.ligum.umontreal.ca/Clavet-2005-PVFS/pvfs.pdf
- https://matthias-research.github.io/pages/publications/sca03.pdf
- https://cg.informatik.uni-freiburg.de/publications/2011_CGF_dataStructuresSPH.pdf

As well as the following very helpful video: https://www.youtube.com/watch?v=rSKMYc1CQHE

It also uses the Runge-Kutta 4th order method for integration. More info here: https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods#The_Runge.E2.80.93Kutta_method

## How to run

1. Download the [Processing IDE](https://processing.org/download)
2. Open this folder
3. Run it