You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distributed Slack with ACOPF - Multiple connected slacks in one area found. This would probably lead to non-convergence of the OPF. Therefore, all but one slack (ext_grid) were changed to gens. To avoid undesired behaviour, rather convert the slacks to gens yourself and set slack=True for only one of them.
#2424
Open
4 tasks done
PB-vines opened this issue
Oct 22, 2024
· 0 comments
Browse the tutorials and tests for usefull code snippets and examples of use
Issue
I have a transmission grid with the following specs:
bus (6717 elements)
load (4541 elements)
sgen (63 elements)
gen (668 elements)
shunt (367 elements)
line (7173 elements)
trafo (1967 elements)
I want 5-8 gen.slack = True. I need to run this for ACOPF, DCOPF, and ACPF. Regardless if I use gen.slack = True or external grids, I get the following message:
"Multiple connected slacks in one area found. This would probably lead to non-convergence of the OPF. Therefore, all but one slack (ext_grid) were changed to gens. To avoid undesired behaviour, rather convert the slacks to gens yourself and set slack=True for only one of them." I get this message anytime I have more than 1 gen.slack = True or external grid when running ACOPF and DCOPF. The PF is fine.
I have seen other comments related, like the one below, with no resolve. #1163 (comment)
Feature Checklist
Searched the issues page for similar reports
Read the relevant sections of the documentation
Browse the tutorials and tests for usefull code snippets and examples of use
Issue
I have a transmission grid with the following specs:
I want 5-8 gen.slack = True. I need to run this for ACOPF, DCOPF, and ACPF. Regardless if I use gen.slack = True or external grids, I get the following message:
"Multiple connected slacks in one area found. This would probably lead to non-convergence of the OPF. Therefore, all but one slack (ext_grid) were changed to gens. To avoid undesired behaviour, rather convert the slacks to gens yourself and set slack=True for only one of them." I get this message anytime I have more than 1 gen.slack = True or external grid when running ACOPF and DCOPF. The PF is fine.
I have seen other comments related, like the one below, with no resolve.
#1163 (comment)
Any conclusions on this? @rbolgaryn @lthurner @FlorianShepherd.
Label
The text was updated successfully, but these errors were encountered: