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

Add an option that allow checking unrealistic voltage only on final state of the loadflow. #1087

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

murgeyseb
Copy link

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?

Feature

What is the current behavior?

Current implementation of unrealistic voltage check does stop computation with status Unrealistic Voltage each time any Newton Raphson iteration ends with a found voltage on any node outside the allowed range.

What is the new behavior (if this is a feature change)?
Adds an option that allow checking unrealistic voltage only on final state of the loadflow. It allows outerl oops to fix some voltage issues before failing.

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

  • Yes
  • No

@murgeyseb murgeyseb marked this pull request as draft September 19, 2024 12:49
…tate of the loadflow. It allows outerloops to fix some voltage issues before failing.

Signed-off-by: MURGEY Sebastien <[email protected]>
@murgeyseb murgeyseb force-pushed the feature/add-option-to-check-unrealistic-voltage-only-on-final-state branch from 139078d to d874b63 Compare September 20, 2024 07:55
Copy link

@murgeyseb murgeyseb marked this pull request as ready for review September 25, 2024 07:35
@@ -14,6 +14,13 @@
*/
public class NewtonRaphsonParameters extends AbstractNewtonParameters<NewtonRaphsonParameters> {

public enum UnrealisticVoltageCheckBehavior {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@murgeyseb can you add the documentation of the new parameter you have introduced. Or I can do it if you prefer. Just tell me !

Copy link
Member

@annetill annetill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just documentation missing.

Copy link
Collaborator

@vidaldid-rte vidaldid-rte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I understand it, this PR is a workaround to the fact that remote voltage control can create very low voltages, either in intermediate state of the solution of in final states. It does not solve the problem and does not resolve all divergence issues due to low voltage with this algorithm.
Unless there are other use cases for this PR, I would prefer that we do not commit this workaround before we have a full solution to stabilize the remote voltage algorithm.

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.

5 participants