Skip to content

Commit 3974e3e

Browse files
authored
Merge pull request #14760 from rmcdermo/master
FDS Source: reduce default TAU_CHEM to 1e-5 s
2 parents e511921 + 90e9869 commit 3974e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/cons.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ MODULE GLOBAL_CONSTANTS
340340
REAL(EB) :: LIMITING_DT_RATIO=1.E-4_EB !< Ratio of current to initial time step when code is stopped
341341
REAL(EB) :: NOISE_VELOCITY=0.005_EB !< Velocity of random noise vectors (m/s)
342342
REAL(EB) :: TAU_DEFAULT=1._EB !< Default ramp-up time (s)
343-
REAL(EB) :: TAU_CHEM=1.E-4_EB !< Smallest reaction mixing time scale (s)
343+
REAL(EB) :: TAU_CHEM=1.E-5_EB !< Smallest reaction mixing time scale (s)
344344
REAL(EB) :: TAU_FLAME=1.E10_EB !< Largest reaction mixing time scale (s)
345345
REAL(EB) :: SMOKE_ALBEDO=0.3_EB !< Parmeter used by Smokeview
346346
REAL(EB) :: Y_WERNER_WENGLE=11.81_EB !< Limit of y+ in Werner-Wengle model

0 commit comments

Comments
 (0)