14 SpeciesThermoInterpType::SpeciesThermoInterpType() :
21 SpeciesThermoInterpType::SpeciesThermoInterpType(
double tlow,
30 void SpeciesThermoInterpType::updateProperties(
const doublereal* tempPoly,
31 doublereal* cp_R, doublereal* h_RT, doublereal* s_R)
const
33 double T = tempPoly[0];
34 updatePropertiesTemp(T, cp_R, h_RT, s_R);
37 void SpeciesThermoInterpType::updatePropertiesTemp(
const double temp,
38 double* cp_R,
double* h_RT,
double* s_R)
const
43 size_t SpeciesThermoInterpType::nCoeffs()
const
48 void SpeciesThermoInterpType::reportParameters(
size_t& index,
int& type,
49 double& minTemp,
double& maxTemp,
double& refPressure,
50 double*
const coeffs)
const
55 doublereal SpeciesThermoInterpType::reportHf298(doublereal*
const h298)
const
60 void SpeciesThermoInterpType::modifyOneHf298(
const size_t k,
61 const doublereal Hf298New)
Declarations for the virtual base class PDSS (pressure dependent standard state) which handles calcul...
Pure Virtual Base class for individual species reference state thermodynamic managers and text for th...
An error indicating that an unimplemented function has been called.
Namespace for the Cantera kernel.