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] Avoid angle divergence with HVDC AC emulation and PMax #1010

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

Conversation

vidaldid-rte
Copy link
Contributor

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?
Users report convergence problems with HVDC and AC emulation and PMax

What kind of change does this PR introduce?
When angle difference at HVDC bounds is larger than the operational range of the HVDC (ie range in which P grows with angle difference), the derivative for the AC emulation term does not return 0 for dp/dphi but the slope between bounded teta and angle value for which P = 0/

What is the current behavior?
Possible divergence if NR initialized with angle values out of the HVDC operational range.

What is the new behavior (if this is a feature change)?
Better convergence.
However, if a network convergence state is far outside of the operational range of an HVDC in AC eumlation mode, sensitivity analysis may return incorrect value (because dp/dphi does not return null)

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

  • Yes
  • No

@vidaldid-rte vidaldid-rte force-pushed the hvdc_ac_pmax_cvg branch 3 times, most recently from bca379b to bc362fd Compare April 2, 2024 15:13
Signed-off-by: VIDAL Didier (Externe) <[email protected]>
Signed-off-by: VIDAL Didier (Externe) <[email protected]>
Copy link

sonarcloud bot commented Apr 3, 2024

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.

None yet

1 participant