aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
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 /test.c
parent9e6a82e0bfe9cf0a884dc110293f497aa21bdb6d (diff)
downloadvolute-640d079ba6256121c45522e9a5fc0eef8725ff8c.zip
calculate mass flow rate at standard conditions
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index 460c320..11348c2 100644
--- a/test.c
+++ b/test.c
@@ -63,4 +63,5 @@ main(void) {
test_manifold_temperature();
test_volume_flow_rate();
test_mass_flow_rate();
+ test_mass_flow_rate_corrected();
}