The Security Constrained Optimal Power Flow (SCOPF) problem is presented as a major challenge to be tackled by grid operators. How would you optimally operate the grid if you had to ensure the disconnection of any element does not compromise the safe operation of the system?
The best possible operating point of a network is commonly determined by an optimal power flow, ideally in its non-linear version, known as ACOPF. Even under normal conditions, solving the ACOPF is complex, involving non-linear equality constraints and a large number of inequality constraints (e.g., loading limits, voltage boundaries) that define a highly restricted search space.
The SCOPF problem extends this difficulty as it requires finding an operating point that remains feasible not only in normal operation but also under any plausible contingency. In other words, for each critical line or generator that could realistically be disconnected, the system must still operate securely. Now imagine a system with thousands of nodes: you would need to evaluate thousands of contingency scenarios to ensure that your initial setpoints make the system resilient to every possible failure. Complicated right?
At eRoots we have embedded the application of the Generalised Benders Decomposition technique (GBD). Such an approach consists of dividing the initially huge problem into:
The workflow looks as follows:
The proposed methodology allows us to decompose what otherwise would be a huge optimization problem that would consume all of a regular's computer memory and therefore become intractable. However, while GBD significantly reduces memory consumption and avoids making the SCOPF intractable, the major computational bottleneck remains: solving the SPs, which typically consumes about 99% of the total runtime. Several strategies can mitigate this bottleneck:
Stay tuned to find out how we are accelerating the solving process of such a challenging optimization problem!