From ebcc4331620d0ee123ebaa1646ee3996b3ce695f Mon Sep 17 00:00:00 2001 From: JosepFanals Date: Mon, 8 Apr 2024 12:32:02 +0200 Subject: [PATCH] Implemented min and max SOC in fluid node --- .idea/workspace.xml | 537 +++++++----------- .../Compilers/circuit_to_data.py | 4 + .../DataStructures/fluid_node_data.py | 5 +- src/GridCalEngine/Devices/Fluid/fluid_node.py | 53 ++ .../Simulations/OPF/linear_opf_ts.py | 13 +- 5 files changed, 293 insertions(+), 319 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3a81e60e4..0c17f1c87 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -29,11 +29,11 @@