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 --- test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test.c') 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(); } -- cgit v1.2.3