Skip to content

Commit 8ffe582

Browse files
committed
change some options for better convergence
1 parent ef87988 commit 8ffe582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ GEO_MODE= FUNCTION
177177
CONV_CRITERIA= RESIDUAL
178178
%
179179
% Residual reduction (order of magnitude with respect to the initial value)
180-
RESIDUAL_REDUCTION= 10
180+
RESIDUAL_REDUCTION= 8
181181
%
182182
% Min value of the residual (log10 of the residual)
183183
RESIDUAL_MINVAL= -12
@@ -189,7 +189,7 @@ STARTCONV_ITER= 25
189189
CAUCHY_ELEMS= 100
190190
%
191191
% Epsilon to control the series convergence
192-
CAUCHY_EPS= 1E-10
192+
CAUCHY_EPS= 1E-6
193193
%
194194
% Direct function to apply the convergence criteria (LIFT, DRAG, NEARFIELD_PRESS)
195195
CAUCHY_FUNC_FLOW= DRAG

0 commit comments

Comments
 (0)