~alimadayen90/cell-based-su2/trunk2

« back to all changes in this revision

Viewing changes to Testcases/Multizone/NACA0012/non Matching Line/inv_NACA0012.cfg

  • Committer: Ali Madayen
  • Date: 2021-05-24 11:03:17 UTC
  • Revision ID: alimadayen@gmail.com-20210524110317-27li9zpsm8igqsio
int-testcase-update1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
2
%                                                                              %
 
3
% SU2 configuration file                                                       %
 
4
% Case description: Turbulent flow past the ONERA M6 wing                      %
 
5
% Author: Thomas D. Economon                                                   %
 
6
% Institution: Stanford University                                             %
 
7
% Date: 2014.06.14                                                             %
 
8
% File Version 6.1.0 "Falcon"                                                %
 
9
%                                                                              %
 
10
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
11
 
 
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
PHYSICAL_PROBLEM= EULER
 
18
%
 
19
% Specify turbulence model (NONE, SA, SA_NEG, SST)
 
20
KIND_TURB_MODEL= NONE
 
21
%
 
22
% Mathematical problem (DIRECT, CONTINUOUS_ADJOINT)
 
23
MATH_PROBLEM= DIRECT
 
24
%
 
25
% Restart solution (NO, YES)
 
26
RESTART_SOL= NO
 
27
% Number of mesh domains (Default 1)
 
28
NDOM= 2 
 
29
% -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------%
 
30
%
 
31
% Mach number (non-dimensional, based on the free-stream values)
 
32
MACH_NUMBER= 0.3
 
33
%
 
34
% Angle of attack (degrees, only for compressible flows)
 
35
AOA= 0.0
 
36
%
 
37
% Side-slip angle (degrees, only for compressible flows)
 
38
%SIDESLIP_ANGLE= 0.0
 
39
%
 
40
% Free-stream temperature (288.15 K by default)
 
41
FREESTREAM_TEMPERATURE= 288.15
 
42
%
 
43
% Reynolds number (non-dimensional, based on the free-stream values)
 
44
REYNOLDS_NUMBER= 11.72E6
 
45
%
 
46
% Reynolds length (1 m by default)
 
47
REYNOLDS_LENGTH= 0.64607
 
48
 
 
49
% ---- IDEAL GAS, POLYTROPIC, VAN DER WAALS AND PENG ROBINSON CONSTANTS -------%
 
50
%
 
51
% Different gas model (STANDARD_AIR, IDEAL_GAS, VW_GAS, PR_GAS)
 
52
FLUID_MODEL= STANDARD_AIR
 
53
%
 
54
% Ratio of specific heats (1.4 default and the value is hardcoded
 
55
%                          for the model STANDARD_AIR)
 
56
GAMMA_VALUE= 1.4
 
57
%
 
58
% Specific gas constant (287.058 J/kg*K default and this value is hardcoded 
 
59
%                        for the model STANDARD_AIR)
 
60
GAS_CONSTANT= 287.058
 
61
%
 
62
% Critical Temperature (131.00 K by default)
 
63
CRITICAL_TEMPERATURE= 131.00
 
64
%
 
65
% Critical Pressure (3588550.0 N/m^2 by default)
 
66
CRITICAL_PRESSURE= 3588550.0
 
67
%
 
68
% Critical Density (263.0 Kg/m3 by default)
 
69
CRITICAL_DENSITY= 263.0
 
70
%
 
71
% Acentric factor (0.035 (air))
 
72
ACENTRIC_FACTOR= 0.035
 
73
 
 
74
% --------------------------- VISCOSITY MODEL ---------------------------------%
 
75
%
 
76
% Viscosity model (SUTHERLAND, CONSTANT_VISCOSITY).
 
77
VISCOSITY_MODEL= SUTHERLAND
 
78
%
 
79
% Molecular Viscosity that would be constant (1.716E-5 by default)
 
80
MU_CONSTANT= 1.716E-5
 
81
%
 
82
% Sutherland Viscosity Ref (1.716E-5 default value for AIR SI)
 
83
MU_REF= 1.716E-5
 
84
%
 
85
% Sutherland Temperature Ref (273.15 K default value for AIR SI)
 
86
MU_T_REF= 273.15
 
87
%
 
88
% Sutherland constant (110.4 default value for AIR SI)
 
89
SUTHERLAND_CONSTANT= 110.4
 
90
 
 
91
 
 
92
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
 
93
%
 
94
% Reference origin for moment computation
 
95
REF_ORIGIN_MOMENT_X = 0.25
 
96
REF_ORIGIN_MOMENT_Y = 0.00
 
97
REF_ORIGIN_MOMENT_Z = 0.00
 
98
%
 
99
% Reference length for pitching, rolling, and yawing non-dimensional moment
 
100
REF_LENGTH= 0.64607
 
101
%
 
102
% Reference area for force coefficients (0 implies automatic calculation)
 
103
REF_AREA= 1
 
