Skip to content

Commit 59368b0

Browse files
committed
Reverting configs.
1 parent 19f19d9 commit 59368b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/incomp_navierstokes/cylinder/incomp_cylinder.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ MARKER_MONITORING= ( cylinder )
7474
NUM_METHOD_GRAD= GREEN_GAUSS
7575
%
7676
% Courant-Friedrichs-Lewy condition of the finest grid
77-
CFL_NUMBER= 10000.0
77+
CFL_NUMBER= 10.0
7878
%
7979
% Adaptive CFL number (NO, YES)
8080
CFL_ADAPT= NO

TestCases/incomp_navierstokes/cylinder/poly_cylinder.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ MARKER_MONITORING= ( cylinder )
134134
NUM_METHOD_GRAD= GREEN_GAUSS
135135
%
136136
% Courant-Friedrichs-Lewy condition of the finest grid
137-
CFL_NUMBER= 1e5
137+
CFL_NUMBER= 1000.0
138138
%
139139
% Adaptive CFL number (NO, YES)
140140
CFL_ADAPT= NO

0 commit comments

Comments
 (0)