Skip to content

Commit c07865d

Browse files
authored
Create README.md
1 parent 9a818b7 commit c07865d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 2D_Euler_Solver
2+
3+
This code includes:
4+
5+
2nd order MUSCL: Roe, vanLeer, Steger-Warming
6+
7+
limiter function: vanleer, minmod, superbee
8+
9+
high order shcemes: WENO5, WCNS-E6E5
10+
11+
time integration: TVD RK3, TVD RK2
12+
13+
This code can solve:
14+
15+
1. double mach refeclection
16+
17+
2. supersonic flow past a blunt body
18+
19+
3. other 2d inviscid problems (with some modifications of the code)

0 commit comments

Comments
 (0)