summaryrefslogtreecommitdiffstats
path: root/include/constants.h
diff options
context:
space:
mode:
authorhybrid <hybrid@hybridlabs.pro>2026-07-18 11:44:43 +0300
committerhybrid <hybrid@hybridlabs.pro>2026-07-18 11:44:43 +0300
commit17eaf66bb7713378b95cce0fccd2cf32bde213a6 (patch)
treed5a0d7221c6976ab7dbdd6a53e04d47208ac83ac /include/constants.h
parent2cff971b86fdd0f53014d302d66c83cd5a6088c5 (diff)
downloada3catragmx-17eaf66bb7713378b95cce0fccd2cf32bde213a6.tar.gz
a3catragmx-17eaf66bb7713378b95cce0fccd2cf32bde213a6.tar.bz2
a3catragmx-17eaf66bb7713378b95cce0fccd2cf32bde213a6.zip
add: tmp
Diffstat (limited to '')
-rw-r--r--include/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants.h b/include/constants.h
index cfc9c80..026ff7b 100644
--- a/include/constants.h
+++ b/include/constants.h
@@ -9,5 +9,6 @@ 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;
+static const double BC_CONVERSION_FACTOR = 0.00068418;
#endif