37 #ifndef hConstThermo_H
38 #define hConstThermo_H
47 template<
class equationOfState>
class hConstThermo;
49 template<
class equationOfState>
50 inline hConstThermo<equationOfState>
operator+
52 const hConstThermo<equationOfState>&,
53 const hConstThermo<equationOfState>&
56 template<
class equationOfState>
57 inline hConstThermo<equationOfState>
operator-
59 const hConstThermo<equationOfState>&,
60 const hConstThermo<equationOfState>&
63 template<
class equationOfState>
64 inline hConstThermo<equationOfState>
operator*
67 const hConstThermo<equationOfState>&
70 template<
class equationOfState>
71 inline hConstThermo<equationOfState>
operator==
73 const hConstThermo<equationOfState>&,
74 const hConstThermo<equationOfState>&
77 template<
class equationOfState>
81 const hConstThermo<equationOfState>&
89 template<
class equationOfState>
92 public equationOfState
105 const equationOfState& st,
133 inline scalar
cp(
const scalar
T)
const;
136 inline scalar
h(
const scalar T)
const;
139 inline scalar
hs(
const scalar T)
const;
142 inline scalar
hc()
const;
145 inline scalar
s(
const scalar T)
const;
183 friend Ostream& operator<< <equationOfState>