/hw

homework.

Primary LanguageC++

EulerianFluidSimulation

Physically-based Eulerian (Grid-based) Fluid Simulation: Smoke Simulator
The Code is based on: http://www.cs.cornell.edu/~tedkim/WTURB/
Eulerian Smoke Simulation & Mathematical Foundation: <FLUID SIMULATION SIGGRAPH 2007 Course Notes>

Installation

Usage

  • Enter:
cd EulerianFluidSimulation
  • Build:
    • Windows (cygwin):
      make -fMakefile.cygwin
      
    • Linux:
      make -fMakefile.linux
      
    • Mac OS:
      make -fMakefile.mac
      
  • Run:
    ./FLUID_3D
    

Result (.png)

  • Obstacle: image image image image image image image
  • No Obstacle: image image image image image image image