Skip to content

Commit ceaeacc

Browse files
committed
Two fixes for tutorial regressions.
1 parent 4a6ff7a commit ceaeacc

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Multi_Objective_Shape_Design/inv_wedge_ROE_multiobj_combo.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
9090
CFL_NUMBER= 1.0
9191
%
9292
% Adaptive CFL number (NO, YES)
93-
CFL_ADAPT= YES
93+
CFL_ADAPT= NO
9494
%
9595
% Parameters of the adaptive CFL number (factor down, factor up, CFL min value,
9696
% CFL max value )

Turbulent_2D_Constrained_RAE2822/turb_SA_RAE2822.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ ENTROPY_FIX_COEFF= 0.001
177177
%
178178
% Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT, EULER_EXPLICIT)
179179
TIME_DISCRE_FLOW= EULER_IMPLICIT
180-
%
181-
% Relaxation coefficient
182-
RELAXATION_FACTOR_FLOW= 0.95
183180
184181
% -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
185182
%
@@ -191,9 +188,6 @@ TIME_DISCRE_TURB= EULER_IMPLICIT
191188
%
192189
% Reduction factor of the CFL coefficient in the turbulence problem
193190
CFL_REDUCTION_TURB= 1.0
194-
%
195-
% Relaxation coefficient
196-
RELAXATION_FACTOR_TURB= 0.95
197191
198192
% ---------------- ADJOINT-FLOW NUMERICAL METHOD DEFINITION -------------------%
199193
%

0 commit comments

Comments
 (0)