aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 21:03:11 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 21:03:11 -0500
commit7a3532a160824909863977066193559261efb500 (patch)
tree09d809e23d6c0828d9ab35f653c0282acfe34940 /engine.h
parentf03653774e4529404546f474064c5bf679fa7176 (diff)
downloadvolute-7a3532a160824909863977066193559261efb500.zip
manifold temperature
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine.h b/engine.h
index 4e5c5af..f27220c 100644
--- a/engine.h
+++ b/engine.h
@@ -12,6 +12,7 @@ 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);
+Temperature comp_outlet_temperature(const Engine *e);
+Temperature manifold_temperature(const Engine *e);
VolumeFlowRate volume_flow_rate(const Engine *e);