-
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… (
#1166) Signed-off-by: CARON Alice <[email protected]>
- Loading branch information
1 parent
0248094
commit 8dfdd49
Showing
2 changed files
with
19 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,18 @@ | ||
# 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` | ||
|
||
Note: Some limitations in the use of these actions exist, please read the documentation about the [security analysis specific parameters](parameters). |