50 template<
class ThermoType>
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A zero-sized class without any storage. Used, for example, in HashSet.
Pure mixture model. This does no mixing, it just returns the single underlying thermo model.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const transportMixtureType & transportMixture(const nil &) const
Return the mixture for transport properties.
const thermoMixtureType & thermoMixture(const nil &) const
Return the mixture for thermodynamic properties.
static word typeName()
Return the instantiated type name.
ThermoType transportMixtureType
Mixing type for transport properties.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
void operator=(const pureMixture< ThermoType > &)=delete
Disallow default bitwise assignment.
void read(const dictionary &)
Read dictionary.
pureMixture(const dictionary &)
Construct from a dictionary.
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.