From 866393b70f5baddcaf9571b7240ebd4ce44bc67c Mon Sep 17 00:00:00 2001 From: hybrid Date: Sat, 11 Jul 2026 10:15:52 +0300 Subject: add: tmp commit --- include/constants.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/constants.h (limited to 'include/constants.h') 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 -- cgit v1.3.1