cantera/test/thermo
Ray Speth 38d291c683 [Thermo] Fix reference pressure assumptions in VPSSMgr classes
The reference pressure (p0) must be species-specific, since for certain PDSS
classes (e.g. PDSS_Water) p0 is a function of temperature, while for other
classes (PDSS_ConstVol) it is a constant.

VPSSMgr_Water_ConstVol further assumed that the reference pressure for all
species was 1 atm, ignoring the setting in the PDSS object. Fixing this changed
test results for HMW_test_1 and HMW_test_3.

Added a test that specifically compares VPSSMgr_Water_ConstVol with
VPSSMgr_General.
2017-02-13 13:25:46 -05:00
..
MaskellSolidSolnPhase_Test.cpp Use std::unique_ptr instead of raw pointers where appropriate 2015-10-14 18:45:23 -04:00
nasapoly.cpp Deprecate copy constructors for eventually-noncopyable objects 2016-07-29 18:57:29 -04:00
phaseConstructors.cpp [Thermo] Allow instantiation of RedlichKwongMFTP without XML 2017-02-05 15:51:24 -05:00
RedlichKisterTest.cpp Add RedlichKister tests and sample case for LiC6 electrode 2016-02-17 23:34:36 -05:00
standardStateManagers.cpp [Thermo] Fix reference pressure assumptions in VPSSMgr classes 2017-02-13 13:25:46 -05:00
thermo_data.h [Thermo] Add simpler constructors for SpeciesThermoInterpType objects 2015-01-22 00:04:06 +00:00
thermoParameterizations.cpp [Thermo] Combine SpeciesThermo and GeneralSpeciesThermo 2016-06-23 17:00:15 -04:00
ThermoPhase_Test.cpp Make species names case-preserving instead of case-sensitive 2016-10-13 18:40:03 -04:00
water_iapws.cpp [Test] Move testIAPWSPres into the gtest suite 2015-11-24 10:59:15 -05:00