Skip to content

Commit 8d6c68a

Browse files
authored
Apply suggestions from code review
1 parent 9c8e7ad commit 8d6c68a

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

TestCases/euler/ramp/inv_ramp.cfg

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
% %
33
% SU2 configuration file %
4-
% Case description: Supersonic flow over a ramp in a channel (regression) %
5-
% Author: Thomas D. Economon, Amit Sachdeva %
4+
% Case description: Supersonic flow over a ramp in a channel (regression) %
5+
% Author: Thomas D. Economon, Amit Sachdeva %
66
% Institution: Stanford University %
77
% Date: 2023.04.08 %
88
% File Version 7.5.1 "Blackbird" %
@@ -13,7 +13,7 @@
1313
%
1414
SOLVER= EULER
1515
MATH_PROBLEM= DIRECT
16-
RESTART_SOL= NO
16+
RESTART_SOL= YES
1717

1818
% ----------- COMPRESSIBLE AND INCOMPRESSIBLE FREE-STREAM DEFINITION ----------%
1919
%
@@ -45,24 +45,14 @@ NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
4545
CFL_NUMBER= 1.0
4646
CFL_ADAPT= YES
4747
CFL_ADAPT_PARAM= ( 0.9, 1.1, 1.0, 100.0, 0.8)
48-
RK_ALPHA_COEFF= ( 0.66667, 0.66667, 1.000000 )
4948
ITER= 500
5049
LINEAR_SOLVER= FGMRES
5150
LINEAR_SOLVER_ERROR= 1E-6
5251
LINEAR_SOLVER_ITER= 3
5352
NEWTON_KRYLOV= YES
5453
NEWTON_KRYLOV_IPARAM= (0, 1, 1) % n0, np, ft
5554
NEWTON_KRYLOV_DPARAM= (0.0, 1e-20, -2.0, 1e-5) % r0, tp, rf, e
56-
57-
% -------------------------- MULTIGRID PARAMETERS -----------------------------%
58-
%
5955
MGLEVEL= 0
60-
MGCYCLE= V_CYCLE
61-
MG_PRE_SMOOTH= ( 1, 2, 3, 3 )
62-
MG_POST_SMOOTH= ( 0, 0, 0, 0 )
63-
MG_CORRECTION_SMOOTH= ( 0, 0, 0, 0 )
64-
MG_DAMP_RESTRICTION= 0.8
65-
MG_DAMP_PROLONGATION= 0.8
6656

6757
% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
6858
%

0 commit comments

Comments
 (0)