38 #ifndef leanInhomogeneousMixture_H
39 #define leanInhomogeneousMixture_H
53 template<
class ThermoType>
75 enum species { FT, B };
120 return "leanInhomogeneousMixture<" + ThermoType::typeName() +
'>';
130 scalar
fres(
const scalar ft)
const;
133 scalar
fres(
const scalarFieldListSlice&
Y)
const;
141 const scalarFieldListSlice&
147 const scalarFieldListSlice&
153 const scalarFieldListSlice&,
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Combustion mixture for inhomogeneous lean or stoichiometric conditions.
static wordList specieNames()
Return the specie names.
const thermoMixtureType & thermoMixture(const scalarFieldListSlice &) const
Return the mixture for thermodynamic properties.
const thermoType & mixture(const scalar ft, const scalar b) const
Return the mixture for the given composition.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
virtual ~leanInhomogeneousMixture()
Destructor.
leanInhomogeneousMixture(const dictionary &)
Construct from a dictionary.
static word typeName()
Return the instantiated type name.
ThermoType transportMixtureType
Mixing type for transport properties.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
const transportMixtureType & transportMixture(const scalarFieldListSlice &) const
Return the mixture for transport properties.
const thermoType & products(const scalarFieldListSlice &) const
Return the product mixture.
void read(const dictionary &)
Read dictionary.
scalar fres(const scalar ft) const
Return the residual fraction of fuel in the burnt mixture.
void reset(PtrList< volScalarField > &Y) const
Reset the mixture to an unburnt state no implemented.
const thermoType & reactants(const scalarFieldListSlice &) const
Return the reactant mixture.
void operator=(const leanInhomogeneousMixture< ThermoType > &)=delete
Disallow default bitwise assignment.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
PtrList< volScalarField > & Y