Skip to content

Commit

Permalink
Merge pull request #13891 from rmcdermo/master
Browse files Browse the repository at this point in the history
FDS Source: make FLUX_LIMITER_MW_CORRECTION=T default for LES
  • Loading branch information
rmcdermo authored Dec 13, 2024
2 parents b459070 + feb7fdc commit 8cfb664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/read.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,7 @@ SUBROUTINE READ_MISC
VN_MAX = 0.8
VN_MIN = 0.6
I_FLUX_LIMITER = CHARM_LIMITER
FLUX_LIMITER_MW_CORRECTION = .TRUE.
TURBULENCE_MODEL = 'DEARDORFF'
ELSEIF (SIMULATION_MODE=='VLES') THEN
SIM_MODE = VLES_MODE
Expand Down

0 comments on commit 8cfb664

Please sign in to comment.