From 8db1b37a054151a66de4214382b89f3d5e3e6b7c Mon Sep 17 00:00:00 2001 From: santi Date: Thu, 3 Oct 2024 13:08:41 +0100 Subject: [PATCH] Improved the reactive power calculation for the generators in the power flow simulation --- .idea/workspace.xml | 219 ++++++------------ .../Compilers/circuit_to_data.py | 56 ++++- src/GridCalEngine/DataStructures/bus_data.py | 19 ++ .../DataStructures/generator_data.py | 25 +- .../DataStructures/shunt_data.py | 18 ++ .../PowerFlow/power_flow_worker.py | 39 ++-- 6 files changed, 213 insertions(+), 163 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1ad65bf13..8584ec795 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -28,11 +28,13 @@