From 640d079ba6256121c45522e9a5fc0eef8725ff8c Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 14:40:09 -0500 Subject: calculate mass flow rate at standard conditions --- unit.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unit.h') diff --git a/unit.h b/unit.h index b189ff1..d25aff9 100644 --- a/unit.h +++ b/unit.h @@ -1,3 +1,7 @@ +#define STANDARD_PRESSURE millibar(1013) +#define STANDARD_TEMPERATURE celsius(20) + + typedef double AngularSpeed; typedef AngularSpeed (*AngularSpeedMaker)(double); typedef double (*AngularSpeedReader)(AngularSpeed); -- cgit v1.2.3