aboutsummaryrefslogtreecommitdiffstats
path: root/ui.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 /ui.h
parent29a720e61568d6a9b215e804bb4ef999d9f7a7a5 (diff)
downloadvolute-f7970f9b769369220ed3c607a27081b8ea93e409.zip
add pressure ratio output
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index bd00b68..c83dff8 100644
--- a/ui.h
+++ b/ui.h
@@ -27,6 +27,8 @@ typedef struct {
w_Field intercooler_deltap[MAX_POINTS];
w_Select intercooler_deltap_unit;
+ w_Number pressure_ratio[MAX_POINTS];
+
w_Select volume_flow_rate_unit;
w_Number volume_flow_rate[MAX_POINTS];
} UI;