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

voltage dependency of loads #76

Open
jankaeh opened this issue Jun 25, 2019 · 1 comment
Open

voltage dependency of loads #76

jankaeh opened this issue Jun 25, 2019 · 1 comment

Comments

@jankaeh
Copy link
Contributor

jankaeh commented Jun 25, 2019

I think it would be nice to add a dependency of loads_t.p and loads_t.q of the connected buses_t.v_mag_pu for power flow calculations. Did anyone already work on this?

My first idea would be to:

  1. add two attributes to loads: ratio of p/q that is dependent on the voltage (default 0)
  2. build loop around pf with p_set/q_set being recalculated from the pf-result for buses_t.v_mag_pu as long as they change significantly.

I could try to implement this, if you think it is useful. If so: Do you think the approach is suitable and are there any preliminary works that could help?

@nworbmot
Copy link
Member

nworbmot commented Jun 26, 2019

You can look how pandapower have implemented the ZIP load model, which is fairly standard:
https://pandapower.readthedocs.io/en/v1.4.1/elements/load.html
We'd be grateful for you to contribute this impementation!

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

No branches or pull requests

3 participants