39 #ifndef bInhomogeneousMixture_H
40 #define bInhomogeneousMixture_H
Burnt gas combustion mixture for inhomogeneous lean, stoichiometric or rich conditions.
void operator=(const bInhomogeneousMixture &)=delete
Disallow default bitwise assignment.
scalar stoicRatio_
Stoichiometric air/fuel ratio.
bInhomogeneousMixture(const dictionary &)
Construct from a dictionary.
virtual ~bInhomogeneousMixture()
Destructor.
ClassName("bInhomogeneous")
Runtime type information.
virtual const word & mixtureType() const
Return the mixture type name.
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.
Burnt gas mixture base class.
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.
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.