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-394-ge538cec3fb6 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
AqueousSolution.cpp
►
AqueousSolution.h
ChemicalSystem.cpp
►
ChemicalSystem.h
►
CreateAqueousSolution.cpp
►
CreateAqueousSolution.h
►
CreateChemicalSystem.cpp
►
CreateChemicalSystem.h
►
CreateEquilibriumReactants.cpp
►
CreateEquilibriumReactants.h
►
CreateExchange.cpp
►
CreateExchange.h
►
CreateKineticReactant.cpp
►
CreateKineticReactant.h
►
CreateKnobs.cpp
►
CreateKnobs.h
►
CreateOutput.cpp
►
CreateOutput.h
►
CreateSolutionComponent.cpp
►
CreateSolutionComponent.h
►
CreateSurface.cpp
►
CreateSurface.h
►
CreateUserPunch.cpp
►
CreateUserPunch.h
Dump.cpp
►
Dump.h
EquilibriumReactant.cpp
►
EquilibriumReactant.h
Exchange.cpp
►
Exchange.h
KineticReactant.cpp
►
KineticReactant.h
►
Knobs.cpp
►
Knobs.h
►
Output.cpp
►
Output.h
►
ReactionRate.cpp
►
ReactionRate.h
►
Surface.h
►
UserPunch.cpp
►
UserPunch.h
►
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
Exchange.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <iosfwd>
14
#include <string>
15
#include <vector>
16
17
#include "
MeshLib/PropertyVector.h
"
18
19
namespace
BaseLib
20
{
21
class
ConfigTree;
22
}
23
24
namespace
ChemistryLib
25
{
26
namespace
PhreeqcIOData
27
{
28
struct
ExchangeSite
29
{
30
ExchangeSite
(std::string name_,
MeshLib::PropertyVector<double>
* molality_)
31
:
name
(std::move(name_)),
molality
(molality_)
32
{
33
}
30
ExchangeSite
(std::string name_,
MeshLib::PropertyVector<double>
* molality_) {
…
}
34
35
void
print
(std::ostream& os, std::size_t
const
chemical_system_id)
const
;
36
37
std::string
const
name
;
38
MeshLib::PropertyVector<double>
*
molality
;
39
};
28
struct
ExchangeSite
{
…
};
40
41
}
// namespace PhreeqcIOData
42
}
// namespace ChemistryLib
PropertyVector.h
MeshLib::PropertyVector
Definition
TwoPhaseFlowWithPrhoMaterialProperties.h:28
BaseLib
Definition
TestDefinition.h:21
ChemistryLib
Definition
ChemicalSolverInterface.h:31
ChemistryLib::PhreeqcIOData::ExchangeSite
Definition
Exchange.h:29
ChemistryLib::PhreeqcIOData::ExchangeSite::molality
MeshLib::PropertyVector< double > * molality
Definition
Exchange.h:38
ChemistryLib::PhreeqcIOData::ExchangeSite::ExchangeSite
ExchangeSite(std::string name_, MeshLib::PropertyVector< double > *molality_)
Definition
Exchange.h:30
ChemistryLib::PhreeqcIOData::ExchangeSite::name
std::string const name
Definition
Exchange.h:37
ChemistryLib::PhreeqcIOData::ExchangeSite::print
void print(std::ostream &os, std::size_t const chemical_system_id) const
Definition
Exchange.cpp:19
ChemistryLib
PhreeqcIOData
Exchange.h
Generated by
1.12.0