37 #ifndef homogeneousMixture_H
38 #define homogeneousMixture_H
52 template<
class ThermoType>
118 scalar
fres(
const scalarFieldListSlice&
Y)
const
124 scalar
Phi(
const scalarFieldListSlice&
Y)
const
135 const scalarFieldListSlice&
141 const scalarFieldListSlice&
147 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 homogeneous lean, stoichiometric or rich conditions.
static wordList specieNames()
Return the specie names.
const transportMixtureType & transportMixture(const scalarFieldListSlice &) const
Return the mixture for transport properties.
void operator=(const homogeneousMixture< ThermoType > &)=delete
Disallow default bitwise assignment.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const thermoType & reactants(const scalarFieldListSlice &) const
Return the reactant mixture.
static word typeName()
Return the instantiated type name.
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.
scalar fres(const scalarFieldListSlice &Y) const
Return the residual fraction of fuel in the burnt mixture.
void read(const dictionary &)
Read dictionary.
const thermoType & mixture(const scalar) const
Return the mixture for the given composition.
void reset(PtrList< volScalarField > &Y) const
Reset the mixture to an unburnt state not implemented.
const thermoType & products(const scalarFieldListSlice &) const
Return the product mixture.
scalar Phi(const scalarFieldListSlice &Y) const
Return the fuel-oxidant equivalence ratio.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
String typeName(const std::type_info &info)
Return the un-mangled name given the standard type info.
PtrList< volScalarField > & Y