Public Member Functions | |
transportMixture (const PtrList< ThermoType > &specieThermos) | |
scalar | mu (const scalar p, const scalar T) const |
Dynamic viscosity [kg/m/s]. More... | |
scalar | kappa (const scalar p, const scalar T) const |
Thermal conductivity [W/m/K]. More... | |
template<class Method , class ... Args> | |
Foam::scalar | moleWeighted (Method psiMethod, const Args &... args) const |
Friends | |
class | valueMultiComponentMixture |
Definition at line 147 of file valueMultiComponentMixture.H.
|
inline |
Definition at line 164 of file valueMultiComponentMixture.H.
References basicSpecieMixture::kappa(), basicSpecieMixture::mu(), and p.
Foam::scalar mu | ( | const scalar | p, |
const scalar | T | ||
) | const |
Dynamic viscosity [kg/m/s].
Definition at line 222 of file valueMultiComponentMixture.C.
References valueMultiComponentMixture< ThermoType >::transportMixture::kappa(), and Foam::constant::physicoChemical::mu.
Referenced by valueMultiComponentMixture< ThermoType >::thermoMixture::THE().
Foam::scalar kappa | ( | const scalar | p, |
const scalar | T | ||
) | const |
Thermal conductivity [W/m/K].
Definition at line 234 of file valueMultiComponentMixture.C.
References valueMultiComponentMixture< ThermoType >::cellThermoMixture(), and Foam::constant::electromagnetic::kappa.
Referenced by valueMultiComponentMixture< ThermoType >::transportMixture::mu().
Foam::scalar moleWeighted | ( | Method | psiMethod, |
const Args &... | args | ||
) | const |
Definition at line 107 of file valueMultiComponentMixture.C.
References forAll, valueMultiComponentMixture< ThermoType >::thermoMixture::psi(), and valueMultiComponentMixture< ThermoType >::thermoMixture::W().
|
friend |
Definition at line 161 of file valueMultiComponentMixture.H.