Skip to content
DANG Truong edited this page Mar 23, 2019 · 6 revisions

Welcome to the euler2D-kfvs-Fortran2003 wiki!

Euler2D-kfvs-Fortran2003 is an Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme. It is the successor of my Fortran 95 code euler-2D-kfvs

Some features:

  1. Cell centered finite volume method.
  2. Unstructured quadrilateral meshes.
  3. Kinetic flux vector splitting (KFVS) scheme.
  4. Written in Modern Fortran (Fortran 2003). Object-oriented programming has been implemented, mainly in the mesh reader. The solver is kept in Fortran 95, to retain its speed, which is the major advantage of the Fortran programming language.

NACA 0012 test case:

Mesh https://github.com/truongd8593/euler2D-kfvs-Fortran2003/blob/master/mesh.png

Contour of velocity magnitude https://github.com/truongd8593/euler2D-kfvs-Fortran2003/blob/master/velocity_magnitude.png

https://github.com/truongd8593/euler2D-kfvs-Fortran2003/blob/master/velocity_magnitude_zoom_in.png

Interpolated velocity contour using Paraview: https://github.com/truongd8593/euler2D-kfvs-Fortran2003/blob/master/velocity_magnitude_interpolated.png

Animation of flow over NACA 0012 at Mach number = 1.2

C31 multi-element airfoil:

Mesh https://github.com/truongd8593/euler2D-kfvs-Fortran2003/blob/master/c31_mesh.png

Contour of pressure (on going result) https://github.com/truongd8593/euler2D-kfvs-Fortran2003/blob/master/c31_pressure.png

Interpolated contour: https://github.com/truongd8593/euler2D-kfvs-Fortran2003/blob/master/c31_pressure_interpolated.png

Animation

Clone this wiki locally