diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 20:30:23 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 20:30:23 -0500 |
| commit | f03653774e4529404546f474064c5bf679fa7176 (patch) | |
| tree | b881365d1b43d9a16fae1530bef98acab52d55bb /test.c | |
| parent | f7970f9b769369220ed3c607a27081b8ea93e409 (diff) | |
| download | volute-f03653774e4529404546f474064c5bf679fa7176.zip | |
add compressor outlet temperature output
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(); } |