Skip to content

Commit 06871f5

Browse files
authored
Merge pull request #14998 from rmcdermo/master
FDS Source: flip FLUX_LIMITER_SINGLE_COEF to True
2 parents 87c79de + ab547a6 commit 06871f5

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
@@ -274,7 +274,7 @@ MODULE GLOBAL_CONSTANTS
274274
LOGICAL :: TENSOR_DIFFUSIVITY=.FALSE. !< If true, use experimental tensor diffusivity model for spec and tmp
275275
LOGICAL :: OXPYRO_MODEL=.FALSE. !< Flag to use oxidative pyrolysis mass transfer model
276276
LOGICAL :: OUTPUT_WALL_QUANTITIES=.FALSE. !< Flag to force call to WALL_MODEL
277-
LOGICAL :: FLUX_LIMITER_SINGLE_COEF=.FALSE. !< Flag to base flux coefficients off of a single worst-case scalar gradient
277+
LOGICAL :: FLUX_LIMITER_SINGLE_COEF=.TRUE. !< Flag to base flux coefficients off of a single worst-case scalar gradient
278278
LOGICAL :: STORE_FIRE_ARRIVAL=.FALSE. !< Flag for tracking arrival of spreading fire front over a surface
279279
LOGICAL :: STORE_FIRE_RESIDENCE=.FALSE. !< Flag for tracking residence time of spreading fire front over a surface
280280
LOGICAL :: STORE_LS_SPREAD_RATE=.FALSE. !< Flag for outputting local level set spread rate magnitude

0 commit comments

Comments
 (0)