OpenFOAM-5.x/src/combustionModels/infinitelyFastChemistry
Henry Weller f5d5031561 zoneCombustion: New cellZone based combustion model
in which the reactions are enabled only in the specified list of
cellZones.  e.g. in constant/combustionProperties

combustionModel zoneCombustion<psiChemistryCombustion>;

active  true;

zoneCombustionCoeffs
{
    zones (catalyst);
}

and in constant/zoneCombustionProperties

combustionModel laminar<psiChemistryCombustion>;

active  true;

laminarCoeffs
{}
2016-11-25 11:20:07 +00:00
..
infinitelyFastChemistry.C zoneCombustion: New cellZone based combustion model 2016-11-25 11:20:07 +00:00
infinitelyFastChemistry.H zoneCombustion: New cellZone based combustion model 2016-11-25 11:20:07 +00:00
infinitelyFastChemistrys.C Add support for reading and updating the debug switches of templated 2015-02-04 22:08:27 +00:00