Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 616 Bytes

SIMPLE-taichi

SIMPLE-taichi is an incompressible fluid solver implementing the SIMPLE method written in Taichi. The target flow field is rectangular with typical boundary conditions (inflow/outflow/wall).

Features

  • Finite Volume Method (FVM)
  • Built-in Conjugate-Gradient (CG) and BiCGSTAB solver

Requirement

  • Taichi 1.0.0
  • Matplotlib

Demo

As a concrete validation, the computation results of a lid-driven cavity case are compared with the well-know literature values.

live-plot-1