Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 315 Bytes

File metadata and controls

6 lines (5 loc) · 315 Bytes

3DFluidSolver

3D Fluid Solver based on Stable Fluids paper.

  • This is an implementation of a 3D Fluid Solver based on Jos Stams' "Stable Fluids" paper. It uses a colocated grid instead of a staggered grid since this is straightforward to implement.
  • Main program outputs the simulation frames in PBRT format.