1515% POISSON_EQUATION)
1616SOLVER = INC_NAVIER_STOKES
1717%
18- %
1918% Specify turbulent model (NONE, SA, SA_NEG, SST)
2019KIND_TURB_MODEL = NONE
2120%
@@ -123,11 +122,11 @@ NUM_METHOD_GRAD= GREEN_GAUSS
123122CFL_NUMBER = 50.0
124123%
125124% Adaptive CFL number (NO, YES)
126- CFL_ADAPT = NO
125+ CFL_ADAPT = YES
127126%
128127% Parameters of the adaptive CFL number (factor down, factor up, CFL min value,
129128% CFL max value )
130- CFL_ADAPT_PARAM = ( 1.5, 0.5, 15 .0, 1e10)
129+ CFL_ADAPT_PARAM = ( 0.1, 2.0, 50 .0, 1e10)
131130%
132131% Maximum Delta Time in local time stepping simulations
133132MAX_DELTA_TIME = 1E6
@@ -153,18 +152,18 @@ LINEAR_SOLVER_ILU_FILL_IN= 0
153152LINEAR_SOLVER_ERROR = 1E-15
154153%
155154% Max number of iterations of the linear solver for the implicit formulation
156- LINEAR_SOLVER_ITER = 10
155+ LINEAR_SOLVER_ITER = 30
157156
158157% -------------------------- MULTIGRID PARAMETERS -----------------------------%
159158%
160159% Multi-Grid Levels (0 = no multi-grid)
161- MGLEVEL = 2
160+ MGLEVEL = 0
162161%
163162% Multi-grid cycle (V_CYCLE, W_CYCLE, FULLMG_CYCLE)
164163MGCYCLE = V_CYCLE
165164%
166165% Multi-grid pre-smoothing level
167- MG_PRE_SMOOTH = ( 1, 1, 1, 1 )
166+ MG_PRE_SMOOTH = ( 1, 2, 3, 3 )
168167%
169168% Multi-grid post-smoothing level
170169MG_POST_SMOOTH = ( 0, 0, 0, 0 )
@@ -173,10 +172,10 @@ MG_POST_SMOOTH= ( 0, 0, 0, 0 )
173172MG_CORRECTION_SMOOTH = ( 0, 0, 0, 0 )
174173%
175174% Damping factor for the residual restriction
176- MG_DAMP_RESTRICTION = 0.8
175+ MG_DAMP_RESTRICTION = 0.95
177176%
178177% Damping factor for the correction prolongation
179- MG_DAMP_PROLONGATION = 0.8
178+ MG_DAMP_PROLONGATION = 0.95
180179
181180% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
182181%
@@ -199,11 +198,10 @@ TIME_DISCRE_FLOW= EULER_IMPLICIT
199198% --------------------------- CONVERGENCE PARAMETERS --------------------------%
200199%
201200% Convergence criteria (CAUCHY, RESIDUAL)
202- CONV_CRITERIA = RESIDUAL
203- %
201+ CONV_FIELD = RMS_TEMPERATURE
204202%
205203% Min value of the residual (log10 of the residual)
206- CONV_RESIDUAL_MINVAL = -12
204+ CONV_RESIDUAL_MINVAL = -8
207205%
208206% Start convergence criteria at iteration number
209207CONV_STARTITER = 10
@@ -213,7 +211,6 @@ CONV_CAUCHY_ELEMS= 100
213211%
214212% Epsilon to control the series convergence
215213CONV_CAUCHY_EPS = 1E-6
216- %
217214
218215% ------------------------- INPUT/OUTPUT INFORMATION --------------------------%
219216%
@@ -266,12 +263,4 @@ WRT_SOL_FREQ= 100
266263WRT_CON_FREQ = 1
267264%
268265% Screen output
269- SCREEN_OUTPUT = (INNER_ITER, RMS_PRESSURE, RMS_VELOCITY-X, LIFT, DRAG)
270- % ----------------------- GEOMETRY EVALUATION PARAMETERS ----------------------%
271- %
272- % Extract a slice using GEO_BOUNDS (works with 2D cartesian grids only)
273- WRT_SLICE = YES
274- %
275- % Geometrical bounds (Y coordinate) for the wing geometry analysis or
276- % fuselage evaluation (X coordinate).
277- GEO_BOUNDS = ( 0.499, 0.501)
266+ SCREEN_OUTPUT = (INNER_ITER, WALL_TIME, RMS_PRESSURE, RMS_TEMPERATURE, LIFT, DRAG)
0 commit comments