44 #ifndef sutherlandTransport_H
45 #define sutherlandTransport_H
54 template<
class thermo>
class sutherlandTransport;
56 template<
class thermo>
57 inline sutherlandTransport<thermo>
operator+
59 const sutherlandTransport<thermo>&,
60 const sutherlandTransport<thermo>&
63 template<
class thermo>
64 inline sutherlandTransport<thermo>
operator-
66 const sutherlandTransport<thermo>&,
67 const sutherlandTransport<thermo>&
70 template<
class thermo>
71 inline sutherlandTransport<thermo>
operator*
74 const sutherlandTransport<thermo>&
77 template<
class thermo>
78 inline sutherlandTransport<thermo>
operator==
80 const sutherlandTransport<thermo>&,
81 const sutherlandTransport<thermo>&
84 template<
class thermo>
88 const sutherlandTransport<thermo>&
96 template<
class thermo>
111 inline void calcCoeffs
113 const scalar mu1,
const scalar T1,
114 const scalar mu2,
const scalar T2
134 const scalar mu1,
const scalar T1,
135 const scalar mu2,
const scalar T2
154 inline scalar
mu(
const scalar
T)
const;
157 inline scalar
kappa(
const scalar T)
const;
160 inline scalar
alpha(
const scalar T)
const;
203 friend Ostream& operator<< <thermo>