Skip to content

Commit 4d961cb

Browse files
committed
fixing test case?
Signed-off-by: jtneedels <jneedels@stanford.edu>
1 parent 1cdb7b7 commit 4d961cb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

TestCases/nonequilibrium/axi_visccone/axi_visccone.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
% %
33
% SU2 configuration file %
44
% Case description: Mach 5 viscous flow over a 10deg wedge %
@@ -82,7 +82,7 @@ MARKER_MONITORING= ( Wall )
8282
NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
8383
%
8484
% Courant-Friedrichs-Lewy condition of the finest grid
85-
CFL_NUMBER= 3.0
85+
CFL_NUMBER= 0.5
8686
%
8787
% Number of total iterations
8888
ITER= 11
@@ -115,8 +115,7 @@ SLOPE_LIMITER_FLOW= VENKATAKRISHNAN
115115
VENKAT_LIMITER_COEFF= 0.05
116116
%
117117
% Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT, EULER_EXPLICIT)
118-
TIME_DISCRE_FLOW= EULER_IMPLICIT
119-
118+
TIME_DISCRE_FLOW= EULER_EXPLICIT
120119
% --------------------------- CONVERGENCE PARAMETERS --------------------------%
121120
%
122121
% Min value of the residual (log10 of the residual)
@@ -158,4 +157,4 @@ OUTPUT_WRT_FREQ= 100
158157
% SURFACE_TECPLOT_BINARY, CSV, SURFACE_CSV, PARAVIEW, PARAVIEW_BINARY, SURFACE_PARAVIEW,
159158
% SURFACE_PARAVIEW_BINARY, MESH, RESTART_BINARY, RESTART_ASCII, CGNS, STL)
160159
% default : (RESTART, PARAVIEW, SURFACE_PARAVIEW)
161-
OUTPUT_FILES= (RESTART_ASCII, PARAVIEW_ASCII)
160+
OUTPUT_FILES= (RESTART_ASCII, PARAVIEW_ASCII)

0 commit comments

Comments
 (0)