38 #ifndef constAnIsoSolidTransport_H 39 #define constAnIsoSolidTransport_H 49 template<
class Thermo>
56 template<
class Thermo>
68 template<
class Thermo>
114 return "constAnIso<" + Thermo::typeName() +
'>';
121 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
127 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
130 void write(Ostream& os)
const;
149 friend Ostream& operator<< <Thermo>
void write(Ostream &os) const
Write to Ostream.
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...
vector Kappa(const scalar p, const scalar T) const
Un-isotropic thermal conductivity [W/m/K].
static autoPtr< constAnIsoSolidTransport > New(const dictionary &dict)
void operator+=(const constAnIsoSolidTransport &)
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)
scalar kappa(const scalar p, const scalar T) const
Isotropic thermal conductivity [W/m/K].
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
autoPtr< constAnIsoSolidTransport > clone() const
Construct and return a clone.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...