30 template<
class ThermoType>
36 reactants_(
"reactants",
dict.subDict(
"reactants")),
37 products_(
"products",
dict.subDict(
"products")),
38 mixture_(
"mixture", reactants_)
44 template<
class ThermoType>
60 mixture_ =
b*reactants_;
61 mixture_ += (1 -
b)*products_;
68 template<
class ThermoType>
72 const scalarFieldListSlice&
Y
79 template<
class ThermoType>
83 const scalarFieldListSlice&
Y
90 template<
class ThermoType>
94 const scalarFieldListSlice&,
102 template<
class ThermoType>
106 const scalarFieldListSlice&
Y
113 template<
class ThermoType>
117 const scalarFieldListSlice&
Y
124 template<
class ThermoType>
127 reactants_ = ThermoType(
"reactants",
dict.
subDict(
"reactants"));
128 products_ = ThermoType(
"products",
dict.
subDict(
"products"));
static const Foam::dimensionedScalar B("B", Foam::dimless, 18.678)
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
const transportMixtureType & transportMixture(const scalarFieldListSlice &) const
Return the mixture for transport properties.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const thermoType & reactants(const scalarFieldListSlice &) const
Return the reactant mixture.
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.
homogeneousMixture(const dictionary &)
Construct from a dictionary.
void read(const dictionary &)
Read dictionary.
const thermoType & mixture(const scalar) const
Return the mixture for the given composition.
const thermoType & products(const scalarFieldListSlice &) const
Return the product mixture.
PtrList< volScalarField > & Y