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-301-gee1fb4d5 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
DensityHauer.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include "
Adsorption.h
"
13
#include "
DensityCook.h
"
14
15
namespace
Adsorption
16
{
17
18
class
DensityHauer
:
public
AdsorptionReaction
19
{
20
public
:
21
double
getAdsorbateDensity
(
const
double
T_Ads)
const override
;
22
double
getAlphaT
(
const
double
T_Ads)
const override
;
23
double
characteristicCurve
(
const
double
A)
const override
;
24
double
dCharacteristicCurve
(
const
double
A)
const override
;
25
};
18
class
DensityHauer
:
public
AdsorptionReaction
{
…
};
26
27
inline
double
rhoWaterHauer
(
const
double
T_Ads)
28
{
29
// data like in python script
30
const
double
T0 = 283.15, rho0 =
rhoWaterDean
(T0), alpha0 = 3.781e-4;
// K; kg/m^3; 1/K
31
32
return
rho0 * (1. - alpha0 * (T_Ads-T0));
// in kg/m^3
33
}
27
inline
double
rhoWaterHauer
(
const
double
T_Ads) {
…
}
34
35
}
// namespace Adsorption
Adsorption.h
DensityCook.h
Adsorption::AdsorptionReaction
Definition
Adsorption.h:21
Adsorption::DensityHauer
Definition
DensityHauer.h:19
Adsorption::DensityHauer::characteristicCurve
double characteristicCurve(const double A) const override
Definition
DensityHauer.cpp:46
Adsorption::DensityHauer::getAlphaT
double getAlphaT(const double T_Ads) const override
Definition
DensityHauer.cpp:36
Adsorption::DensityHauer::getAdsorbateDensity
double getAdsorbateDensity(const double T_Ads) const override
Definition
DensityHauer.cpp:30
Adsorption::DensityHauer::dCharacteristicCurve
double dCharacteristicCurve(const double A) const override
Definition
DensityHauer.cpp:58
Adsorption
Definition
Adsorption.cpp:38
Adsorption::rhoWaterHauer
double rhoWaterHauer(const double T_Ads)
Definition
DensityHauer.h:27
Adsorption::rhoWaterDean
double rhoWaterDean(const double T_Ads)
Definition
DensityCook.h:26
MaterialLib
Adsorption
DensityHauer.h
Generated by
1.12.0