Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.53 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.53 KB

PCISPH - Predictive-Corrective Incompressible SPH

This is an fluid simulation which is GPU accelerated using OpenCL. You can find some results on youtube or with better quality as download.

The two main papers implemented are:

"Predictive-Corrective Incompressible SPH"

"Versatile Surface Tension and Adhesion for SPH Fluids" (adhesion is not implemented!)

All the code was created for an university project during one semester and comes as it is. It is published because we found it quite hard to get information about the used parameters and implementation details of other similar projects. The code was only tested on windows (and actually comes with as visual studio solution) but my expectation would be that it should not be that hard to run it on *nix systems. Before you can execute the simulation you have to run the "exec_clogs_tune.bat" file which does some performance tuning of the clogs library which is used by the project. Don't expect too much though - There was a deadline - You know what that means ;)

The code does not come with any restrictions but it would be interesting to know if someone found it helpful or is using it to actually do something meaningful.