Mixing type for transport properties. More...
Public Member Functions | |
| transportMixtureType (const PtrList< ThermoType > &specieThermos) | |
| Construct from list of specie thermo. More... | |
| 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 |
Mixing type for transport properties.
Definition at line 158 of file valueMulticomponentMixture.H.
|
inline |
Construct from list of specie thermo.
Definition at line 185 of file valueMulticomponentMixture.H.
| Foam::scalar mu | ( | const scalar | p, |
| const scalar | T | ||
| ) | const |
Dynamic viscosity [kg/m/s].
Definition at line 222 of file valueMulticomponentMixture.C.
References Foam::constant::physicoChemical::mu, p, and Foam::T().

| Foam::scalar kappa | ( | const scalar | p, |
| const scalar | T | ||
| ) | const |
Thermal conductivity [W/m/K].
Definition at line 234 of file valueMulticomponentMixture.C.
References Foam::constant::electromagnetic::kappa, p, and Foam::T().

| Foam::scalar moleWeighted | ( | Method | psiMethod, |
| const Args &... | args | ||
| ) | const |
Definition at line 86 of file valueMulticomponentMixture.C.
|
friend |
Definition at line 179 of file valueMulticomponentMixture.H.