37 #ifndef homogeneousMixture_H
38 #define homogeneousMixture_H
52 template<
class ThermoType>
110 return "homogeneousMixture<" + ThermoType::typeName() +
'>';
120 scalar
fres(
const scalarFieldListSlice&
Y)
const
131 const scalarFieldListSlice&
137 const scalarFieldListSlice&
143 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.
virtual ~homogeneousMixture()
Destructor.
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.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
PtrList< volScalarField > & Y