Reaktoro  v2.11.0
A unified framework for modeling chemically reactive systems
Core.hpp
1 // Reaktoro is a unified framework for modeling chemically reactive systems.
2 //
3 // Copyright © 2014-2024 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/Core/ActivityModel.hpp>
21 #include <Reaktoro/Core/ActivityProps.hpp>
22 #include <Reaktoro/Core/AggregateState.hpp>
23 #include <Reaktoro/Core/ChemicalFormula.hpp>
24 #include <Reaktoro/Core/ChemicalProps.hpp>
25 #include <Reaktoro/Core/ChemicalPropsPhase.hpp>
26 #include <Reaktoro/Core/ChemicalState.hpp>
27 #include <Reaktoro/Core/ChemicalSystem.hpp>
28 #include <Reaktoro/Core/Data.hpp>
29 #include <Reaktoro/Core/Database.hpp>
30 #include <Reaktoro/Core/Element.hpp>
31 #include <Reaktoro/Core/ElementalComposition.hpp>
32 #include <Reaktoro/Core/ElementList.hpp>
33 #include <Reaktoro/Core/Embedded.hpp>
34 #include <Reaktoro/Core/FormationReaction.hpp>
35 #include <Reaktoro/Core/Model.hpp>
36 #include <Reaktoro/Core/Params.hpp>
37 #include <Reaktoro/Core/Phase.hpp>
38 #include <Reaktoro/Core/PhaseList.hpp>
39 #include <Reaktoro/Core/Phases.hpp>
40 #include <Reaktoro/Core/Reaction.hpp>
41 #include <Reaktoro/Core/ReactionEquation.hpp>
42 #include <Reaktoro/Core/ReactionList.hpp>
43 #include <Reaktoro/Core/ReactionRate.hpp>
44 #include <Reaktoro/Core/ReactionRateModel.hpp>
45 #include <Reaktoro/Core/Reactions.hpp>
46 #include <Reaktoro/Core/ReactionStandardThermoModel.hpp>
47 #include <Reaktoro/Core/ReactionStandardThermoProps.hpp>
48 #include <Reaktoro/Core/ReactionThermoProps.hpp>
49 #include <Reaktoro/Core/Species.hpp>
50 #include <Reaktoro/Core/SpeciesList.hpp>
51 #include <Reaktoro/Core/SpeciesThermoProps.hpp>
52 #include <Reaktoro/Core/StandardThermoModel.hpp>
53 #include <Reaktoro/Core/StandardThermoProps.hpp>
54 #include <Reaktoro/Core/StandardVolumeModel.hpp>
55 #include <Reaktoro/Core/StateOfMatter.hpp>
56 #include <Reaktoro/Core/Surface.hpp>
57 #include <Reaktoro/Core/Surfaces.hpp>
58 #include <Reaktoro/Core/SurfaceList.hpp>
59 #include <Reaktoro/Core/ThermoProps.hpp>
60 #include <Reaktoro/Core/ThermoPropsPhase.hpp>
61 #include <Reaktoro/Core/Utils.hpp>
62