104
 
 
105
% -------------------- BOUNDARY CONDITION DEFINITION --------------------------%
 
106
%
 
107
% Navier-Stokes wall boundary marker(s) (NONE = no marker)
 
108
MARKER_EULER= ( airfoil )
 
109
%MARKER_HEATFLUX= ( wall, 0.0 )
 
110
%MARKER_ISOTHERMAL = ( wall )
 
111
%
 
112
% Far-field boundary marker(s) (NONE = no marker)
 
113
MARKER_FAR= ( farfield1, farfield2 )
 
114
%
 
115
% Symmetry boundary marker(s) (NONE = no marker)
 
116
MARKER_SYM= ( symm1, symm2)
 
117
%
 
118
MARKER_INTERFACE= ( int1, int2)
 
119
% Marker(s) of the surface to be plotted or designed
 
120
MARKER_PLOTTING= ( airfoil )
 
121
%
 
122
% Marker(s) of the surface where the functional (Cd, Cl, etc.) will be evaluated
 
123
MARKER_MONITORING= ( airfoil )
 
124
 
 
125
AXISYMMETRIC = NO
 
126
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
 
127
%
 
128
% Numerical method for spatial gradients (GREEN_GAUSS, WEIGHTED_LEAST_SQUARES)
 
129
NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
 
130
%
 
131
% Courant-Friedrichs-Lewy condition of the finest grid
 
132
CFL_NUMBER= 8
 
133
%
 
134
CFL_REDUCTION_TURB = 1.0
 
135
%
 
136
% Adaptive CFL number (NO, YES)
 
137
CFL_ADAPT= NO
 
138
%
 
139
% Parameters of the adaptive CFL number (factor down, factor up, CFL min value,
 
140
%                                        CFL max value )
 
141
CFL_ADAPT_PARAM= ( 1.5, 0.5, 2.0, 6.0 )
 
142
%
 
143
% Runge-Kutta alpha coefficients
 
144
RK_ALPHA_COEFF= ( 0.66667, 0.66667, 1.000000 )
 
145
%
 
146
% Number of total iterations
 
147
EXT_ITER= 12500
 
148
 
 
149
% ----------------------- SLOPE LIMITER DEFINITION ----------------------------%
 
150
 
 
151
%
 
152
% Freeze the value of the limiter after a number of iterations
 
153
LIMITER_ITER= 2000
 
154
%
 
155
% Linear solver for the implicit formulation (BCGSTAB, FGMRES)
 
156
LINEAR_SOLVER= FGMRES
 
157
%
 
158
% Preconditioner of the Krylov linear solver (ILU0, LU_SGS, LINELET, JACOBI)
 
159
LINEAR_SOLVER_PREC= LU_SGS
 
160
%
 
161
% Minimum error of the linear solver for implicit formulations
 
162
LINEAR_SOLVER_ERROR= 1E-10
 
163
%
 
164
% Max number of iterations of the linear solver for the implicit formulation
 
165
LINEAR_SOLVER_ITER= 2
 
166
 
 
167
% -------------------------- MULTIGRID PARAMETERS -----------------------------%
 
168
%
 
169
% Multi-Grid Levels (0 = no multi-grid)
 
170
MGLEVEL= 0
 
171
%
 
172
% Multi-grid cycle (V_CYCLE, W_CYCLE, FULLMG_CYCLE)
 
173
MGCYCLE= V_CYCLE
 
174
%
 
175
% Multi-grid pre-smoothing level
 
176
MG_PRE_SMOOTH= ( 1, 2, 2, 2 )
 
177
%
 
178
% Multi-grid post-smoothing level
 
179
MG_POST_SMOOTH= ( 2, 2, 2, 2 )
 
180
%
 
181
% Jacobi implicit smoothing of the correction
 
182
MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
 
183
%
 
184
% Damping factor for the residual restriction
 
185
MG_DAMP_RESTRICTION= 0.7
 
186
%
 
187
% Damping factor for the correction prolongation
 
188
MG_DAMP_PROLONGATION= 0.7
 
189
 
 
190
% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
 
191
%
 
192
% Convective numerical method (JST, LAX-FRIEDRICH, CUSP, ROE, AUSM, HLLC,
 
193
%                              TURKEL_PREC, MSW)
 
194
CONV_NUM_METHOD_FLOW= AUSM
 
195
%
 
196
% Spatial numerical order integration (1ST_ORDER, 2ND_ORDER, 2ND_ORDER_LIMITER)
 
197
MUSCL_FLOW= NO
 
198
%
 
199
% Slope limiter (VENKATAKRISHNAN, MINMOD)
 
200
SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
 
201
%
 
202
% Coefficient for the limiter (smooth regions)
 
203
VENKAT_LIMITER_COEFF= 5.0
 
204
%
 
205
% Entropy fix coefficient (0.0 implies no entropy fixing, 1.0 implies scalar
 
206
%                          artificial dissipation)
 
207
ENTROPY_FIX_COEFF= 1.0
 
