30 template<
class ThermoType>
37 fuel_(
"fuel",
dict.subDict(
"fuel")),
38 oxidant_(
"oxidant",
dict.subDict(
"oxidant")),
39 mixture_(
"mixture", fuel_)
45 template<
class ThermoType>
57 const scalar ox = 1 - fu;
60 mixture_ += ox*oxidant_;
67 template<
class ThermoType>
71 const scalarFieldListSlice&
Y
78 template<
class ThermoType>
82 const scalarFieldListSlice&
Y
89 template<
class ThermoType>
93 const scalarFieldListSlice&,
101 template<
class ThermoType>
106 oxidant_ = ThermoType(
"oxidant",
dict.
subDict(
"oxidant"));
Templated unburnt gas combustion mixture for inhomogeneous lean, stoichiometric or rich conditions.
const thermoMixtureType & thermoMixture(const scalarFieldListSlice &) const
Return the mixture for thermodynamic properties.
ThermoType transportMixtureType
Mixing type for transport properties.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
void read(const dictionary &)
Read dictionary.
const transportMixtureType & transportMixture(const scalarFieldListSlice &) const
Return the mixture for transport properties.
UInhomogeneousMixture(const dictionary &)
Construct from a dictionary.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
Unburnt gas combustion mixture for inhomogeneous lean, stoichiometric or rich conditions.
void read(const dictionary &)
Read dictionary.
PtrList< volScalarField > & Y