Skip to content

Commit 184305a

Browse files
committed
FDS Source: Make MW flux correction default for all
1 parent b9c7910 commit 184305a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/cons.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ MODULE GLOBAL_CONSTANTS
278278
LOGICAL :: STORE_FIRE_RESIDENCE=.FALSE. !< Flag for tracking residence time of spreading fire front over a surface
279279
LOGICAL :: STORE_LS_SPREAD_RATE=.FALSE. !< Flag for outputting local level set spread rate magnitude
280280
LOGICAL :: 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

283283
INTEGER, ALLOCATABLE, DIMENSION(:) :: CHANGE_TIME_STEP_INDEX !< Flag to indicate if a mesh needs to change time step
284284
INTEGER, ALLOCATABLE, DIMENSION(:) :: SETUP_PRESSURE_ZONES_INDEX !< Flag to indicate if a mesh needs to keep searching for ZONEs

Source/read.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3505,7 +3505,7 @@ SUBROUTINE READ_SPEC
35053505
ENDDO
35063506
ENDIF
35073507

3508-
3508+
! IF (N_TRACKED_SPECIES < 3) FLUX_LIMITER_MW_CORRECTION = .FALSE.
35093509

35103510

35113511
CONTAINS

0 commit comments

Comments
 (0)