Skip to content

hgeorge21/FluidSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIC/FLIP Simulation

Implemented by Yongzhen Huang and Gongyi Shi.

Based on the paper Animating Sand as a Fluid.

A video presenting our work can be found here.

How to build

This project requires libigl to work.

Clone the repository and download Libigl

// go into project folder
git clone --recursive https://github.com/libigl/libigl.git

CMake is use to build the project

// go into project folder
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..

Running the program

Simply execute the program

./Fluid_Sim [path to triangle mesh]

Optional parameter of path to a triangle mesh shows the object falling into the fluid.

Program options are shown immediately afterwards.

About

Based on the paper "MultiFLIP for Energetic Two-Phase Fluid Simulation"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors