14.3 Optimal Power Flow (OPF)
- Lecture Notes on Optimal Power Flow, DTU31765: Optimization in Modern Power Systems
- PowerDynamics.jl: Dynamic Power System Analysis in Julia
- pandapower
Different levels are needed.
Congestion in the transmission network can therefore transform a reasonably competitive global market into a collection of smaller local energy markets. (Kirschen and Strbac 2018)
At the heart of most power system optimizations are the equations of the steady-state, single-phase approximation to alternating current power flow in a network. Well-known problems like optimal power flow, reconfiguration, and transmission planning all consist of details layered on top of power flow. Nodal prices, a core component of electricity markets, are obtained from the dual of optimal power flow. It is therefore most unfortunate that the power flow equations are nonconvex, making all of these optimizations extremely difficult. We are thus faced with a tradeoff between realistic models that are too hard to solve at practical scales and tractable approximations. (Taylor 2015)
14.3.1 Models and Algorithms
This book only contains models and, with the exception of Chapters 2 and 7 , rarely mentions algorithms. This is not because the algorithms are not worth knowing or decoupled from modeling; one can always do better by formulating optimization models and algorithms jointly. Rather, here this wisdom is applied by formulating models so that they can be solved by certain algorithms. This approach is a luxury we can afford because optimization is a relatively mature field: for a desired level of scalability, it identifies the corresponding tradeoff between efficiency and descriptiveness. (Taylor 2015)
In words, optimal power flow is the problem of minimizing some function of voltage, current, and power, subject to the resulting flow being able to feasibly traverse a transmission or distribution system. System operators solve optimal power flow routines to do long-term planning, days- to hour-ahead scheduling, real-time dispatch, and pricing (to name a few), making it one of the most frequently employed optimization routines in power systems. (Taylor 2015)
Note that optimal power flow is a steady-state formulation. From a simulation perspective, this description of power system physics is therefore rather minimal in that it omits dynamics, harmonics, and load models, to name a few; moreover, the above is relatively simple even among optimal power flow formulations in that it also omits transformer tap positions and other fine-grained control variables. On the other hand, it is already hovering around the upper tractable limit of optimization, and this is entirely due to (14.1) a (nonconvex) quadratic equality constraint.
14.3.2 Centralized Trading
The nodal marginal price is equal to the cost of supplying an additional megawatt of load at the node under consideration by the cheapest possible means while respecting the constraints imposed by the network capacity limits. (Kirschen and Strbac 2018)
14.3.3 Security-Constrained Unit Commitment (SCUC)
14.3.4 Steady-State Power Network Optimization
14.3.5 Load Flow
- Chapter 11 Load Flow in (???)
References
Kirschen, Daniel S, and Goran Strbac. 2018. Fundamentals of Power System Economics. John Wiley & Sons.
Taylor, Joshua Adam. 2015. Convex Optimization of Power Systems. Cambridge University Press.