Loading [MathJax]/extensions/MathMenu.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-323-g4f540a32 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
►
Fluid
►
FractureModels
►
MPL
►
PorousMedium
►
SolidModels
►
Utils
►
PhysicalConstant.h
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
PhysicalConstant.h
Go to the documentation of this file.
1
10
#pragma once
11
12
namespace
MaterialLib
13
{
19
namespace
PhysicalConstant
20
{
22
constexpr
double
CelsiusZeroInKelvin = 273.15;
23
31
constexpr
double
IdealGasConstant = 8.3144621;
32
36
namespace
MolarMass
37
{
48
constexpr
double
Water
= 0.018016;
49
59
constexpr
double
N2
= 0.028013;
60
70
constexpr
double
O2
= 0.032;
71
77
constexpr
double
Air
= 0.02897;
78
84
constexpr
double
H2 = 0.002016;
85
}
// namespace MolarMass
36
namespace
MolarMass {
…
}
86
92
namespace
SpecificGasConstant
93
{
95
constexpr
double
WaterVapour
= IdealGasConstant /
MolarMass::Water
;
// = 461.504;
96
}
// namespace SpecificGasConstant
92
namespace
SpecificGasConstant {
…
}
102
namespace
HenryConstant
103
{
108
constexpr
double
HenryConstantH2 = 7.65e-6;
109
}
// namespace HenryConstant
102
namespace
HenryConstant {
…
}
110
}
// namespace PhysicalConstant
19
namespace
PhysicalConstant {
…
}
111
}
// namespace MaterialLib
MaterialLib::PhysicalConstant::MolarMass::N2
constexpr double N2
kg mol-1
Definition
PhysicalConstant.h:59
MaterialLib::PhysicalConstant::MolarMass::Air
constexpr double Air
kg mol-1
Definition
PhysicalConstant.h:77
MaterialLib::PhysicalConstant::MolarMass::O2
constexpr double O2
kg mol-1
Definition
PhysicalConstant.h:70
MaterialLib::PhysicalConstant::MolarMass::Water
constexpr double Water
kg mol-1
Definition
PhysicalConstant.h:48
MaterialLib::PhysicalConstant::SpecificGasConstant::WaterVapour
constexpr double WaterVapour
Specific gas constant for water vapour.
Definition
PhysicalConstant.h:95
MaterialLib
Definition
ConstantFluidProperty.h:18
MaterialLib
PhysicalConstant.h
Generated by
1.12.0