aboutsummaryrefslogtreecommitdiffstats
path: root/unit.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-02 14:40:09 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-02 14:40:09 -0500
commit640d079ba6256121c45522e9a5fc0eef8725ff8c (patch)
treefdc77c9e93d103ed928893364b002c2c9c9d34a2 /unit.h
parent9e6a82e0bfe9cf0a884dc110293f497aa21bdb6d (diff)
downloadvolute-640d079ba6256121c45522e9a5fc0eef8725ff8c.zip
calculate mass flow rate at standard conditions
Diffstat (limited to 'unit.h')
-rw-r--r--unit.h4
1 files changed, 4 insertions, 0 deletions
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);