aboutsummaryrefslogtreecommitdiffstats
path: root/ui.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 /ui.h
parente7d1b40c7d0c2325eab045131d63d0d4860f88de (diff)
downloadvolute-331a6e4e536c329371ad23650876364d87fd9561.zip
add compressor 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 e1cbfcf..db95f25 100644
--- a/ui.h
+++ b/ui.h
@@ -19,6 +19,8 @@ typedef struct {
w_Field ve[MAX_POINTS];
+ w_Field comp_efficiency[MAX_POINTS];
+
Engine points[MAX_POINTS];
w_Select volume_flow_rate_unit;
@@ -35,6 +37,7 @@ void set_ambient_pressure_unit(UI *ui);
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_volume_flow_rate(UI *ui, int idx);
void set_all_volume_flow_rate(UI *ui);
void insert_point(UI *ui, int idx);