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?
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?
Please check if the PR fulfills these requirements
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?