/SIMPLE-taichi

A SIMPLE incompressible fluid solver written in Taichi.

Primary LanguagePythonMIT LicenseMIT

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