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 53 of file coefficientWilkeMultiComponentMixture.C.
References forAll, coefficientWilkeMultiComponentMixture< ThermoType >::transportMixture::mu(), p, Foam::sqr(), Foam::sqrt(), and T.
Referenced by coefficientWilkeMultiComponentMixture< ThermoType >::coefficientWilkeMultiComponentMixture().


| Foam::scalar mu | ( | const scalar | p, |
| const scalar | T | ||
| ) | const |
Dynamic viscosity [kg/m/s].
Definition at line 128 of file coefficientWilkeMultiComponentMixture.C.
References forAll, and coefficientWilkeMultiComponentMixture< ThermoType >::transportMixture::kappa().
Referenced by coefficientWilkeMultiComponentMixture< ThermoType >::transportMixture::transportMixture().


| Foam::scalar kappa | ( | const scalar | p, |
| const scalar | T | ||
| ) | const |
Thermal conductivity [W/m/K].
Definition at line 149 of file coefficientWilkeMultiComponentMixture.C.
References coefficientWilkeMultiComponentMixture< ThermoType >::cellThermoMixture(), and forAll.
Referenced by coefficientWilkeMultiComponentMixture< ThermoType >::transportMixture::mu().


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