aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 15:30:53 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 15:30:53 -0500
commitcd1d768b5dbdca6ce714bcb05ef55ab79c983686 (patch)
treed1c7c9253ed30aecf91ee3ddd86162b412c8e8a9 /engine.h
parent331a6e4e536c329371ad23650876364d87fd9561 (diff)
downloadvolute-cd1d768b5dbdca6ce714bcb05ef55ab79c983686.zip
add intercooler 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 cb77a35..3922ab8 100644
--- a/engine.h
+++ b/engine.h
@@ -6,6 +6,7 @@ typedef struct {
Pressure map;
Fraction ve;
Fraction comp_efficiency;
+ Fraction intercooler_efficiency;
} Engine;
void init_engine(Engine *e);