aboutsummaryrefslogtreecommitdiffstats
path: root/ui.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 /ui.h
parent331a6e4e536c329371ad23650876364d87fd9561 (diff)
downloadvolute-cd1d768b5dbdca6ce714bcb05ef55ab79c983686.zip
add intercooler efficiency input
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index db95f25..b656f93 100644
--- a/ui.h
+++ b/ui.h
@@ -21,6 +21,8 @@ typedef struct {
w_Field comp_efficiency[MAX_POINTS];
+ w_Field intercooler_efficiency[MAX_POINTS];
+
Engine points[MAX_POINTS];
w_Select volume_flow_rate_unit;
@@ -38,6 +40,7 @@ void set_map(UI *ui, int idx);
void set_map_unit(UI *ui);
void set_ve(UI *ui, int idx);
void set_comp_efficiency(UI *ui, int idx);
+void set_intercooler_efficiency(UI *ui, int idx);
void set_volume_flow_rate(UI *ui, int idx);
void set_all_volume_flow_rate(UI *ui);
void insert_point(UI *ui, int idx);