File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ MODULE GLOBAL_CONSTANTS
278278LOGICAL :: STORE_FIRE_RESIDENCE= .FALSE. ! < Flag for tracking residence time of spreading fire front over a surface
279279LOGICAL :: STORE_LS_SPREAD_RATE= .FALSE. ! < Flag for outputting local level set spread rate magnitude
280280LOGICAL :: TEST_NEW_CHAR_MODEL= .FALSE. ! < Flag to envoke new char model
281- LOGICAL :: FLUX_LIMITER_MW_CORRECTION= .FALSE . ! < Flag for MW correction ensure consistent equation of state at face
281+ LOGICAL :: FLUX_LIMITER_MW_CORRECTION= .TRUE . ! < Flag for MW correction ensure consistent equation of state at face
282282
283283INTEGER , ALLOCATABLE , DIMENSION (:) :: CHANGE_TIME_STEP_INDEX ! < Flag to indicate if a mesh needs to change time step
284284INTEGER , ALLOCATABLE , DIMENSION (:) :: SETUP_PRESSURE_ZONES_INDEX ! < Flag to indicate if a mesh needs to keep searching for ZONEs
Original file line number Diff line number Diff line change @@ -3505,7 +3505,7 @@ SUBROUTINE READ_SPEC
35053505 ENDDO
35063506ENDIF
35073507
3508-
3508+ ! IF (N_TRACKED_SPECIES < 3) FLUX_LIMITER_MW_CORRECTION = .FALSE.
35093509
35103510
35113511CONTAINS
You can’t perform that action at this time.
0 commit comments