Skip to content

Commit 2537eb4

Browse files
authored
Merge pull request #15054 from rmcdermo/master
FDS Source: change default USE_MIXED_ZN_AFT_TMP to F
2 parents 0619e16 + fc8dd26 commit 2537eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/cons.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ MODULE CHEMCONS
915915
! Adiabatic flame temperature calculation
916916
CHARACTER(LABEL_LENGTH) :: FUEL_ID_FOR_AFT='null'
917917
INTEGER :: I_FUEL,I_CO2,I_H2O,I_O2,I_N2 ! Store the index of the species in the ZZ array.
918-
LOGICAL :: USE_MIXED_ZN_AFT_TMP = .TRUE.
918+
LOGICAL :: USE_MIXED_ZN_AFT_TMP = .FALSE.
919919

920920
! Mixing
921921
REAL(EB) :: ZETA_ARTIFICAL_MIN_LIMIT=0.99_EB
@@ -924,6 +924,6 @@ MODULE CHEMCONS
924924

925925
! IGNITION ZONES (mainly for premixed flame)
926926
INTEGER :: N_IGNITION_ZONES = 0
927-
TYPE(IGNITION_ZONE_TYPE), DIMENSION(MAX_IGNITION_ZONES) :: IGNITION_ZONES !< Coordinates of ignition zones used for detailed chemistry
927+
TYPE(IGNITION_ZONE_TYPE), DIMENSION(MAX_IGNITION_ZONES) :: IGNITION_ZONES !< Coordinates of ignition zones
928928

929929
END MODULE CHEMCONS

0 commit comments

Comments
 (0)