Refactor settler node: remove unused inlet input and enhance effluent calculation logic

This commit is contained in:
2025-10-24 15:00:57 +02:00
parent efb99df107
commit 93b67e607a
3 changed files with 54 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ class nodeClass {
}
_tick(){
this.node.send([null, null, null]);
this.node.send([this.source.getEffluent, null, null]);
}
_attachCloseHandler() {