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