=================
- 3D incompressible N-S solver
- 2nd-order finite difference method for spatial discretization
- 3rd-order RK method for time marching
- Staggered grid
- two different Poisson solver:
- biconjugate gradient method with incomplete LUT preconditioner (single core code)
- Parallel LDLT decomposition using Intel Pardiso library
- Cylinder flow using immersed boundary method (hard-coded, use macro
variable
CYLINDER_FLOWto control it)
- Convecddtive BC