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 loadflow on a network. |
|
Run a DC loadflow on a network. |
|
Set the default loadflow 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 connected component of the network. |
Some enum classes are used in results:
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. |