mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Adopt O2 and He densities to 20degC
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
7c6f30a4b1
commit
0cf8ef6e2d
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ extern "C" {
|
|||
|
||||
#define O2_IN_AIR 209 // permille
|
||||
#define N2_IN_AIR 781
|
||||
#define O2_DENSITY 1429 // mg/Liter
|
||||
#define O2_DENSITY 1331 // mg/Liter
|
||||
#define N2_DENSITY 1165
|
||||
#define HE_DENSITY 179
|
||||
#define HE_DENSITY 166
|
||||
#define SURFACE_PRESSURE 1013 // mbar
|
||||
#define SURFACE_PRESSURE_STRING "1013"
|
||||
#define ZERO_C_IN_MKELVIN 273150 // mKelvin
|
||||
|
|
Loading…
Add table
Reference in a new issue