36 #ifndef coefficientMulticomponentMixture_H
37 #define coefficientMulticomponentMixture_H
51 template<
class ThermoType>
99 return "multicomponentMixture<" + ThermoType::typeName() +
'>';
105 const scalarFieldListSlice&
111 const scalarFieldListSlice&
117 const scalarFieldListSlice&,
Thermophysical properties mixing class which applies mass-fraction weighted mixing to the thermodynam...
const transportMixtureType & transportMixture(const scalarFieldListSlice &) const
Return the mixture for transport properties.
coefficientMulticomponentMixture(const dictionary &)
Construct from a dictionary.
static word typeName()
Return the instantiated type name.
ThermoType transportMixtureType
Mixing type for transport properties.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
const thermoMixtureType & thermoMixture(const scalarFieldListSlice &) const
Return the mixture for thermodynamic properties.
virtual ~coefficientMulticomponentMixture()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Foam::multicomponentMixture.
A class for handling words, derived from string.