aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 20:30:23 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 20:30:23 -0500
commitf03653774e4529404546f474064c5bf679fa7176 (patch)
treeb881365d1b43d9a16fae1530bef98acab52d55bb /engine.h
parentf7970f9b769369220ed3c607a27081b8ea93e409 (diff)
downloadvolute-f03653774e4529404546f474064c5bf679fa7176.zip
add compressor outlet temperature output
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine.h b/engine.h
index 7e1eb1e..4e5c5af 100644
--- a/engine.h
+++ b/engine.h
@@ -12,5 +12,6 @@ typedef struct {
void init_engine(Engine *e);
Pressure comp_outlet_pressure(const Engine *e);
+Temperature comp_outlet_temperature(const Engine *e);
double pressure_ratio(const Engine *e);
VolumeFlowRate volume_flow_rate(const Engine *e);