Go to the documentation of this file.
38 #ifndef constIsoSolidTransport_H
39 #define constIsoSolidTransport_H
50 template<
class Thermo>
57 template<
class Thermo>
69 template<
class Thermo>
112 return "constIso<" + Thermo::typeName() +
'>';
119 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
125 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
128 inline scalar
alphah(
const scalar
p,
const scalar
T)
const;
156 friend Ostream& operator<< <Thermo>
static word typeName()
Return the instantiated type name.
A class for handling words, derived from string.
void operator+=(const constIsoSolidTransport &)
static const bool isotropic
Is the thermal conductivity isotropic.
vector Kappa(const scalar p, const scalar T) const
Un-isotropic thermal conductivity [W/mK].
constIsoSolidTransport(const Thermo &t, const scalar kappa)
Construct from components.
scalar kappa_
Constant isotropic thermal conductivity.
void write(Ostream &os) const
Write to Ostream.
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/mK].
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].
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...
static autoPtr< constIsoSolidTransport > New(const dictionary &dict)
void operator-=(const constIsoSolidTransport &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
scalar alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...