From d5d078413cb382457bf99562ca8b109dda7a96dc Mon Sep 17 00:00:00 2001 From: "p.vanderwilt" Date: Fri, 31 Oct 2025 14:03:54 +0100 Subject: [PATCH] Add flowNumber configuration to define effluent flow handling --- src/configs/rotatingMachine.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/configs/rotatingMachine.json b/src/configs/rotatingMachine.json index 2c83be7..6ef9955 100644 --- a/src/configs/rotatingMachine.json +++ b/src/configs/rotatingMachine.json @@ -412,6 +412,14 @@ ], "description": "The frequency at which calculations are performed." } + }, + "flowNumber": { + "default": 1, + "rules": { + "type": "number", + "nullable": false, + "description": "Defines which effluent flow of the parent node to handle." + } } } \ No newline at end of file