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
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
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.5-42-g4fdaa5dcb 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.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <string>
14
#include <vector>
15
16
namespace
ChemistryLib
17
{
18
namespace
PhreeqcKernelData
19
{
20
class
ReactionRate
21
{
22
public
:
23
ReactionRate
(std::string kinetic_reactant_,
24
std::vector<std::string>
const
& statements);
25
26
std::string
const
&
commands
()
const
{
return
_commands
; }
27
28
public
:
29
std::string
const
kinetic_reactant
;
30
31
private
:
32
std::string
_commands
;
33
};
20
class
ReactionRate
{
…
};
34
}
// namespace PhreeqcKernelData
35
}
// namespace ChemistryLib
ChemistryLib::PhreeqcKernelData::ReactionRate
Definition
ReactionRate.h:21
ChemistryLib::PhreeqcKernelData::ReactionRate::_commands
std::string _commands
Definition
ReactionRate.h:32
ChemistryLib::PhreeqcKernelData::ReactionRate::commands
std::string const & commands() const
Definition
ReactionRate.h:26
ChemistryLib::PhreeqcKernelData::ReactionRate::kinetic_reactant
std::string const kinetic_reactant
Definition
ReactionRate.h:29
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.h
Generated by
1.12.0