36 #ifndef polynomialTransport_H
37 #define polynomialTransport_H
48 template<
class Thermo,
int PolySize>
class polynomialTransport;
50 template<
class Thermo,
int PolySize>
51 inline polynomialTransport<Thermo, PolySize>
operator+
53 const polynomialTransport<Thermo, PolySize>&,
54 const polynomialTransport<Thermo, PolySize>&
57 template<
class Thermo,
int PolySize>
58 inline polynomialTransport<Thermo, PolySize>
operator-
60 const polynomialTransport<Thermo, PolySize>&,
61 const polynomialTransport<Thermo, PolySize>&
64 template<
class Thermo,
int PolySize>
65 inline polynomialTransport<Thermo, PolySize>
operator*
68 const polynomialTransport<Thermo, PolySize>&
71 template<
class Thermo,
int PolySize>
72 inline polynomialTransport<Thermo, PolySize>
operator==
74 const polynomialTransport<Thermo, PolySize>&,
75 const polynomialTransport<Thermo, PolySize>&
78 template<
class Thermo,
int PolySize>
82 const polynomialTransport<Thermo, PolySize>&
90 template<
class Thermo,
int PolySize>
140 inline scalar
mu(
const scalar
T)
const;
143 inline scalar
kappa(
const scalar T)
const;
146 inline scalar
alpha(
const scalar T)
const;
189 friend Ostream& operator<< <Thermo, PolySize>