30 template<
class Thermo>
44 template<
class Thermo>
57 template<
class Thermo>
70 template<
class Thermo>
77 return mu_.value(
p,
T);
81 template<
class Thermo>
88 return kappa_.value(
p,
T);
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Transport properties package using uniformly-spaced tabulated data for viscosity and thermal conducti...
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].
autoPtr< tabulatedTransport > clone() const
Construct and return a clone.
tabulatedTransport(const Thermo &t, const table2D &muPoly, const table2D &kappaPoly)
Construct from components.
A class for handling words, derived from string.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
const dimensionedScalar mu
Atomic mass unit.
word name(const bool)
Return a word representation of a bool.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)