Loading [MathJax]/extensions/MathMenu.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-276-g3d6bff6232 source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
▼
ChemistryLib
▼
Common
►
ChargeBalance.h
►
CreateChargeBalance.cpp
►
CreateChargeBalance.h
►
CreateReactionRate.cpp
►
CreateReactionRate.h
►
PhreeqcIOData
►
PhreeqcKernelData
►
SelfContainedSolverData
►
ChemicalSolverInterface.h
►
ChemicalSolverType.h
►
CreateChemicalSolverInterface.cpp
►
CreateChemicalSolverInterface.h
►
PhreeqcIO.cpp
►
PhreeqcIO.h
►
PhreeqcKernel.cpp
►
PhreeqcKernel.h
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
CreateReactionRate.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <optional>
14
#include <vector>
15
16
namespace
BaseLib
17
{
18
class
ConfigTree;
19
}
20
21
namespace
ChemistryLib
22
{
23
template
<
typename
ReactionRate>
24
std::vector<ReactionRate>
createReactionRates
(
25
std::optional<BaseLib::ConfigTree>
const
& config);
26
}
// namespace ChemistryLib
BaseLib
Definition
TestDefinition.h:21
ChemistryLib
Definition
ChemicalSolverInterface.h:31
ChemistryLib::createReactionRates
std::vector< ReactionRate > createReactionRates(std::optional< BaseLib::ConfigTree > const &config)
Definition
CreateReactionRate.cpp:20
ChemistryLib
Common
CreateReactionRate.h
Generated by
1.12.0