aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 15:25:24 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 15:25:24 -0500
commit331a6e4e536c329371ad23650876364d87fd9561 (patch)
tree2faf0eb2e4c062969ca189bc945863cafb6dab5e /engine.h
parente7d1b40c7d0c2325eab045131d63d0d4860f88de (diff)
downloadvolute-331a6e4e536c329371ad23650876364d87fd9561.zip
add compressor efficiency input
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 43d5f4b..cb77a35 100644
--- a/engine.h
+++ b/engine.h
@@ -5,6 +5,7 @@ typedef struct {
AngularSpeed rpm;
Pressure map;
Fraction ve;
+ Fraction comp_efficiency;
} Engine;
void init_engine(Engine *e);