Skip to content

zhengxiuyu/PCISPH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Predictive corrective incompressible SPH fluid simulation which is OpenCL accelerated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.1%
  • C 25.8%
  • Other 0.1%