From 9e6a82e0bfe9cf0a884dc110293f497aa21bdb6d Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 14:24:56 -0500 Subject: calculate mass flow rate at ambient conditions --- test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test.c') diff --git a/test.c b/test.c index 592092b..460c320 100644 --- a/test.c +++ b/test.c @@ -62,4 +62,5 @@ main(void) { test_comp_outlet_temperature(); test_manifold_temperature(); test_volume_flow_rate(); + test_mass_flow_rate(); } -- cgit v1.2.3