Go to the documentation of this file.
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;
163 friend Ostream& operator<< <Thermo>
A class for handling words, derived from string.
Exponential properties for solid heat transport Templated into a given thermodynamics package.
vector Kappa(const scalar p, const scalar T) const
Thermal conductivity [W/mK].
static autoPtr< exponentialSolidTransport > New(const dictionary &dict)
exponentialSolidTransport(const Thermo &t, const scalar kappa0, const scalar n0, const scalar Tref)
Construct from components.
void operator+=(const exponentialSolidTransport &)
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/mK].
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].
scalar alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].
static const bool isotropic
Is the thermal conductivity isotropic.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
void write(Ostream &os) const
Write to Ostream.
void operator-=(const exponentialSolidTransport &)
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
scalar n0_
Exponent coefficient.
scalar Tref_
Reference temperature.
scalar kappa0_
Constant thermal coefficient.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static word typeName()
Return the instantiated type name.