OGS
CreateEquilibriumReactants.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <optional>
14#include <vector>
15
16namespace BaseLib
17{
18class ConfigTree;
19}
20
21namespace MeshLib
22{
23class Mesh;
24
25template <typename PROP_VAL_TYPE>
26class PropertyVector;
27}
28
29namespace ChemistryLib
30{
31namespace PhreeqcIOData
32{
34
35std::vector<EquilibriumReactant> createEquilibriumReactants(
36 std::optional<BaseLib::ConfigTree> const& config, MeshLib::Mesh& mesh);
37} // namespace PhreeqcIOData
38} // namespace ChemistryLib
std::vector< EquilibriumReactant > createEquilibriumReactants(std::optional< BaseLib::ConfigTree > const &config, MeshLib::Mesh &mesh)