Go to the documentation of this file.
41 #ifndef constIsoSolidTransport_H
42 #define constIsoSolidTransport_H
54 template<
class Thermo>
61 template<
class Thermo>
73 template<
class Thermo>
119 return "constIso<" + Thermo::typeName() +
'>';
126 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
132 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
135 inline scalar
alphah(
const scalar
p,
const scalar
T)
const;
158 friend Ostream& operator<< <Thermo>
A class for handling words, derived from Foam::string.
void operator+=(const constIsoSolidTransport &)
static const bool isotropic
vector Kappa(const scalar p, const scalar T) const
void write(Ostream &os) const
scalar kappa(const scalar p, const scalar T) const
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar mu(const scalar p, const scalar T) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< constIsoSolidTransport > New(const dictionary &dict)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
scalar alphah(const scalar p, const scalar T) const
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...