You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: loadflow/loadflow-validation/notes/note.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@
31
31
| Condition3 | - | if (!connected && !Double.isNaN(q) && q != 0) return false | if the shunt is disconnected, q should be undefined or 0 | - `add this rule in the doc`|
32
32
33
33
34
+
- Added util methods inValidationUtils
35
+
-`isUndefinedOrZero`
36
+
-`isOutsideTolerance`
37
+
-`isConnectedAndMainComponent`
38
+
-`computeShuntExpectedQ`
39
+
34
40
### Static VAR compensator validation
35
41
36
42
##### Doc
@@ -64,6 +70,9 @@
64
70
| Condition6 |`If the regulation mode is OFF, then \|targetQ -Q \| < ε`| - ` | if regulating is false then reactive power should be equal to 0 | - `remove this rule from the doc` source: #2790|
0 commit comments