Loading [MathJax]/extensions/tex2jax.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-293-gce72897f 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
►
PhreeqcIOData
▼
PhreeqcKernelData
AqueousSolution.cpp
►
AqueousSolution.h
►
CreateAqueousSolution.cpp
►
CreateAqueousSolution.h
►
CreateEquilibriumReactants.cpp
►
CreateEquilibriumReactants.h
►
CreateInitialAqueousSolution.cpp
►
CreateInitialAqueousSolution.h
►
CreateKineticReactant.cpp
►
CreateKineticReactant.h
EquilibriumReactants.cpp
►
EquilibriumReactants.h
InitialAqueousSolution.cpp
►
InitialAqueousSolution.h
KineticReactant.cpp
►
KineticReactant.h
ReactionRate.cpp
►
ReactionRate.h
►
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
ReactionRate.cpp
Go to the documentation of this file.
1
11
#include "
ReactionRate.h
"
12
13
namespace
ChemistryLib
14
{
15
namespace
PhreeqcKernelData
16
{
17
ReactionRate::ReactionRate
(std::string kinetic_reactant_,
18
std::vector<std::string>
const
& statements)
19
: kinetic_reactant(std::move(kinetic_reactant_))
20
{
21
int
line_number = 1;
22
for
(
auto
const
& statement : statements)
23
{
24
_commands
+= std::to_string(line_number) +
" "
+ statement +
"; "
;
25
++line_number;
26
}
27
}
17
ReactionRate::ReactionRate
(std::string kinetic_reactant_, {
…
}
28
}
// namespace PhreeqcKernelData
29
}
// namespace ChemistryLib
ReactionRate.h
ChemistryLib::PhreeqcKernelData::ReactionRate::_commands
std::string _commands
Definition
ReactionRate.h:32
ChemistryLib::PhreeqcKernelData::ReactionRate::ReactionRate
ReactionRate(std::string kinetic_reactant_, std::vector< std::string > const &statements)
Definition
ReactionRate.cpp:17
ChemistryLib
Definition
ChemicalSolverInterface.h:31
ChemistryLib
PhreeqcKernelData
ReactionRate.cpp
Generated by
1.12.0