Cantera  2.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  */
8 
9 #ifndef CT_ELECTROLYTETHERMO_INCL
10 #define CT_ELECTROLYTETHERMO_INCL
11 
12 #include "thermo/electrolytes.h"
13 #include "thermo/MolalityVPSSTP.h"
15 #include "thermo/IdealMolalSoln.h"
16 #include "thermo/WaterPropsIAPWS.h"
17 #include "thermo/WaterProps.h"
18 #include "thermo/PDSS.h"
19 #include "thermo/PDSS_Water.h"
20 #include "thermo/PDSS_HKFT.h"
21 #include "thermo/HMWSoln.h"
22 #include "thermo/DebyeHuckel.h"
23 #include "thermo/WaterSSTP.h"
26 
27 #endif