44 #ifndef sutherlandTransport_H 45 #define sutherlandTransport_H 56 template<
class Thermo>
60 const sutherlandTransport<Thermo>&
63 template<
class Thermo>
64 inline sutherlandTransport<Thermo>
operator*
67 const sutherlandTransport<Thermo>&
70 template<
class Thermo>
74 const sutherlandTransport<Thermo>&
82 template<
class Thermo>
97 inline void calcCoeffs
99 const scalar mu1,
const scalar T1,
100 const scalar mu2,
const scalar T2
123 const scalar mu1,
const scalar T1,
124 const scalar mu2,
const scalar T2
148 return "sutherland<" + Thermo::typeName() +
'>';
152 inline scalar
mu(
const scalar
p,
const scalar
T)
const;
155 inline scalar
kappa(
const scalar p,
const scalar T)
const;
158 inline scalar
alphah(
const scalar p,
const scalar T)
const;
164 void write(Ostream& os)
const;
181 const sutherlandTransport&
184 friend sutherlandTransport
operator* <Thermo>
187 const sutherlandTransport&
193 friend Ostream& operator<< <Thermo>
196 const sutherlandTransport&
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar kappa(const scalar p, const scalar T) const
Thermal conductivity [W/mK].
void operator+=(const sutherlandTransport &)
static word typeName()
Return the instantiated type name.
A class for handling words, derived from string.
sutherlandTransport(const Thermo &t, const scalar As, const scalar Ts)
Construct from components.
scalar alphah(const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/ms].
autoPtr< sutherlandTransport > clone() const
Construct and return a clone.
static autoPtr< sutherlandTransport > New(const dictionary &dict)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void operator*=(const scalar)
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
void operator=(const sutherlandTransport &)
scalar mu(const scalar p, const scalar T) const
Dynamic viscosity [kg/ms].
void write(Ostream &os) const
Write to Ostream.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Transport package using Sutherland's formula.