Home
last modified time | relevance | path

Searched refs:PengRobinson (Results 1 – 5 of 5) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DPengRobinson.cpp27 PengRobinson::PengRobinson(const std::string& infile, const std::string& id_) : in PengRobinson() function in Cantera::PengRobinson
105 double PengRobinson::cp_mole() const in cp_mole()
119 double PengRobinson::cv_mole() const in cv_mole()
127 double PengRobinson::pressure() const in pressure()
426 void PengRobinson::initThermo() in initThermo()
472 double PengRobinson::sresid() const in sresid()
485 double PengRobinson::hresid() const in hresid()
605 double PengRobinson::densSpinodalGas() const in densSpinodalGas()
648 void PengRobinson::updateMixingExpressions() in updateMixingExpressions()
682 double PengRobinson::daAlpha_dT() const in daAlpha_dT()
[all …]
H A DThermoFactory.cpp101 reg("Peng-Robinson", []() { return new PengRobinson(); }); in ThermoFactory()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DPengRobinson.h19 class PengRobinson : public MixtureFugacityTP
31 explicit PengRobinson(const std::string& infile="",
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/thermo/
H A DcubicSolver_Test.cpp41 PengRobinson* peng_robinson_phase = dynamic_cast<PengRobinson*>(test_phase.get()); in TEST_F()
H A DPengRobinson_Test.cpp29 PengRobinson* peng_robinson_phase = dynamic_cast<PengRobinson*>(test_phase.get()); in TEST_F()
385 TEST(PengRobinson, lookupSpeciesProperties) in TEST() argument
403 TEST(PengRobinson, lookupSpeciesPropertiesMissing) in TEST() argument