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... | |
Friends | |
| class | coefficientWilkeMulticomponentMixture |
Definition at line 66 of file coefficientWilkeMulticomponentMixture.H.
| transportMixture | ( | const PtrList< ThermoType > & | specieThermos | ) |
Definition at line 51 of file coefficientWilkeMulticomponentMixture.C.
References forAll, multicomponentMixture< ThermoType >::specieThermos(), and Foam::sqrt().

| Foam::scalar mu | ( | const scalar | p, |
| const scalar | T | ||
| ) | const |
Dynamic viscosity [kg/m/s].
Definition at line 126 of file coefficientWilkeMulticomponentMixture.C.
References forAll, basicSpecieMixture::mu(), p, and Foam::T().

| Foam::scalar kappa | ( | const scalar | p, |
| const scalar | T | ||
| ) | const |
Thermal conductivity [W/m/K].
Definition at line 147 of file coefficientWilkeMulticomponentMixture.C.
References forAll, basicSpecieMixture::kappa(), p, and Foam::T().

|
friend |
Definition at line 98 of file coefficientWilkeMulticomponentMixture.H.