-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinput_r
51 lines (48 loc) · 1.86 KB
/
input_r
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Grid file (in)
laval.grd
#
# Results to plot (out)
plot_r.v2d
#
# Convergence history (out)
conver_r.v2d
#
# Restart solution (in/out)
rest_r
#
# Physics
# -------
1.E+5 # inlet total pressure [Pa]
288.0 # inlet total temperature [K]
0.7E+5 # outlet static pressure [Pa]
#
# Iteration control
# -----------------
1000 # max. number of iterations
1.E-5 # convergence tolerance
N # read restart solution (N=no, Y=yes)
#
# Numerical parameters
# --------------------
1.5 # CFL-number
0.8 # coefficient of implicit residual smoothing
M # M=central scheme movers/ R=Roe's upwind scheme
0.0 # artificial dissipation coefficient - k2 (central scheme)
0.0 # artificial dissipation coefficient - 1/k4 (central scheme)
1 # space: 1=1st-order / 2=2nd-order / 3=kappa=1/3 (Roe's scheme)
1.5 # limiter coefficient (Roe's scheme)
0.05 # entropy correction coefficient (Roe's scheme)
5 # number of stages
0.0695, 0.1602, 0.2898, 0.5060, 1.000 # stage coefficients
1.00 , 1.00 , 1.00 , 1.00 , 1.00 # dissipation blending coeff.
1 , 1 , 1 , 1 , 1 # dissipation evaluation (1=yes)
1 , 1 , 1 , 1 , 1 # residual smoothing (1=yes)
###############################################################################
0.0695, 0.1602, 0.2898, 0.5060, 1.000 # stage coefficients
1.00 , 1.00 , 1.00 , 1.00 , 1.00 # dissipation blending coeff.
1 , 1 , 1 , 1 , 1 # dissipation evaluation (1=yes)
1 , 1 , 1 , 1 , 1 # residual smoothing (1=yes)
0.0533, 0.1263, 0.2375, 0.4414, 1.000 # stage coefficients
1.00 , 1.00 , 1.00 , 1.00 , 1.00 # dissipation blending coeff.
1 , 1 , 1 , 1 , 1 # dissipation evaluation (1=yes)
1 , 1 , 1 , 1 , 1 # residual smoothing (1=yes)