52 #ifndef constTransport_H
53 #define constTransport_H
62 template<
class Thermo>
class constTransport;
64 template<
class Thermo>
65 inline constTransport<Thermo>
operator+
67 const constTransport<Thermo>&,
68 const constTransport<Thermo>&
71 template<
class Thermo>
72 inline constTransport<Thermo>
operator*
78 template<
class Thermo>
90 template<
class Thermo>
143 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
146 inline scalar
kappa(
const scalar
p,
const scalar
T)
const;
175 friend Ostream& operator<< <Thermo>
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Transport package with constant properties.
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
void operator+=(const constTransport &)
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
static word typeName()
Return the instantiated type name.
autoPtr< constTransport > clone() const
Construct and return a clone.
void write(Ostream &os) const
Write to Ostream.
constTransport(const Thermo &t, const scalar mu, const bool constPr, const scalar rPr, const scalar kappa)
Construct from components.
void operator*=(const scalar)
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for handling words, derived from string.
String typeName(const std::type_info &info)
Return the un-mangled name given the standard type info.
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
void T(GeometricField< Type, GeoMesh, PrimitiveField1 > &gf, const GeometricField< Type, GeoMesh, PrimitiveField2 > &gf1)