9 #ifndef CT_GENERALSPECIESTHERMO_H
10 #define CT_GENERALSPECIESTHERMO_H
87 virtual void install(std::string name,
size_t index,
int type,
122 virtual void update_one(
size_t k, doublereal T, doublereal* cp_R,
124 doublereal* s_R)
const;
141 virtual void update(doublereal T, doublereal* cp_R,
142 doublereal* h_RT, doublereal* s_R)
const;
206 doublereal& refPressure)
const;
215 DEPRECATED(
virtual void modifyParams(
size_t index, doublereal* c));
217 #ifdef H298MODIFY_CAPABILITY
219 virtual doublereal reportOneHf298(
int k)
const;
221 virtual void modifyOneHf298(
const int k,
const doublereal Hf298New);
249 std::vector<SpeciesThermoInterpType*>
m_sp;