28 template<
class Thermo>
32 const nonUniformTable&
kappa 40 template<
class Thermo>
52 template<
class Thermo>
63 template<
class Thermo>
79 template<
class Thermo>
82 const scalar p,
const scalar T
85 return kappa_.
value(T);
89 template<
class Thermo>
92 const scalar p,
const scalar T
96 return vector(kappa, kappa, kappa);
100 template<
class Thermo>
102 mu(
const scalar p,
const scalar T)
const
A list of keyword definitions, which are a keyword followed by any number of values (e...
Vector< scalar > vector
A scalar version of the templated Vector.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
vector Kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
autoPtr< tabulatedSolidTransport > clone() const
Construct and return a clone.
A class for handling words, derived from string.
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].
Transport properties package using non-uniformly-spaced tabulated data for thermal conductivity vs te...
static autoPtr< tabulatedSolidTransport > New(const dictionary &dict)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.