Skip to content

Commit

Permalink
Two fixes for tutorial regressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
economon committed Nov 26, 2019
1 parent 4a6ff7a commit ceaeacc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
CFL_NUMBER= 1.0
%
% Adaptive CFL number (NO, YES)
CFL_ADAPT= YES
CFL_ADAPT= NO
%
% Parameters of the adaptive CFL number (factor down, factor up, CFL min value,
% CFL max value )
Expand Down
6 changes: 0 additions & 6 deletions Turbulent_2D_Constrained_RAE2822/turb_SA_RAE2822.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ ENTROPY_FIX_COEFF= 0.001
%
% Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT, EULER_EXPLICIT)
TIME_DISCRE_FLOW= EULER_IMPLICIT
%
% Relaxation coefficient
RELAXATION_FACTOR_FLOW= 0.95
% -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------%
%
Expand All @@ -191,9 +188,6 @@ TIME_DISCRE_TURB= EULER_IMPLICIT
%
% Reduction factor of the CFL coefficient in the turbulence problem
CFL_REDUCTION_TURB= 1.0
%
% Relaxation coefficient
RELAXATION_FACTOR_TURB= 0.95
% ---------------- ADJOINT-FLOW NUMERICAL METHOD DEFINITION -------------------%
%
Expand Down

0 comments on commit ceaeacc

Please sign in to comment.