OGS
MaterialLib::PhysicalConstant::MolarMass Namespace Reference

Detailed Description

Atomic masses of certain elements and molar masses of chemical compounds

Variables

constexpr double Water = 0.018016
 kg mol-1
 
constexpr double N2 = 0.028013
 kg mol-1
 
constexpr double O2 = 0.032
 kg mol-1
 
constexpr double Air = 0.02897
 kg mol-1
 
constexpr double H2 = 0.002016
 kg mol-1
 

Variable Documentation

◆ Air

constexpr double MaterialLib::PhysicalConstant::MolarMass::Air = 0.02897
constexpr

◆ H2

constexpr double MaterialLib::PhysicalConstant::MolarMass::H2 = 0.002016
constexpr

kg mol-1

Hydrogen.

Definition at line 84 of file PhysicalConstant.h.

◆ N2

constexpr double MaterialLib::PhysicalConstant::MolarMass::N2 = 0.028013
constexpr

kg mol-1

Nitrogen N2.

According to the IUPAC report the atomic mass of N is in the range [14.006 43, 14.007 28] g/mol

Definition at line 59 of file PhysicalConstant.h.

Referenced by ProcessLib::TES::fluid_density(), ProcessLib::TES::fluid_heat_conductivity(), and ProcessLib::TES::fluid_viscosity().

◆ O2

constexpr double MaterialLib::PhysicalConstant::MolarMass::O2 = 0.032
constexpr

kg mol-1

Oxygen O2.

According to the IUPAC report the atomic mass of O is in the range [15.999 03, 15.999 77] g/mol

Definition at line 70 of file PhysicalConstant.h.

◆ Water

constexpr double MaterialLib::PhysicalConstant::MolarMass::Water = 0.018016
constexpr

kg mol-1

Water.

According to the IUPAC report the atomic mass of O is in the range [15.999 03, 15.999 77] g/mol and the atomic mass of H is in the range [1.007 84, 1.008 11] g/mol

Definition at line 48 of file PhysicalConstant.h.

Referenced by ProcessLib::TES::fluid_density(), ProcessLib::TES::fluid_heat_conductivity(), ProcessLib::TES::fluid_viscosity(), Adsorption::DensityDubinin::getAdsorbateDensity(), and Adsorption::DensityDubinin::getAlphaT().