Go to the documentation of this file.
38 #ifndef constTransport_H
39 #define constTransport_H
48 template<
class thermo>
class constTransport;
50 template<
class thermo>
51 inline constTransport<thermo>
operator+
53 const constTransport<thermo>&,
54 const constTransport<thermo>&
57 template<
class thermo>
58 inline constTransport<thermo>
operator-
60 const constTransport<thermo>&,
61 const constTransport<thermo>&
64 template<
class thermo>
65 inline constTransport<thermo>
operator*
68 const constTransport<thermo>&
71 template<
class thermo>
72 inline constTransport<thermo>
operator==
74 const constTransport<thermo>&,
75 const constTransport<thermo>&
78 template<
class thermo>
82 const constTransport<thermo>&
90 template<
class thermo>
126 inline scalar
mu(
const scalar
T)
const;
129 inline scalar
kappa(
const scalar T)
const;
132 inline scalar
alpha(
const scalar T)
const;
175 friend Ostream& operator<< <thermo>