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
- Host: GitHub
- URL: https://github.com/cfd-dev/2d_euler_solver
- Owner: cfd-dev
- License: gpl-3.0
- Created: 2021-05-28T13:03:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T14:52:44.000Z (over 2 years ago)
- Last Synced: 2025-06-10T06:28:52.422Z (11 months ago)
- Topics: euler-equations, muscl, openmp-optimization, wcns, weno-schemes
- Language: C++
- Homepage:
- Size: 3.38 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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