-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PF and OPF results conflicting #27
Comments
Do you (or does anybody) know what the generator voltage setpoints are for OPF under a version of MATPOWER that updates the generator voltage setpoints? |
So, I experimented a little bit. This post will have two (small) sections. One answering your question and one summarising what I found. Section A: Here is what should be happening (I will be very explicit just in case someone does not know electrical power system stuff): The voltage get points of the generator should control the voltage amplitude at the bus the generator is connected at. This quantity could be given either in Volts or per units. The MATPOWER manual says that they are using per units, which makes much more sense. In other words, the optimum vector of voltage amplitudes produced by the OPF should be used to fill in the voltage set points of the generators. Specifically, the bus ID to which the generator is connected should have the same voltage amplitude as the generator setpoint. Section B: Some of the three steps might be redundant. I will check tomorrow. |
Dear all,
I run an OPF and pass the solved case over to a PF solver. Then, the PF solver iterates. This should not be happening (I have established that after a discussion with Zimmerman), since the OPF solution is also a PF solution.
In older versions of MATPOWER this would happen because the OPF solver would not update the generator voltage setpoints. I did some checking and this does not seem to be the case in PYPOWER.
Minimal example:
The text was updated successfully, but these errors were encountered: