Voltage Initializer¶
The voltage_initializer module is a tool to initialize voltage of a network before a loadflow and can prevent divergence.
Run the voltage initializer¶
|
Run voltage initializer on the network with the given params. |
VoltageInitializerParameters : How to parameterize the tool¶
Parameters of a voltage initializer run. |
|
|
Indicate to voltage initializer that the given shunt compensator has a variable susceptance. |
Indicate to voltage initializer that the given generator have a constant target reactive power. |
|
|
Indicate to voltage initializer that the given 2wt have a variable ratio. |
|
Indicate to voltage initializer to override the network low voltages limits, limit can be given relative to former limit or absolute. |
|
Indicate to voltage initializer to override the network high voltages limits, limit can be given relative to previous limit or absolute. |
|
Indicate to voltage initializer to override the network voltages limits. |
If you use BETWEEN_HIGH_AND_LOW_VOLTAGE_LIMIT, you also need to call |
|
If you use BETWEEN_HIGH_AND_LOW_VOLTAGE_LIMIT, you also need to call this function. |
|
Changes the log level of AMPL printings. |
|
Changes the log level of non-linear optimization solver printings. |
|
|
Changes the log level of non-linear optimization solver printings. |
|
Changes the minimal plausible value for low voltage limits (in p.u.) in ACOPF solving. |
|
Changes the maximal plausible value for high voltage limits (in p.u.) in ACOPF solving. |
|
Changes the weight to favor more/less minimization of active power produced by generators. |
|
Changes the threshold of active and reactive power considered as null in the optimization. |
|
Changes the threshold of impedance considered as null. |
|
Changes the threshold used to ignore voltage levels with nominal voltage lower than it. |
|
Changes the threshold used to replace voltage limits of voltage levels with nominal voltage lower than it. |
|
Changes the threshold defining the maximum active and reactive power considered in correction of generator limits. |
|
Changes the threshold used for the correction of high active power limit of generators. |
|
Changes the threshold used for the correction of low active power limit of generators. |
|
Changes the threshold used to fix active (resp. |
|
Changes the ratio used to calculate threshold for corrections of high/low reactive power limits. |
|
Changes the scaling of all variables (except reactive slacks and transformer ratios) before ACOPF solving |
|
Changes the scaling factor applied to all the constraints before ACOPF solving |
|
Changes the scaling factor applied to all reactive slacks variables before ACOPF solving |
|
Changes the scaling factor applied to all transformer ratio variables before ACOPF solving |
VoltageInitializerResults : How to exploit the results¶
|
Results of a voltage initializer run. |
Apply all the modifications voltage initializer found to the network. |
|
If the optimisation failed, it can be useful to check the indicators. |
|
Returns: The indicators as a dict of the optimisation |