Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 523 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 523 Bytes

SIMPLE

Porting of old and ugly python code to cpp in order to add openMP + MPI support, irregular grid and better poisson solver. Simple implementation of SIMPLE (Semi-Implicit Pressure Linked Equation) method to solve NS under some particular assumption and approximation.

Feature:

  • Bussinesq approximation available.
  • Dirichlet and Neuman b.c are available.
  • Temperature scalar field.

Porting of old and ugly fortran90 code to cpp in order to add openMP + MPI support, irregular grid and better poisson solver.