|
10 | 10 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
11 | 11 |
|
12 | 12 | % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------% |
13 | | -% |
14 | | -% Physical governing equations (EULER, NAVIER_STOKES, |
15 | | -% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY, |
16 | | -% POISSON_EQUATION) |
17 | 13 | SOLVER= RANS |
18 | | -% |
19 | | -% Specify turbulent model (NONE, SA, SA_NEG, SST) |
20 | 14 | KIND_TURB_MODEL= SST |
21 | | -% |
22 | | -% Mathematical problem (DIRECT, CONTINUOUS_ADJOINT) |
23 | 15 | MATH_PROBLEM= DIRECT |
24 | | -% |
25 | | -% Restart solution (NO, YES) |
26 | 16 | RESTART_SOL= NO |
27 | | -% |
28 | | -% Read binary restart files (YES, NO) |
29 | 17 | READ_BINARY_RESTART= NO |
30 | | -% |
31 | 18 |
|
32 | 19 | % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------% |
33 | | -% |
34 | | -% Mach number (non-dimensional, based on the free-stream values) |
35 | 20 | MACH_NUMBER= 0.15 |
36 | | -% |
37 | | -% Angle of attack (degrees, only for compressible flows) |
38 | 21 | AOA= 10.0 |
39 | | -% |
40 | | -% Free-stream temperature (288.15 K by default) |
41 | 22 | FREESTREAM_TEMPERATURE= 300.0 |
42 | | -% |
43 | | -% Reynolds number (non-dimensional, based on the free-stream values) |
44 | 23 | REYNOLDS_NUMBER= 6.0E6 |
45 | | -% |
46 | | -% Reynolds length (1 m by default) |
47 | 24 | REYNOLDS_LENGTH= 1.0 |
48 | | -% |
| 25 | + |
49 | 26 | % ---------------------- REFERENCE VALUE DEFINITION ---------------------------% |
50 | | -% |
51 | | -% Reference origin for moment computation |
52 | 27 | REF_ORIGIN_MOMENT_X = 0.25 |
53 | 28 | REF_ORIGIN_MOMENT_Y = 0.00 |
54 | 29 | REF_ORIGIN_MOMENT_Z = 0.00 |
55 | | -% |
56 | | -% Reference length for pitching, rolling, and yawing non-dimensional moment |
57 | 30 | REF_LENGTH= 1.0 |
58 | | -% |
59 | | -% Reference area for force coefficients (0 implies automatic calculation) |
60 | 31 | REF_AREA= 1.0 |
61 | | -% |
62 | | -% Flow non-dimensionalization (DIMENSIONAL, FREESTREAM_PRESS_EQ_ONE, |
63 | | -% FREESTREAM_VEL_EQ_MACH, FREESTREAM_VEL_EQ_ONE) |
64 | 32 | REF_DIMENSIONALIZATION= FREESTREAM_PRESS_EQ_ONE |
65 | 33 |
|
66 | 34 | % -------------------- BOUNDARY CONDITION DEFINITION --------------------------% |
67 | | -% |
68 | | -% Navier-Stokes wall boundary marker(s) (NONE = no marker) |
69 | 35 | MARKER_HEATFLUX= ( airfoil, 0.0 ) |
70 | | -% |
71 | | -% Farfield boundary marker(s) (NONE = no marker) |
72 | 36 | MARKER_FAR= ( farfield ) |
73 | | -% |
74 | | -% Marker(s) of the surface to be plotted or designed |
75 | 37 | MARKER_PLOTTING= ( airfoil ) |
76 | | -% |
77 | | -% Marker(s) of the surface where the functional (Cd, Cl, etc.) will be evaluated |
78 | 38 | MARKER_MONITORING= ( airfoil ) |
79 | 39 |
|
80 | 40 | % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------% |
81 | | -% |
82 | | -% Numerical method for spatial gradients (GREEN_GAUSS, WEIGHTED_LEAST_SQUARES) |
83 | 41 | NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES |
84 | 42 | NUM_METHOD_GRAD_RECON= LEAST_SQUARES |
85 | | -% |
86 | | -% Courant-Friedrichs-Lewy condition of the finest grid |
87 | 43 | CFL_NUMBER= 0.1 |
88 | | -% |
89 | | -% Max Delta time |
90 | 44 | MAX_DELTA_TIME= 1E10 |
91 | | -% |
92 | | -% Number of total iterations |
93 | 45 | ITER= 99999 |
94 | 46 |
|
95 | 47 | % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------% |
96 | | -% |
97 | | -% Convective numerical method (JST, LAX-FRIEDRICH, CUSP, ROE, AUSM, HLLC, |
98 | | -% TURKEL_PREC, MSW) |
99 | 48 | CONV_NUM_METHOD_FLOW= ROE |
100 | 49 | USE_VECTORIZATION= YES |
101 | | -% |
102 | | -% Spatial numerical order integration (1ST_ORDER, 2ND_ORDER, 2ND_ORDER_LIMITER) |
103 | 50 | MUSCL_FLOW= YES |
104 | | -% |
105 | | -% Slope limiter (VENKATAKRISHNAN, MINMOD) |
106 | 51 | SLOPE_LIMITER_FLOW= NONE |
107 | | -% |
108 | | -% Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT, EULER_EXPLICIT) |
109 | 52 | TIME_DISCRE_FLOW= EULER_EXPLICIT |
110 | 53 |
|
111 | 54 | % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------% |
112 | | -% |
113 | | -% Convective numerical method (SCALAR_UPWIND) |
114 | 55 | CONV_NUM_METHOD_TURB= SCALAR_UPWIND |
115 | | -% |
116 | | -% Monotonic Upwind Scheme for Conservation Laws (TVD) in the turbulence equations. |
117 | | -% Required for 2nd order upwind schemes (NO, YES) |
118 | 56 | MUSCL_TURB= NO |
119 | | -% |
120 | | -% Slope limiter (VENKATAKRISHNAN, MINMOD) |
121 | 57 | SLOPE_LIMITER_TURB= NONE |
122 | | -% |
123 | | -% Time discretization (EULER_IMPLICIT) |
124 | 58 | TIME_DISCRE_TURB= EULER_EXPLICIT |
125 | | -% |
126 | | -% Reduction factor of the CFL coefficient in the turbulence problem |
127 | 59 | CFL_REDUCTION_TURB= 1.0 |
128 | 60 |
|
129 | 61 | % --------------------------- CONVERGENCE PARAMETERS --------------------------% |
130 | | -% |
131 | | -% Convergence field |
132 | 62 | CONV_FIELD= RMS_DENSITY |
133 | | -% |
134 | | -% Min value of the residual (log10 of the residual) |
135 | 63 | CONV_RESIDUAL_MINVAL= -12 |
136 | | -% |
137 | | -% Start convergence criteria at iteration number |
138 | 64 | CONV_STARTITER= 10 |
139 | | -% |
140 | | -% Number of elements to apply the criteria |
141 | 65 | CONV_CAUCHY_ELEMS= 100 |
142 | | -% |
143 | | -% Epsilon to control the series convergence |
144 | 66 | CONV_CAUCHY_EPS= 1E-6 |
145 | | -% |
146 | 67 |
|
147 | 68 | % ------------------------- INPUT/OUTPUT INFORMATION --------------------------% |
148 | | -% |
149 | | -% Mesh input file |
150 | 69 | MESH_FILENAME= n0012_113-33.su2 |
151 | | -% |
152 | | -% Mesh input file format (SU2, CGNS, NETCDF_ASCII) |
153 | 70 | MESH_FORMAT= SU2 |
154 | | -% |
155 | | -% Mesh output file |
156 | 71 | MESH_OUT_FILENAME= mesh_out.su2 |
157 | | -% |
158 | | -% Restart flow input file |
159 | 72 | SOLUTION_FILENAME= solution_flow_sst_fixedvalues.dat |
160 | | -% |
161 | | -% Output file format (PARAVIEW, TECPLOT, STL) |
162 | 73 | TABULAR_FORMAT= CSV |
163 | | -% |
164 | | -% Output file convergence history (w/o extension) |
165 | 74 | CONV_FILENAME= history |
166 | | -% |
167 | | -% Output file restart flow |
168 | 75 | RESTART_FILENAME= restart_flow.dat |
169 | | -% |
170 | | -% Output file flow (w/o extension) variables |
171 | 76 | VOLUME_FILENAME= flow |
172 | | -% |
173 | | -% Output file surface flow coefficient (w/o extension) |
174 | 77 | SURFACE_FILENAME= surface_flow |
175 | | -% |
176 | | -% Writing solution file frequency |
177 | 78 | OUTPUT_WRT_FREQ= 10000 |
178 | | -% |
179 | | -% |
180 | | -% Screen output fields |
181 | 79 | SCREEN_OUTPUT= (INNER_ITER, RMS_DENSITY, RMS_TKE, RMS_DISSIPATION, LIFT, DRAG, LINSOL_RESIDUAL) |
182 | 80 | OUTPUT_FILES= (RESTART_ASCII, PARAVIEW, SURFACE_PARAVIEW) |
0 commit comments