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
Currently, when there are multiple generators at the slack bus, MATPOWER's power flow considers the first generator at the bus to be the slack generator, taking up all of the slack. However, I'm not sure if this convention is documented anywhere and it is probably not the behavior intuitively expected by most users.
I propose to update MATPOWER's handling of slack allocation among multiple generators at a slack bus in the following way:
If area participation factors (APF column of gen matrix) are provided, split the slack according to the proportions indicated by the relative participation factors.
If area participation factors are not provided (i.e. set to 0), the slack will be distributed according to the size of the generator. I.e. for identical generators it will be distributed evenly.
This also needs to be mentioned explicitly in the documentation.
The text was updated successfully, but these errors were encountered:
rdzman
changed the title
clarify slack distribution among multiple gens at slack bus
improve slack distribution among multiple gens at slack bus
Mar 11, 2019
The output of the slack generator often serves as a convenient way to quickly compare power flow results. For example, in Andes there is an effort to use the output from MATPOWER, via Oct2PYPOWER, to verify power flow results. Both of the suggestions made seem to be worthwhile improvements over the current approach. However, given that this would represent a breaking change for MATPOWER v7 it might be worth starting a thread on the mailing list so that this could be discussed further with the user community.
Good point. I'll just mention that the motivation for this change is to remove ambiguity in the handling of slack for such cases, in order to enhance the reproducibility of results.
Feel free to discuss on the mailing list (see this thread), or here.
Currently, when there are multiple generators at the slack bus, MATPOWER's power flow considers the first generator at the bus to be the slack generator, taking up all of the slack. However, I'm not sure if this convention is documented anywhere and it is probably not the behavior intuitively expected by most users.
I propose to update MATPOWER's handling of slack allocation among multiple generators at a slack bus in the following way:
APF
column ofgen
matrix) are provided, split the slack according to the proportions indicated by the relative participation factors.This also needs to be mentioned explicitly in the documentation.
The text was updated successfully, but these errors were encountered: