-
Notifications
You must be signed in to change notification settings - Fork 9
Add parameter to define min nominal voltage for unrealistic state check #1217
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
Open
vidaldid-rte
wants to merge
5
commits into
main
Choose a base branch
from
feature/realistic_criteria
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
cdd571f
Add parameter to define min nominal voltage for unrealistic state check
vidaldid-rte e2da9b2
Merge branch 'main' into feature/realistic_criteria
vidaldid-rte f7118ea
review remarks
vidaldid-rte af4e0b0
clarify definition or related minNominalVoltageTargetVoltageCheck par…
vidaldid-rte 2d787e7
Merge branch 'main' into feature/realistic_criteria
jeandemanged File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -311,8 +311,9 @@ The default values are `0.8` and `1.2` and they must be greater or equal to `0`. | |||||||||||||||||||||||||||
**minRealisticVoltage** and **maxRealisticVoltage** | ||||||||||||||||||||||||||||
These parameters are used to identify if the AC Solver has converged to an unrealistic state. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
For any component where a bus voltage is solved outside these per-unit | ||||||||||||||||||||||||||||
thresholds, the component solution is deemed unrealistic and its solution status is flagged as failed. | ||||||||||||||||||||||||||||
If there is any bus in a voltage level higher than 'minNominalVoltageUnrealisticStateCheck', with | ||||||||||||||||||||||||||||
a computed voltage outside these per-unit thresholds, the component solution is deemed unrealistic and | ||||||||||||||||||||||||||||
its solution status is flagged as failed. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
If `voltageRemoteControlRobustMode` is set to true, the check of unrealistic voltage is done after the | ||||||||||||||||||||||||||||
ReactiveLimits outerloop has been used. In addition, the ReactiveLimits outerloop uses these values as a | ||||||||||||||||||||||||||||
|
@@ -321,6 +322,19 @@ their reactive diagram. | |||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
The default values are `0.5` and `2.0` and they must be greater or equal to `0`. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
**minNominalVoltageUnrealisticStateCheck** | ||||||||||||||||||||||||||||
This parameter defines the minimal nominal voltage, in kV, for which a bus oustide of **minRealisticVoltage** | ||||||||||||||||||||||||||||
and **maxRealisticVoltage** will stop the simulation. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Unrealistic voltage, especially in high voltage substations, may trigger automates or other dangerous phenomenons, | ||||||||||||||||||||||||||||
with a potentially large impact to the system, that a static simulator may not take correctly into account. In this case, | ||||||||||||||||||||||||||||
the result of the simulation should not be used without special caution. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
The default value is '0' for compatibility reasons. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
An example of configuration that provides good level of simulation trust as well as resilience to local observability issues | ||||||||||||||||||||||||||||
would be 0.8 and 1.2 for **minRealisticVoltage** and **maxRealisticVoltage** and 100 for **minNominalVoltageUnrealisticStateCheck** | ||||||||||||||||||||||||||||
Comment on lines
+329
to
+336
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
SylvestreSakti marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||||||||||||||||
**reactiveRangeCheckMode** | ||||||||||||||||||||||||||||
Open Load Flow discards voltage control for generators with a too small reactive power range, because in practice a too | ||||||||||||||||||||||||||||
small reactive power ranger means limited to zero voltage control capability. | ||||||||||||||||||||||||||||
|
@@ -387,9 +401,11 @@ Allows to ignore active power limits during calculations. Active power limits ar | |||||||||||||||||||||||||||
Disables voltage control for generators with `targetP` outside the interval [`minP`, `maxP`]. The default value is `false`. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
**minNominalVoltageTargetVoltageCheck** | ||||||||||||||||||||||||||||
This parameter defines the minimal nominal voltage to check the target of voltage control in per-unit. | ||||||||||||||||||||||||||||
The default value is `20 kV`, meaning that under the controlled buses of voltage levels under this value are ignored from the check. | ||||||||||||||||||||||||||||
It must be greater or equal to `0 kV`. | ||||||||||||||||||||||||||||
This parameter defines the minimal nominal voltage, in kV, for which the plausible voltage target checks are applied. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Above this voltage level, voltage targets that are, in pu, outside 'minPlausibleTargetVoltage' - 'maxPlausibleTargetVoltage' are ignored. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
The default value is `20 kV`. It must be greater or equal to `0 kV`. | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
**reactivePowerDispatchMode** | ||||||||||||||||||||||||||||
This parameter defines how reactive power is split among generators with controls (voltage or reactive power). | ||||||||||||||||||||||||||||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably subjective, but I find this name minNominalVoltageUnrealisticStateCheck difficult to correlate with the 2 others parameters
minRealisticVoltage
&maxRealisticVoltage
, proposing to haveRealisticVoltage
part in all 3 parameters, e.g.:minRealisticVoltage
maxRealisticVoltage
minNominalVoltageRealisticVoltageCheck
which would also be consistent with existing
minNominalVoltageTargetVoltageCheck
(also in kV)