Читать книгу Mathematical Programming for Power Systems Operation - Alejandro Garcés Ruiz - Страница 16
1.2.4 Optimal power flow
ОглавлениеThe power flow is one of the most important tools for the analysis of power systems. It allows to determine the state of the power system, knowing the magnitude of voltage and active power in all generating nodes and, active/reactive power demanded in the loads. This results in a non-linear system of equations in complex variables, as presented below:
(1.3)
where sk = pk + qk represents the active and reactive power in node k; represents the set of nodes of the grid; ykm is the entry km of the Ybus matrix; vk and vk are the voltages at nodes k and m, respectively, both represented as complex variables; and sk* and vk* are the complex conjugate of the respective variables. This representation on the complex number can be splitted into real and imaginary parts. However, as presented in Chapter 10, a complex representation is suitable both for modeling and implementation purposes.
These constraints can be introduced into the economic dispatch, as well as in an optimization model that minimizes total power loss (ploss). In both cases, we named the problem as OPF. The basic model has the following structure:
(1.4)
This problem is highly complex due to the non-linear and non-convex nature of the power flow equations. Therefore, it is required to review different approximations that simplify the model. Chapter 10 presents three of these approximations. These are linearization, second-order cone approximation, and semidefinite programming approximation.
Linearization is, perhaps, the most straightforward way to solve the problem. Although the concept of linearization is well-known in real numbers, in this case, we do a linearization on the complex domain. This linearization uses Wirtinger’s calculus since (Equation 1.3) is non-holomorphic (i.e., it does not have a derivative in the complex numbers). Chapter 10 and Appendix B study this aspect in detail.
We also solve the optimal power flow using second-order cone and semidefinite programming. These approximations demand a basic understanding of conic optimization. Therefore, we present a general background of conic optimization in Chapter 5, and its application to the optimal power flow problem in Chapter 10, including a complete discussion about their advantages and disadvantages.
We also solve the optimal power flow using second-order cone and semidefinite programming. These approximations demand a basic understanding of conic optimization. Therefore, we present a general background of conic optimization in Chapter 5, and its application to the optimal power flow problem in Chapter 10, including a complete discussion about their advantages and disadvantages.
An optimal power flow may optimize both power systems and power distribution grids. However, the latter case presents some particularities that deserve an independent study. Moreover, both solar and wind energy require power electronic converters connected at power distribution level. These converters are capable of controlling reactive power, and therefore, it is possible to formulate an OPF wherein the decision variables are the power factor of each converter. The problem can be deterministic for real-time operation or stochastic for the day ahead planning. In both cases, the model has, at least, the same complexity as the basic OPF.