aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 18:53:29 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 18:53:29 -0500
commitf7970f9b769369220ed3c607a27081b8ea93e409 (patch)
treed36fd0f30ef43f6ca1976307fe189f6b1e18dacd /engine.h
parent29a720e61568d6a9b215e804bb4ef999d9f7a7a5 (diff)
downloadvolute-f7970f9b769369220ed3c607a27081b8ea93e409.zip
add pressure ratio output
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine.h b/engine.h
index 89c6a13..7e1eb1e 100644
--- a/engine.h
+++ b/engine.h
@@ -11,4 +11,6 @@ typedef struct {
} Engine;
void init_engine(Engine *e);
+Pressure comp_outlet_pressure(const Engine *e);
+double pressure_ratio(const Engine *e);
VolumeFlowRate volume_flow_rate(const Engine *e);