Loadflow#
The loadflow module allows to run AC and DC loadflows. It also provides a method to check the consistency of a network with loadflow equations.
Running a loadflow#
Run an AC load flow on a network. |
|
Run a DC load flow on a network. |
|
Set the default load flow provider |
|
Get the current default loadflow provider. |
|
Get list of supported provider names. |
|
Get list of parameters for the specified loadflow provider. |
|
Supported loadflow specific parameters for a given provider. |
Parameters#
The execution of the loadflow can be customized using loadflow parameters.
Parameters for a loadflow execution. |
|
Get list of parameters for the specified loadflow provider. |
|
Supported loadflow specific parameters for a given provider. |
Some enum classes are used in parameters:
Results#
The loadflow result is actually a list of results, one for each component of the network:
Loadflow result for one synchronous component of the network. |
Some classes and enum classes are used in results:
Result for one slack bus of a synchronous component. |
Parameters to validate loadflow#
The validation of a loadflow can be customized using loadflow validation parameters.
Parameters for a loadflow validation. |
Validate loadflow results#
The following method allows to check the consistency of a network with AC loadflow equations.
Checks that the network data are consistent with AC loadflow equations. |
|
The result of a loadflow validation. |