Go to the documentation of this file.
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;
154 friend Ostream& operator<< <Thermo>
A class for handling words, derived from string.
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...
void write(Ostream &os) const
Write to Ostream.
vector kappa_
Constant anisotropic thermal conductivity.
vector alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by any number of values (e....
static autoPtr< constAnIsoSolidTransport > New(const dictionary &dict)
static const bool isotropic
Is the thermal conductivity isotropic.
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].
static word typeName()
Return the instantiated type name.
void operator+=(const constAnIsoSolidTransport &)
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].
void operator-=(const constAnIsoSolidTransport &)
constAnIsoSolidTransport(const Thermo &t, const vector kappa)
Construct from components.
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/mK].
An Ostream is an abstract base class for all output systems (streams, files, token lists,...