208
%
 
209
% 1st, 2nd and 4th order artificial dissipation coefficients
 
210
AD_COEFF_FLOW= ( 0.15, 0.5, 0.02 )
 
211
%
 
212
% Viscous limiter (NO, YES)
 
213
VISCOUS_LIMITER_FLOW= NO
 
214
%
 
215
% Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT, EULER_EXPLICIT)
 
216
TIME_DISCRE_FLOW= EULER_IMPLICIT
 
217
%
 
218
% Relaxation coefficient
 
219
RELAXATION_FACTOR_FLOW= 1.0
 
220
 
 
221
% -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
 
222
%
 
223
% Convective numerical method (SCALAR_UPWIND)
 
224
CONV_NUM_METHOD_TURB= SCALAR_UPWIND
 
225
%
 
226
% Monotonic Upwind Scheme for Conservation Laws (TVD) in the turbulence equations.
 
227
%           Required for 2nd order upwind schemes (NO, YES)
 
228
MUSCL_TURB= NO
 
229
%
 
230
% Slope limiter (VENKATAKRISHNAN, MINMOD)
 
231
SLOPE_LIMITER_TURB= VENKATAKRISHNAN
 
232
%
 
233
% Time discretization (EULER_IMPLICIT)
 
234
TIME_DISCRE_TURB= EULER_IMPLICIT
 
235
%
 
236
% Relaxation coefficient
 
237
RELAXATION_FACTOR_TURB= 1.0
 
238
 
 
239
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
 
240
%
 
241
% Convergence criteria (CAUCHY, RESIDUAL)
 
242
%
 
243
CONV_CRITERIA= RESIDUAL
 
244
%
 
245
% Residual reduction (order of magnitude with respect to the initial value)
 
246
RESIDUAL_REDUCTION= 5
 
247
%
 
248
% Min value of the residual (log10 of the residual)
 
249
RESIDUAL_MINVAL= -30
 
250
%
 
251
% Start convergence criteria at iteration number
 
252
STARTCONV_ITER= 10
 
253
%
 
254
% Number of elements to apply the criteria
 
255
CAUCHY_ELEMS= 100
 
256
%
 
257
% Epsilon to control the series convergence
 
258
CAUCHY_EPS= 1E-6
 
259
%
 
260
% Function to apply the criteria (LIFT, DRAG, NEARFIELD_PRESS, SENS_GEOMETRY, 
 
261
%                                SENS_MACH, DELTA_LIFT, DELTA_DRAG)
 
262
CAUCHY_FUNC_FLOW= DRAG
 
263
%
 
264
CAUCHY_FUNC_ADJFLOW= SENS_GEOMETRY
 
265
 
 
266
% ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
 
267
%
 
268
MESH_FILENAME1= points
 
269
 
 
270
MESH_FILENAME2= faces
 
271
 
 
272
MESH_FILENAME3= owner
 
273
 
 
274
MESH_FILENAME4= neighbour
 
275
 
 
276
MESH_FILENAME5= boundary
 
277
%
 
278
% Mesh input file format (SU2, CGNS, NETCDF_ASCII)
 
279
MESH_FORMAT= OPENFOAM
 
280
%
 
281
% Mesh output file
 
282
MESH_OUT_FILENAME= mesh_out.su2
 
283
%
 
284
% Restart flow input file
 
285
SOLUTION_FLOW_FILENAME= solution_flow.dat
 
286
%
 
287
% Restart adjoint input file
 
288
SOLUTION_ADJ_FILENAME= solution_adj.dat
 
289
%
 
290
% Output file format (PARAVIEW, TECPLOT, STL)
 
291
OUTPUT_FORMAT= TECPLOT
 
292
%
 
293
% Output file convergence history (w/o extension) 
 
294
CONV_FILENAME= history
 
295
%
 
296
% Output file restart flow
 
297
RESTART_FLOW_FILENAME= restart_flow.dat
 
298
%
 
299
% Output file restart adjoint
 
300
RESTART_ADJ_FILENAME= restart_adj.dat
 
301
%
 
302
% Output file flow (w/o extension) variables
 
303
VOLUME_FLOW_FILENAME= flow
 
304
%
 
305
% Output file adjoint (w/o extension) variables
 
306
VOLUME_ADJ_FILENAME= adjoint
 
307
%
 
308
% Output objective function gradient (using continuous adjoint)
 
309
GRAD_OBJFUNC_FILENAME= of_grad.dat
 
310
%
 
311
% Output file surface flow coefficient (w/o extension)
 
312
SURFACE_FLOW_FILENAME= surface_flow
 
313
%
 
314
% Output file surface adjoint coefficient (w/o extension)
 
315
SURFACE_ADJ_FILENAME= surface_adjoint
 
316
%
 
317
% Writing solution file frequency
 
318
WRT_SOL_FREQ= 250 %250
 
319
%
 
320
% Writing convergence history frequency
 
321
WRT_CON_FREQ= 1
 
322
%