From f03653774e4529404546f474064c5bf679fa7176 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 1 Mar 2025 20:30:23 -0500 Subject: add compressor outlet temperature output --- test.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.c') diff --git a/test.c b/test.c index 48df56e..afaff5d 100644 --- a/test.c +++ b/test.c @@ -47,4 +47,9 @@ main(void) { test_as_cubic_metre_per_sec(); test_as_cubic_metre_per_min(); test_as_cubic_foot_per_min(); + + test_comp_outlet_pressure(); + test_comp_outlet_temperature(); + test_pressure_ratio(); + test_volume_flow_rate(); } -- cgit v1.2.3