Add flow number configuration and UI input for rotating machine

This commit is contained in:
2025-10-31 14:16:00 +01:00
parent ac40a93ef1
commit 303dfc477d
2 changed files with 7 additions and 1 deletions

View File

@@ -523,7 +523,8 @@ class Machine {
}
_updateConnectedReactor() {
this.downstreamReactor.setInfluent = this.upstreamReactor.getEffluent[1];
// Handles flow according to the configured "flow number"
this.downstreamReactor.setInfluent = this.upstreamReactor.getEffluent[this.config.flowNumber];
}
// Helper method for operational state check