We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15afa94 + d238fe3 commit e511921Copy full SHA for e511921
Source/cons.f90
@@ -340,7 +340,7 @@ MODULE GLOBAL_CONSTANTS
340
REAL(EB) :: LIMITING_DT_RATIO=1.E-4_EB !< Ratio of current to initial time step when code is stopped
341
REAL(EB) :: NOISE_VELOCITY=0.005_EB !< Velocity of random noise vectors (m/s)
342
REAL(EB) :: TAU_DEFAULT=1._EB !< Default ramp-up time (s)
343
-REAL(EB) :: TAU_CHEM=1.E-10_EB !< Smallest reaction mixing time scale (s)
+REAL(EB) :: TAU_CHEM=1.E-4_EB !< Smallest reaction mixing time scale (s)
344
REAL(EB) :: TAU_FLAME=1.E10_EB !< Largest reaction mixing time scale (s)
345
REAL(EB) :: SMOKE_ALBEDO=0.3_EB !< Parmeter used by Smokeview
346
REAL(EB) :: Y_WERNER_WENGLE=11.81_EB !< Limit of y+ in Werner-Wengle model
0 commit comments