59 #ifndef tabulatedSolidTransport_H
60 #define tabulatedSolidTransport_H
69 template<
class Thermo>
class tabulatedSolidTransport;
71 template<
class Thermo>
72 inline tabulatedSolidTransport<Thermo>
operator*
75 const tabulatedSolidTransport<Thermo>&
78 template<
class Thermo>
90 template<
class Thermo>
134 return "tabulatedSolid<" + Thermo::typeName() +
'>';
141 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Transport properties package using non-uniformly-spaced tabulated data for thermal conductivity vs te...
vector Kappa(const scalar p, const scalar T) const
Anisotropic thermal conductivity [W/m/K].
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/m/K].
static word typeName()
Return the instantiated type name.
static const bool isotropic
Is the thermal conductivity isotropic.
void write(Ostream &os) const
Write to Ostream.
autoPtr< tabulatedSolidTransport > clone() const
Construct and return a clone.
tabulatedSolidTransport(const Thermo &t, const nonUniformTable &kappa)
Construct from components.
A class for handling words, derived from string.
word name(const bool)
Return a word representation of a bool.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)