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