-
Notifications
You must be signed in to change notification settings - Fork 44
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
[BUG] ZIP load #400
Comments
yes, the code for |
Thanks @MartaVanin, the Ipopt upgrade worked for the CURRENT and IMPEDANCE models. I'll leave this open for now since the ZIP model is unresolved unless someone from the PMD wants me to do otherwise. |
A workaround would be to just divide the ZIP load into separate loads and get the results. But the proper implementation is missing as identified. |
@apigott here is a piece of code showing the workaround I mentioned. I added a few validation plots as well. https://gist.github.com/hei06j/b1bdd1a24e6694568c9022eed7b5fdf2 |
Describe the bug
PowerModelsDistribution doesn't seem to solve models other than
POWER
models.With
ZIP
models PMD errors out that ZIP is an unrecognized model type.With constant current and constant impedance (
CURRENT
,IMPEDANCE
) models JuMP returns an invalid NLP model with an invalid number of constraints.Minimum Viable Example
Here is a MWE with a ZIP model, though errors occur by replacing the load["model"] with CURRENT or IMPEDANCE.
Expected behavior
I expect
solve_mc_opf
to return a result dictionary with delivered power varying according to the delivered voltage at each load bus.Error Logs
with load model CURRENT
System Information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: