We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f19d9 commit 59368b0Copy full SHA for 59368b0
2 files changed
TestCases/incomp_navierstokes/cylinder/incomp_cylinder.cfg
@@ -74,7 +74,7 @@ MARKER_MONITORING= ( cylinder )
74
NUM_METHOD_GRAD= GREEN_GAUSS
75
%
76
% Courant-Friedrichs-Lewy condition of the finest grid
77
-CFL_NUMBER= 10000.0
+CFL_NUMBER= 10.0
78
79
% Adaptive CFL number (NO, YES)
80
CFL_ADAPT= NO
TestCases/incomp_navierstokes/cylinder/poly_cylinder.cfg
@@ -134,7 +134,7 @@ MARKER_MONITORING= ( cylinder )
134
135
136
137
-CFL_NUMBER= 1e5
+CFL_NUMBER= 1000.0
138
139
140
0 commit comments