NuTo
Numerics Tool
PhysicalConstantsSI.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace NuTo
4 {
5 namespace SI
6 {
7 const constexpr double IdealGasConstant = 8.314459848; // [(kg m²) / (s² mol K)]
8 const constexpr double MolarMassWater = 18.01528 / 1000; // [kg / mol]
9 } // namespace SI
10 } // namespace NuTo
const constexpr double IdealGasConstant
Definition: PhysicalConstantsSI.h:7
Definition: Exception.h:6
const constexpr double MolarMassWater
Definition: PhysicalConstantsSI.h:8