Home
last modified time | relevance | path

Searched defs:getCp_R (Results 1 – 10 of 10) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DStoichSubstance.cpp101 void StoichSubstance::getCp_R(doublereal* cpr) const in getCp_R() function in Cantera::StoichSubstance
H A DVPStandardStateTP.cpp92 void VPStandardStateTP::getCp_R(doublereal* cpr) const in getCp_R() function in Cantera::VPStandardStateTP
H A DLatticePhase.cpp187 void LatticePhase::getCp_R(doublereal* cpr) const in getCp_R() function in Cantera::LatticePhase
H A DIdealGasPhase.cpp167 void IdealGasPhase::getCp_R(doublereal* cpr) const in getCp_R() function in Cantera::IdealGasPhase
H A DSurfPhase.cpp187 void SurfPhase::getCp_R(doublereal* cpr) const in getCp_R() function in Cantera::SurfPhase
H A DWaterSSTP.cpp142 void WaterSSTP::getCp_R(doublereal* cpr) const in getCp_R() function in Cantera::WaterSSTP
H A DIdealSolidSolnPhase.cpp295 void IdealSolidSolnPhase::getCp_R(doublereal* cpr) const in getCp_R() function in Cantera::IdealSolidSolnPhase
H A DMixtureFugacityTP.cpp124 void MixtureFugacityTP::getCp_R(doublereal* cpr) const in getCp_R() function in Cantera::MixtureFugacityTP
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/fortran/
H A Dcantera.f90114 INTERFACE getCp_R interface
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DThermoPhase.h637 virtual void getCp_R(doublereal* cpr) const { in getCp_R() function