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: docs/simulation/security/index.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,18 @@ A contingency is made of contingency elements. A contingency can trigger one ele
58
58
at a time (N-K). Bus bar and bus contingencies are special N-K contingencies as they trigger all the equipments
59
59
connected to a given bus bar section.
60
60
61
-
### Remedial actions
61
+
### Operator strategies
62
+
63
+
An operator strategy is applied in pre-contingency or after a contingency, depending on the contingency context
64
+
provided. A contingency context can be:
65
+
-`NONE` a pre-contingency state only
66
+
-`SPECIFIC` a post-contingency state on a specific contingency
67
+
-`ONLY_CONTINGENCIES` a post-contingency state on every contingency
68
+
-`ALL` both pre-contingency and post-contingency states
69
+
70
+
An operator strategy groups a condition and a list of remedial actions.
71
+
72
+
#### Remedial actions
62
73
63
74
Remedial actions are actions that are applied when limit violations occur. Supported actions are:
64
75
@@ -88,7 +99,7 @@ Remedial actions can be *preventive* or *curative*:
88
99
89
100
Note: you can find the current list of remedial actions implemented in the PowSyBl Open Load Flow security analysis provider in the [PowSyBl Open Load Flow documentation](inv:powsyblopenloadflow:*:*#security/inputs).
90
101
91
-
### Conditions
102
+
####Conditions
92
103
93
104
Actions are applied if a condition is met. The conditions can be diversified and extended in the future:
94
105
@@ -104,14 +115,7 @@ Actions are applied if a condition is met. The conditions can be diversified and
104
115
Four condition types are available depending on the equipment to target: branch threshold condition, three-winding
0 commit comments