Skip to content

Commit d6dbb8a

Browse files
committed
note
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
1 parent 4b7ca9d commit d6dbb8a

File tree

1 file changed

+9
-0
lines changed
  • loadflow/loadflow-validation/notes

1 file changed

+9
-0
lines changed

loadflow/loadflow-validation/notes/note.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
| 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` |
3232

3333

34+
- Added util methods inValidationUtils
35+
- `isUndefinedOrZero`
36+
- `isOutsideTolerance`
37+
- `isConnectedAndMainComponent`
38+
- `computeShuntExpectedQ`
39+
3440
### Static VAR compensator validation
3541

3642
##### Doc
@@ -64,6 +70,9 @@
6470
| 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 |
6571

6672

73+
- Used util methods inValidationUtils
74+
- `isUndefinedOrZero`
75+
- `isOutsideTolerance`
6776
### Generator validation
6877

6978
##### Doc

0 commit comments

Comments
 (0)