30 template<
class Thermo>
34 const coeffList& muCoeffs,
35 const coeffList& kappaCoeffs
40 kappaCoeffs_(kappaCoeffs)
44 template<
class Thermo>
52 muCoeffs_(pt.muCoeffs_),
53 kappaCoeffs_(pt.kappaCoeffs_)
57 template<
class Thermo>
68 template<
class Thermo>
81 template<
class Thermo>
93 + muCoeffs_[3]/(muCoeffs_[4] + T)
98 template<
class Thermo>
109 + kappaCoeffs_[2]*
sqr(T)
110 + kappaCoeffs_[3]/(kappaCoeffs_[4] + T)
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedSymmTensor sqr(const dimensionedVector &dv)
static autoPtr< AndradeTransport > New(const dictionary &dict)
Transport package using the Andrade function for the natural logarithm of dynamic viscosity and therm...
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
dimensionedScalar exp(const dimensionedScalar &ds)
A class for handling words, derived from string.
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
autoPtr< AndradeTransport > clone() const
Construct and return a clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...