Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 424 Bytes

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 [email protected]