59 #ifndef tabulatedSolidTransport_H 60 #define tabulatedSolidTransport_H 69 template<
class Thermo>
class tabulatedSolidTransport;
71 template<
class Thermo>
72 inline tabulatedSolidTransport<Thermo>
operator*
78 template<
class Thermo>
90 template<
class Thermo>
101 nonUniformTable kappa_;
110 const nonUniformTable&
kappa 143 return "tabulatedSolid<" + Thermo::typeName() +
'>';
150 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
156 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
159 void write(Ostream& os)
const;
164 friend Ostream& operator<< <Thermo>
static const bool isotropic
Is the thermal conductivity isotropic.
A list of keyword definitions, which are a keyword followed by any number of values (e...
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].
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
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...
static word typeName()
Return the instantiated type name.
void write(Ostream &os) const
Write to Ostream.