ucns3d-team / UCNS3D

Unstructured Compressible Navier Stokes 3D code (UCNS3D)
https://ucns3d.com
GNU General Public License v3.0
244 stars 90 forks source link

Multiphase #4

Closed TakisCFD closed 4 years ago

TakisCFD commented 4 years ago

This branch now works for all test problems including 2D with multiphase flows.

Issues Fixed: Numerous places fixing non strict fortran compliant operations that were picked up by gfortran compiler debug options. Compiled libmetis with gcc instead of icc. Replaced all calls to BLAS libraries using the Intel BLAS95 interface to BLAS interface (requiring more specification entries at each call). Switched the functions gemm, gemv, dot to DGEMM, DGEMV, and DDOT respectively. Code now compiles, and runs also with OpenBLAS and Gfortran.

This branch can be merged with master.