-
Notifications
You must be signed in to change notification settings - Fork 152
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
OPF on the radial system offered by MATPOWER #231
Comments
The first thing I usually try when an OPF does not converge is to turn on OPF soft limits (see Section 7.6.4 in the MATPOWER User's Manual) to see if there is an infeasibility. For example ...
... results in ...
Here's what I found for the cases you listed by running them with OPF soft limits:
|
Looks like
I will fix that error in |
There is another error when using
results in...
|
The If so, you can always remove the
|
I ran the OPF on the radial systems offered by MATPOWER, e.g. case10ba, case51ga, case51he, case69, case70da, case74ds, case85, case94pi, case118zh, case136ma, and case141. But it's not converged except case51ga, case51he, case69, and case141. I want to successfully run the OPF on the radial systems in all cases. Could you tell me how to do?
The text was updated successfully, but these errors were encountered: