38 #ifndef inhomogeneousMixture_H
39 #define inhomogeneousMixture_H
53 template<
class ThermoType>
75 enum species { FT, FU, B };
120 return "inhomogeneousMixture<" + ThermoType::typeName() +
'>';
126 return {
"ft",
"fu",
"b"};
130 scalar
fres(
const scalarFieldListSlice&
Y)
const;
138 const scalarFieldListSlice&
Y
144 const scalarFieldListSlice&
Y
150 const scalarFieldListSlice&
Y,
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, stoichiometric or rich conditions.
static wordList specieNames()
Return the specie names.
const thermoMixtureType & thermoMixture(const scalarFieldListSlice &Y) const
Return the mixture for thermodynamic properties.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const thermoType & products(const scalarFieldListSlice &) const
Return the product mixture.
static word typeName()
Return the instantiated type name.
const transportMixtureType & transportMixture(const scalarFieldListSlice &Y) const
Return the mixture for transport properties.
ThermoType transportMixtureType
Mixing type for transport properties.
scalar fres(const scalarFieldListSlice &Y) const
Return the residual fraction of fuel in the burnt mixture.
inhomogeneousMixture(const dictionary &)
Construct from a dictionary.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
const thermoType & reactants(const scalarFieldListSlice &) const
Return the reactant mixture.
void read(const dictionary &)
Read dictionary.
void reset(PtrList< volScalarField > &Y) const
Reset the mixture to an unburnt state not implemented.
void operator=(const inhomogeneousMixture< ThermoType > &)=delete
Disallow default bitwise assignment.
const thermoType & mixture(const scalar ft, const scalar fu) const
Return the mixture for the given composition.
virtual ~inhomogeneousMixture()
Destructor.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
PtrList< volScalarField > & Y