-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation to list the currently implemented security analysis…
… remedial actions Signed-off-by: CARON Alice <alice.caron@rte-france.com>
- Loading branch information
1 parent
da71f30
commit a22101d
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -7,4 +7,5 @@ hidden: true | |
--- | ||
security.md | ||
parameters.md | ||
inputs.md | ||
``` |
This file contains 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Inputs | ||
|
||
To run a PowSyBl Open Load Flow security analysis, you have to precise some inputs that are documented in [PowSyBl Core](inv:powsyblcore:*:*#simulation/security/index). | ||
|
||
## Implemented remedial actions | ||
|
||
With Open Load Flow only the following remedial actions are currently implemented: | ||
|
||
- `LoadAction` | ||
- `SwitchAction` | ||
- `TerminalsConnectionAction` | ||
- `PhaseTapChangerTapPositionAction` | ||
- `RatioTapChangerTapPositionAction` | ||
- `ShuntCompensatorPositionAction` | ||
- `GeneratorAction` | ||
- `HvdcAction` | ||
|