Cantera  2.3.0
electrolyteThermo.h
Go to the documentation of this file.
1 /**
2  * @file electrolyteThermo.h
3  *
4  * Support for thermo property calculation from C++ application programs.
5  * This header file includes several headers from the Cantera kernel needed
6  * to evaluate thermo properties.
7  * @deprecated To be removed after Cantera 2.3. Include relevant headers directly.
8  */
9 
10 #ifndef CT_ELECTROLYTETHERMO_INCL
11 #define CT_ELECTROLYTETHERMO_INCL
12 
13 #pragma message "Deprecated. electrolyteThermo.h will be removed after Cantera 2.3. Include relevant headers directly."
14 
15 #include "thermo/electrolytes.h"
16 #include "thermo/MolalityVPSSTP.h"
18 #include "thermo/IdealMolalSoln.h"
19 #include "thermo/WaterPropsIAPWS.h"
20 #include "thermo/WaterProps.h"
21 #include "thermo/PDSS.h"
22 #include "thermo/PDSS_Water.h"
23 #include "thermo/PDSS_HKFT.h"
24 #include "thermo/HMWSoln.h"
25 #include "thermo/DebyeHuckel.h"
26 #include "thermo/WaterSSTP.h"
29 
30 #endif
ThermoPhase object for the ideal molal equation of state (see Thermodynamic Properties and class Idea...
Header file for a common definitions used in electrolytes thermodynamics.
Implementation of a pressure dependent standard state virtual function for a Pure Water Phase (see Sp...
Header for a class used to house several approximation routines for properties of water...
Headers for the DebyeHuckel ThermoPhase object, which models dilute electrolyte solutions (see Thermo...
Declares a ThermoPhase class consisting of pure water (see Thermodynamic Properties and class WaterSS...
Header for intermediate ThermoPhase object for phases which employ molality based activity coefficien...
Declarations for the virtual base class PDSS (pressure dependent standard state) which handles calcul...
Headers for the HMWSoln ThermoPhase object, which models concentrated electrolyte solutions (see Ther...
Declaration file for a derived class that handles the calculation of standard state thermo properties...
Header file for a derived class of ThermoPhase that handles variable pressure standard state methods ...
Declarations for the class PDSS_HKFT (pressure dependent standard state) which handles calculations f...
Declaration file for a derived class that handles the calculation of standard state thermo properties...
Headers for a class for calculating the equation of state of water from the IAPWS 1995 Formulation ba...