From 5e379b1cf70006dbe782df991a655c475630a146 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 12:03:54 -0500 Subject: engine tests --- test.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index afaff5d..72952f5 100644 --- a/test.c +++ b/test.c @@ -49,7 +49,10 @@ main(void) { test_as_cubic_foot_per_min(); test_comp_outlet_pressure(); - test_comp_outlet_temperature(); test_pressure_ratio(); + test_pressure_ratio_intercooled(); + test_comp_outlet_temperature_adiabatic(); + test_comp_outlet_temperature(); + test_manifold_temperature(); test_volume_flow_rate(); } -- cgit v1.2.3