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

For N-1, Security Analysis or Sensitivity Analysis, start simulations with AC emulation HVDC frozen to previous active set point. #1199

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

Conversation

vidaldid-rte
Copy link
Collaborator

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?
Allow to detect dangerous situation with HVDC in AC emulation mode in N-1, Security Analysis or Sensitivty Analysis.

HVDC lines in AC emulation mode monitor their active set point depending on the angle difference of the AC signal at each
side of the line. However, the change in active set point to reach the new equilibrium after a contingency is typically more than
a minute. Situations can happen where after a contingency, it is impossible to deliver or evacuate the active power flowing
through the HVDC line. Without this PR, these situations are not detected because the siumlator assumes that the HVDC adapt
instantaneously to AC angles.

What is the current behavior?
HVDC lines adapt their active set point instaneously. Situations where it is impossible to deliver or evacuate the active power after a contingency are not detected.

What is the new behavior (if this is a feature change)?
In N-1 (voltage initialization set to PREVIOUS_VALUES), in Security Analysis or in Sensitivity analysis, a first computation is run with AC emulation HVDC lines frozen to their previous active set point. Is the compuation succeeds (and if present the slack distribution), then the frozen HVDC lines a reset to their AC emulation mode.

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

  • Yes
  • No

Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
@vidaldid-rte vidaldid-rte force-pushed the hvdc_ac_emulation_previous_values branch from fa94d59 to 78970d2 Compare March 4, 2025 11:17
@vidaldid-rte vidaldid-rte force-pushed the hvdc_ac_emulation_previous_values branch from e69e55e to 492e972 Compare March 4, 2025 11:38
Copy link

sonarqubecloud bot commented Mar 4, 2025

@jeandemanged jeandemanged changed the title For N-1, Security Analysis or Sensitivy Analysys, start simulations with AC emulation HVDC drozen to previous active set point. For N-1, Security Analysis or Sensitivity Analysis, start simulations with AC emulation HVDC frozen to previous active set point. Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant