44 #ifndef coefficientWilkeMultiComponentMixture_H 45 #define coefficientWilkeMultiComponentMixture_H 59 template<
class ThermoType>
91 mutable bool muCached_;
94 void WilkeWeights(
const scalar
p,
const scalar
T)
const;
112 scalar
mu(
const scalar p,
const scalar T)
const;
115 scalar
kappa(
const scalar p,
const scalar T)
const;
133 mutable thermoMixtureType mixture_;
136 mutable transportMixtureType transportMixture_;
169 "coefficientWilkeMultiComponentMixture<" 170 + ThermoType::typeName() +
'>';
195 const thermoMixtureType& thermoMixture
202 const thermoMixtureType& thermoMixture
const thermoMixtureType & cellThermoMixture(const label celli) const
Thermophysical properties mixing class which applies mass-fraction weighted mixing to the thermodynam...
A list of keyword definitions, which are a keyword followed by any number of values (e...
const thermoMixtureType & patchFaceThermoMixture(const label patchi, const label facei) const
transportMixture(const PtrList< ThermoType > &specieThermos)
const transportMixtureType & cellTransportMixture(const label celli) const
const PtrList< ThermoType > & specieThermos() const
Return the raw specie thermodynamic data.
A class for handling words, derived from string.
Foam::multiComponentMixture.
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
friend class coefficientWilkeMultiComponentMixture
const transportMixtureType & patchFaceTransportMixture(const label patchi, const label facei) const
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual ~coefficientWilkeMultiComponentMixture()
Destructor.
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
Mesh data needed to do the Finite Volume discretisation.
transportMixture transportMixtureType
Mixing type for transport properties.
ThermoType::thermoType thermoMixtureType
Mixing type for thermodynamic properties.
static word typeName()
Return the instantiated type name.