38 #ifndef constAnIsoSolidTransport_H 39 #define constAnIsoSolidTransport_H 49 template<
class Thermo>
56 template<
class Thermo>
68 template<
class Thermo>
111 return "constAnIso<" + Thermo::typeName() +
'>';
118 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
124 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
131 void write(Ostream& os)
const;
151 friend Ostream& operator<< <Thermo>
static const bool isotropic
Is the thermal conductivity isotropic.
static word typeName()
Return the instantiated type name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const constAnIsoSolidTransport &)
static autoPtr< constAnIsoSolidTransport > New(const dictionary &dict)
void operator+=(const constAnIsoSolidTransport &)
void write(Ostream &os) const
Write to Ostream.
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].
A class for handling words, derived from string.
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/mK].
vector alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].
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)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
vector Kappa(const scalar p, const scalar T) const
Un-isotropic thermal conductivity [W/mK].
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...
void operator-=(const constAnIsoSolidTransport &)