50 template<
class ThermoType>
91 return "pureMixture<" + ThermoType::typeName() +
'>';
A list of keyword definitions, which are a keyword followed by any number of values (e....
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.
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.
const transportMixtureType & transportMixture(const nil) const
Return the mixture for transport properties.
pureMixture(const dictionary &)
Construct from a dictionary.
const thermoMixtureType & thermoMixture(const nil) const
Return the mixture for thermodynamic properties.
A class for handling words, derived from string.