30 template<
class Thermo>
44 template<
class Thermo>
57 template<
class Thermo>
68 template<
class Thermo>
81 template<
class Thermo>
88 return mu_.
value(p, T);
92 template<
class Thermo>
99 return kappa_.
value(p, T);
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
static autoPtr< tabulatedTransport > New(const dictionary &dict)
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
A class for handling words, derived from string.
Transport properties package using uniformly-spaced tabulated data for viscosity and thermal conducti...
const dimensionedScalar mu
Atomic mass unit.
autoPtr< tabulatedTransport > 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...