OGS
PhreeqcKernelData/CreateAqueousSolution.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <string>
7#include <vector>
8
9namespace BaseLib
10{
11class ConfigTree;
12}
13
14namespace ChemistryLib
15{
16namespace PhreeqcKernelData
17{
18class AqueousSolution;
19
21 BaseLib::ConfigTree const& config,
22 std::vector<std::pair<int, std::string>> const&
23 process_id_to_component_name_map);
24} // namespace PhreeqcKernelData
25} // namespace ChemistryLib
AqueousSolution createAqueousSolution(BaseLib::ConfigTree const &config, std::vector< std::pair< int, std::string > > const &process_id_to_component_name_map)