Skip to content

Latest commit

 

History

History
 
 

FluidSolver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Euler Solver

This is a light-weighted 2nd order finite volume fluid solver for the 2d Euler equation, which is designed for both education and research purposes. The code supports both steady and unsteady simulations and both explicit and implicit time integrators (In the Jacobian approximation, limiters are neglected, and there is no advanced preconditioners).

There are two examples

  • Wedge problem: steady simulation of supersonic flow over a wedge, shock wave or rarefaction wave will appear.

  • NACA problem: steady simulation of transonic flow over a NACA airfoil.