You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: