Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Source/cons.f90
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ MODULE CHEMCONS
! Adiabatic flame temperature calculation
CHARACTER(LABEL_LENGTH) :: FUEL_ID_FOR_AFT='null'
INTEGER :: I_FUEL,I_CO2,I_H2O,I_O2,I_N2 ! Store the index of the species in the ZZ array.
LOGICAL :: USE_MIXED_ZN_AFT_TMP = .TRUE.
LOGICAL :: USE_MIXED_ZN_AFT_TMP = .FALSE.

! Mixing
REAL(EB) :: ZETA_ARTIFICAL_MIN_LIMIT=0.99_EB
Expand All @@ -924,6 +924,6 @@ MODULE CHEMCONS

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

END MODULE CHEMCONS
Loading