nianhuawong / 2D_Euler_Solver

2 dimensional Euler equation solver on structured grids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D_Euler_Solver

This code includes:

2nd order MUSCL: Roe, vanLeer, Steger-Warming

limiter function: vanleer, minmod, superbee

high order shcemes: WENO5, WCNS-E6E5

time integration: TVD RK3, TVD RK2

This code can solve:

  1. double mach refeclection

  2. supersonic flow past a blunt body

  3. other 2d inviscid problems (with some modifications of the code)

For more information, please contact nhwang@skla.cardc.cn

About

2 dimensional Euler equation solver on structured grids

License:GNU General Public License v3.0


Languages

Language:C++ 98.8%Language:CMake 1.2%