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

Extrapolate maxQ and minQ reactive limits when outside active power limits in ReactiveCapabilityCurve #1143

Open
SylvestreSakti opened this issue Dec 5, 2024 · 0 comments

Comments

@SylvestreSakti
Copy link
Contributor

SylvestreSakti commented Dec 5, 2024

Describe the current behavior

Currently, when computing reactive limits of a generator (or a battery) that is defined by its ReactiveCapabiltyCurve, when P is out of the bounds of this curve (e.g. when a generator is in starting phase, its P is inferior to Pmin), the computed reactive limits are the same as the reactive limits of Pmin.

Describe the expected behavior

We would like to extrapolate the reactive limits to have a more accurate modelling of the generator when it is outside its active power limits.

image

Describe the motivation

Differences in modeled behavior are detected when generators are in starting phase, and having extrapolation of the reactive limits enables a more accurate modelling.

Extra Information

This modification may need a modification of getMinQ() and getMaxQ() of the class ReactiveCapabilityCurve in powsybl.iidm.

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

1 participant