38 #ifndef uInhomogeneousMixture_H
39 #define uInhomogeneousMixture_H
123 scalar
Phi(
const scalarFieldListSlice& Yu)
const;
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A wordList with hashed indices for faster lookup by name.
Unburnt gas combustion mixture for inhomogeneous lean, stoichiometric or rich conditions.
scalar stoicRatio_
Stoichiometric air/fuel ratio.
uInhomogeneousMixture(const dictionary &)
Construct from a dictionary.
ClassName("uInhomogeneous")
Runtime type information.
virtual const word & mixtureType() const
Return the mixture type name.
scalar Phi(const scalarFieldListSlice &Yu) const
Return the fuel-oxidant equivalence ratio.
void operator=(const uInhomogeneousMixture &)=delete
Disallow default bitwise assignment.
speciesTable species_
Table of specie names.
const boolList & speciesActive() const
Access the specie active flags.
void read(const dictionary &)
Read dictionary.
boolList active_
List of specie active flags.
scalar stoicRatio() const
Return the stoichiometric air/fuel ratio.
Unburnt gas mixture base class.
A class for handling words, derived from string.
String typeName(const std::type_info &info)
Return the un-mangled name given the standard type info.