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

Fix StaticVarCompensator and VscConverter used as reference generator #1078

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

jeandemanged
Copy link
Member

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?

No

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Static Var Compensator and VSC HVDC Converters are used in reference bus selection based on generator reference priorities.
Generator Reference priorities should use only real generators.

In the case of a slackDistributionFailureBehavior configured to mode DISTRIBUTE_ON_REFERENCE_GENERATOR:

  • if a Static Var Compensator was selected, then slack is not really assigned (biggest issue)
  • if a VSC HVDC Converter was selected, then slack could be assigned but this doesn't really sound right (this point is debatable).

What is the new behavior (if this is a feature change)?
Static Var Compensator and VSC HVDC Converters are not used anymore in reference bus selection based on generator reference priorities.
The issue of undistributed slack in the presence of an Static Var Compensator is fixed.

Signed-off-by: Damien Jeandemange <damien.jeandemange@artelys.com>
@jeandemanged jeandemanged requested a review from m-guibert August 20, 2024 09:59
Copy link

@geofjamg geofjamg merged commit e4f0e49 into main Aug 29, 2024
7 checks passed
@geofjamg geofjamg deleted the fix-svc-selected-as-reference-bus branch August 29, 2024 11:16
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

Successfully merging this pull request may close these issues.

4 participants