52 #ifndef WLFTransport_H 53 #define WLFTransport_H 64 template<
class Thermo>
68 const WLFTransport<Thermo>&
71 template<
class Thermo>
72 inline WLFTransport<Thermo>
operator*
75 const WLFTransport<Thermo>&
78 template<
class Thermo>
82 const WLFTransport<Thermo>&
90 template<
class Thermo>
155 return "WLF<" + Thermo::typeName() +
'>';
159 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
162 inline scalar
kappa(
const scalar p,
const scalar T)
const;
165 void write(Ostream& os)
const;
182 friend WLFTransport
operator* <Thermo>
191 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.
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.