38 #ifndef constIsoSolidTransport_H 39 #define constIsoSolidTransport_H 50 template<
class Thermo>
57 template<
class Thermo>
69 template<
class Thermo>
115 return "constIsoSolid<" + Thermo::typeName() +
'>';
122 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
128 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
131 void write(Ostream& os)
const;
150 friend Ostream& operator<< <Thermo>
static const bool isotropic
Is the thermal conductivity isotropic.
void write(Ostream &os) const
Write to Ostream.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static word typeName()
Return the instantiated type name.
vector Kappa(const scalar p, const scalar T) const
Un-isotropic thermal conductivity [W/m/K].
static autoPtr< constIsoSolidTransport > New(const dictionary &dict)
A class for handling words, derived from string.
autoPtr< constIsoSolidTransport > clone() const
Construct and return a clone.
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)
void operator+=(const constIsoSolidTransport &)
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...
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].