37 #ifndef exponentialSolidTransport_H 38 #define exponentialSolidTransport_H 47 template<
class Thermo>
54 template<
class Thermo>
66 template<
class Thermo>
121 return "exponential<" + Thermo::typeName() +
'>';
128 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
134 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
137 inline scalar
alphah(
const scalar
p,
const scalar
T)
const;
140 void write(Ostream& os)
const;
159 friend Ostream& operator<< <Thermo>
void operator=(const exponentialSolidTransport &)
Exponential properties for solid heat transport Templated into a given thermodynamics package...
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/mK].
scalar alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].
void write(Ostream &os) const
Write to Ostream.
static autoPtr< exponentialSolidTransport > New(const dictionary &dict)
static const bool isotropic
Is the thermal conductivity isotropic.
A class for handling words, derived from string.
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)
static word typeName()
Return the instantiated type name.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].
void operator+=(const exponentialSolidTransport &)
vector Kappa(const scalar p, const scalar T) const
Thermal conductivity [W/mK].