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

[WIP] Add a parameter to ignore QPercent for remote voltage control. #1140

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vidaldid-rte
Copy link
Collaborator

Please check if the PR fulfills these requirements

  • [X ] 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?
For remote voltage control, in case several bus control the same target bus, the amount of reactive power to be provided by each controlling bus can be determined by qPercent. If this data is not provided as input, openLoadFlow falls back to a repartition key based on reactive power range.
In some situations, the qPercent data is irrelevant and it is desired to always use the bus reactive power range as repartition key.
The new parameter enables to ignore the qPercent input data and use this default repartition key.

What kind of change does this PR introduce?
New parameter and associated behaviour.

What is the current behavior?
qPercent are used if present.

What is the new behavior (if this is a feature change)?
Same as before, unless the parameter remoteVoltageControlIgnoreQPercent is explicitely set to True.

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

@vidaldid-rte vidaldid-rte force-pushed the parameter_ignore_q_percent branch from abc8d0a to 0c143d0 Compare December 17, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: TODO
Development

Successfully merging this pull request may close these issues.

2 participants