Skip to content
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

How to specify pw_mw for ext_grid #2273

Closed
1 of 4 tasks
angrysnail opened this issue Apr 24, 2024 · 1 comment
Closed
1 of 4 tasks

How to specify pw_mw for ext_grid #2273

angrysnail opened this issue Apr 24, 2024 · 1 comment

Comments

@angrysnail
Copy link

Feature Checklist

Issue

I want to hold a specified value for ext_grid, by adjusting the pcs, pvs, even the load。 But the load, sgen, storage in pandapower, all need to specify a p_mw value, then after runpp(), the ext_grid p_mw value will be changed even I set ext_grid's controllable=False.
Any suggestion?

Label

  • Relevant labels are selected
@pawellytaev
Copy link
Contributor

In power flow analysis, the ext_grid automatically adjusts to balance the total generation and load in the network, since it acts as an infinite bus. You set a voltage and as a result you get the results P&Q.
To maintain a specified ext_grid value, you need a control strategy that adjusts the power of other elements (loads, PVs, storage) dynamically.
As you can see in the doc for ext_grid https://pandapower.readthedocs.io/en/latest/elements/ext_grid.html , the max_p_mw and min_p_mw are only considered in OPF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants