From 17eaf66bb7713378b95cce0fccd2cf32bde213a6 Mon Sep 17 00:00:00 2001 From: hybrid Date: Sat, 18 Jul 2026 11:44:43 +0300 Subject: add: tmp --- include/constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/constants.h') 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 -- cgit v1.3.1