Skip to content

A SIMPLE incompressible fluid solver written in Taichi.

License

Notifications You must be signed in to change notification settings

houkensjtu/SIMPLE-taichi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A SIMPLE incompressible fluid solver written in Taichi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages