OGS
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
86
92
namespace
SpecificGasConstant
93
{
95
constexpr
double
WaterVapour
= IdealGasConstant /
MolarMass::Water
;
// = 461.504;
96
}
// namespace SpecificGasConstant
102
namespace
HenryConstant
103
{
108
constexpr
double
HenryConstantH2 = 7.65e-6;
109
}
// namespace HenryConstant
110
}
// 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