Loading [MathJax]/jax/output/HTML-CSS/config.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-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
Documentation
►
GeoLib
►
InfoLib
▼
MaterialLib
▼
Adsorption
►
Adsorption.cpp
►
Adsorption.h
►
Density100MPa.cpp
►
Density100MPa.h
►
DensityConst.cpp
►
DensityConst.h
►
DensityCook.cpp
►
DensityCook.h
►
DensityDubinin.cpp
►
DensityDubinin.h
►
DensityHauer.cpp
►
DensityHauer.h
►
DensityLegacy.cpp
►
DensityLegacy.h
►
DensityMette.cpp
►
DensityMette.h
►
DensityNunez.cpp
►
DensityNunez.h
Reaction.cpp
►
Reaction.h
►
ReactionCaOH2.cpp
►
ReactionCaOH2.h
►
ReactionInert.h
ReactionSinusoidal.cpp
►
ReactionSinusoidal.h
►
Fluid
►
FractureModels
►
MPL
►
PorousMedium
►
SolidModels
►
Utils
►
PhysicalConstant.h
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
ReactionInert.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
BaseLib/Error.h
"
13
14
#include "
Reaction.h
"
15
16
namespace
Adsorption
17
{
18
19
class
ReactionInert
final :
public
Reaction
20
{
21
public
:
22
double
getEnthalpy
(
const
double
/*p_Ads*/
,
const
double
/*T_Ads*/
,
23
const
double
/*M_Ads*/
)
const override
24
{
25
return
0.0;
26
}
22
double
getEnthalpy
(
const
double
/*p_Ads*/
,
const
double
/*T_Ads*/
, {
…
}
27
28
double
getReactionRate
(
const
double
/*p_Ads*/
,
const
double
/*T_Ads*/
,
const
double
/*M_Ads*/
,
29
const
double
/*loading*/
)
const override
30
{
31
OGS_FATAL
(
"Method getReactionRate() should never be called directly"
);
32
}
28
double
getReactionRate
(
const
double
/*p_Ads*/
,
const
double
/*T_Ads*/
,
const
double
/*M_Ads*/
, {
…
}
33
};
19
class
ReactionInert
final :
public
Reaction
{
…
};
34
35
}
// namespace Adsorption
Error.h
OGS_FATAL
#define OGS_FATAL(...)
Definition
Error.h:26
Reaction.h
Adsorption::ReactionInert
Definition
ReactionInert.h:20
Adsorption::ReactionInert::getEnthalpy
double getEnthalpy(const double, const double, const double) const override
Definition
ReactionInert.h:22
Adsorption::ReactionInert::getReactionRate
double getReactionRate(const double, const double, const double, const double) const override
Definition
ReactionInert.h:28
Adsorption::Reaction
Definition
Reaction.h:20
Adsorption
Definition
Adsorption.cpp:38
MaterialLib
Adsorption
ReactionInert.h
Generated by
1.12.0