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
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