forked from RnD/rotatingMachine
Add flow number configuration and UI input for rotating machine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user