summaryrefslogtreecommitdiffstats
path: root/include/constants.h
diff options
context:
space:
mode:
authorhybrid <hybrid@hybridlabs.pro>2026-07-11 10:15:52 +0300
committerhybrid <hybrid@hybridlabs.pro>2026-07-11 10:15:52 +0300
commit866393b70f5baddcaf9571b7240ebd4ce44bc67c (patch)
treecac69c96fc074c64af54060a044474e40e7e46ad /include/constants.h
parent4e6026b12eb00ea5bdd6dece2dfc97ffe8c2fc87 (diff)
downloada3catragmx-866393b70f5baddcaf9571b7240ebd4ce44bc67c.tar.gz
a3catragmx-866393b70f5baddcaf9571b7240ebd4ce44bc67c.tar.bz2
a3catragmx-866393b70f5baddcaf9571b7240ebd4ce44bc67c.zip
add: tmp commit
Diffstat (limited to 'include/constants.h')
-rw-r--r--include/constants.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/constants.h b/include/constants.h
new file mode 100644
index 0000000..cfc9c80
--- /dev/null
+++ b/include/constants.h
@@ -0,0 +1,13 @@
+#ifndef CONST_H
+#define CONST_H
+
+static const double GRAVITY = 9.80665;
+
+static const double DRY_AIR_MOLAR_MASS = 0.028964;
+static const double WATOR_VAPOR_MOLAR_MASS = 0.018016;
+static const double UNIVERSAL_GAS_CONSTANT = 8.31432;
+static const double SPECIFIC_GAST_CONSTANT_DRY_AIR = 287.057036320950;
+static const double STD_AIR_DENSITY_ICAO = 1.22498;
+static const double STD_AIR_DENSITY_ASM = 1.20886;
+
+#endif