High performance solvers for Navier Stokes

Hi all,

I am recently working on a CFD problem which needs to solve a NS equation. The DoFs are more than 50M(use P1-P1 elements) so that parallel computing is necessary. I would like to solve the system in a coupled way and the use some block preconditioners.

I found some existing code:

nsbench main : Code : nsbench
cbcflow Bitbucket
Oasis GitHub - mikaem/Oasis
ns-fenics GitHub - MiroK/ns-fenics: Navier-Stokes solvers based on FEniCS
cbc,block Bitbucket

I am trying to use the above codes to test the performance. In addition, I am also wondering if there is any other good existing code published online?

Thanks,
Leon

2 Likes