An open API service indexing awesome lists of open source software.

https://github.com/cfd-dev/2d_euler_solver

2 dimensional Euler equation solver on structured grids
https://github.com/cfd-dev/2d_euler_solver

euler-equations muscl openmp-optimization wcns weno-schemes

Last synced: 19 days ago
JSON representation

2 dimensional Euler equation solver on structured grids

Awesome Lists containing this project

README

          

# 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