README.md

August 14, 2020 ยท View on GitHub

Eulerian Fluid Engine With taichi


Features At Present

  1. CellCentral Grid.
  2. Grid Method Simulation (Eulerian)
  3. Smoke ( todo : Water , Flame )
  4. 2D implementation

MORE TODO

  1. Partical Method , SPH ...
  2. Hybrid Method , MPM ...
  3. More grid(Field) types : FaceCentral and VertexCentral
  4. 3D Model Support , dimension-free implementation
  5. Rigid Body Handling
  6. More Linear Solver

SHOW

TODO

Dependencies

  • taichi 6.20+

Contents

  1. 1Eulerian Fluid Engine With taichi
  2. 1.1Features At Present
  3. 1.2MORE TODO
  4. 1.3SHOW
  5. 1.4Dependencies