73 #ifndef WLFTransport_H 74 #define WLFTransport_H 83 template<
class Thermo>
class WLFTransport;
85 template<
class Thermo>
86 inline WLFTransport<Thermo>
operator+
88 const WLFTransport<Thermo>&,
89 const WLFTransport<Thermo>&
92 template<
class Thermo>
93 inline WLFTransport<Thermo>
operator*
96 const WLFTransport<Thermo>&
99 template<
class Thermo>
103 const WLFTransport<Thermo>&
111 template<
class Thermo>
176 return "WLF<" + Thermo::typeName() +
'>';
180 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
183 inline scalar
kappa(
const scalar p,
const scalar T)
const;
186 void write(Ostream& os)
const;
203 friend WLFTransport
operator* <Thermo>
212 friend Ostream& operator<< <Thermo>
const dimensionedScalar mu0
Magnetic constant/permeability of free space: default SI units: [H/m].
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator*=(const scalar)
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
static word typeName()
Return the instantiated type name.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
autoPtr< WLFTransport > clone() const
Construct and return a clone.
static autoPtr< WLFTransport > New(const dictionary &dict)
Transport package using the Williams-Landel-Ferry model for viscosity of polymer melts: ...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/m/K].
void operator+=(const WLFTransport &)
void write(Ostream &os) const
Write to Ostream.