Reaktoro
A unified framework for modeling chemically reactive systems
Thermodynamics.hpp
1 // Reaktoro is a unified framework for modeling chemically reactive systems.
2 //
3 // Copyright (C) 2014-2018 Allan Leal
4 //
5 // This library is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation; either
8 // version 2.1 of the License, or (at your option) any later version.
9 //
10 // This library is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 // Lesser General Public License for more details.
14 //
15 // You should have received a copy of the GNU Lesser General Public License
16 // along with this library. If not, see <http://www.gnu.org/licenses/>.
17 
18 #pragma once
19 
20 #include <Reaktoro/Thermodynamics/Activity/AqueousActivityModel.hpp>
21 #include <Reaktoro/Thermodynamics/Activity/AqueousActivityModelDrummondCO2.hpp>
22 #include <Reaktoro/Thermodynamics/Activity/AqueousActivityModelDuanSunCO2.hpp>
23 #include <Reaktoro/Thermodynamics/Activity/AqueousActivityModelRumpfCO2.hpp>
24 #include <Reaktoro/Thermodynamics/Activity/AqueousActivityModelSetschenow.hpp>
25 #include <Reaktoro/Thermodynamics/Core/ChemicalEditor.hpp>
26 #include <Reaktoro/Thermodynamics/Core/Database.hpp>
27 #include <Reaktoro/Thermodynamics/Core/Thermo.hpp>
28 #include <Reaktoro/Thermodynamics/EOS/CubicEOS.hpp>
29 #include <Reaktoro/Thermodynamics/Mixtures/AqueousMixture.hpp>
30 #include <Reaktoro/Thermodynamics/Mixtures/FluidMixture.hpp>
31 #include <Reaktoro/Thermodynamics/Mixtures/GeneralMixture.hpp>
32 #include <Reaktoro/Thermodynamics/Mixtures/MineralMixture.hpp>
33 #include <Reaktoro/Thermodynamics/Models/AqueousChemicalModelDebyeHuckel.hpp>
34 #include <Reaktoro/Thermodynamics/Models/AqueousChemicalModelHKF.hpp>
35 #include <Reaktoro/Thermodynamics/Models/AqueousChemicalModelIdeal.hpp>
36 #include <Reaktoro/Thermodynamics/Models/AqueousChemicalModelPitzerHMW.hpp>
37 #include <Reaktoro/Thermodynamics/Models/FluidChemicalModelCubicEOS.hpp>
38 #include <Reaktoro/Thermodynamics/Models/FluidChemicalModelIdeal.hpp>
39 #include <Reaktoro/Thermodynamics/Models/FluidChemicalModelSpycherPruessEnnis.hpp>
40 #include <Reaktoro/Thermodynamics/Models/FluidChemicalModelSpycherReed.hpp>
41 #include <Reaktoro/Thermodynamics/Models/MineralChemicalModelIdeal.hpp>
42 #include <Reaktoro/Thermodynamics/Models/MineralChemicalModelRedlichKister.hpp>
43 #include <Reaktoro/Thermodynamics/Models/PhaseChemicalModel.hpp>
44 #include <Reaktoro/Thermodynamics/Models/PhaseThermoModel.hpp>
45 #include <Reaktoro/Thermodynamics/Models/SpeciesElectroState.hpp>
46 #include <Reaktoro/Thermodynamics/Models/SpeciesElectroStateHKF.hpp>
47 #include <Reaktoro/Thermodynamics/Models/SpeciesThermoState.hpp>
48 #include <Reaktoro/Thermodynamics/Models/SpeciesThermoStateHKF.hpp>
49 #include <Reaktoro/Thermodynamics/Models/SpeciesElectroState.hpp>
50 #include <Reaktoro/Thermodynamics/Models/SpeciesElectroStateHKF.hpp>
51 #include <Reaktoro/Thermodynamics/Models/SpeciesThermoState.hpp>
52 #include <Reaktoro/Thermodynamics/Models/SpeciesThermoStateHKF.hpp>
53 #include <Reaktoro/Thermodynamics/Phases/AqueousPhase.hpp>
54 #include <Reaktoro/Thermodynamics/Phases/GaseousPhase.hpp>
55 #include <Reaktoro/Thermodynamics/Phases/LiquidPhase.hpp>
56 #include <Reaktoro/Thermodynamics/Phases/MineralPhase.hpp>
57 #include <Reaktoro/Thermodynamics/Reactions/MineralCatalyst.hpp>
58 #include <Reaktoro/Thermodynamics/Reactions/MineralMechanism.hpp>
59 #include <Reaktoro/Thermodynamics/Reactions/MineralReaction.hpp>
60 #include <Reaktoro/Thermodynamics/Species/AqueousSpecies.hpp>
61 #include <Reaktoro/Thermodynamics/Species/FluidSpecies.hpp>
62 #include <Reaktoro/Thermodynamics/Species/MineralSpecies.hpp>
63 #include <Reaktoro/Thermodynamics/Species/ThermoData.hpp>
64 #include <Reaktoro/Thermodynamics/Water/WaterConstants.hpp>
65 #include <Reaktoro/Thermodynamics/Water/WaterElectroState.hpp>
66 #include <Reaktoro/Thermodynamics/Water/WaterElectroStateJohnsonNorton.hpp>
67 #include <Reaktoro/Thermodynamics/Water/WaterHelmholtzState.hpp>
68 #include <Reaktoro/Thermodynamics/Water/WaterHelmholtzStateHGK.hpp>
69 #include <Reaktoro/Thermodynamics/Water/WaterHelmholtzStateWagnerPruss.hpp>
70 #include <Reaktoro/Thermodynamics/Water/WaterThermoState.hpp>
71 #include <Reaktoro/Thermodynamics/Water/WaterThermoStateUtils.hpp>
72 #include <Reaktoro/Thermodynamics/Water/WaterUtils.hpp>