Multi-objective Snow Ablation Optimization Algorithm: An Elementary Vision for Security-Constrained Optimal Power Flow Problem Incorporating Wind Energy Source with FACTS Devices

Sundaram B. Pandya,Kanak Kalita,Robert Čep,Pradeep Jangir,Jasgurpreet Singh Chohan,Laith Abualigah
DOI: https://doi.org/10.1007/s44196-024-00415-w
IF: 2.259
2024-02-16
International Journal of Computational Intelligence Systems
Abstract:This study delves into the exploration of a novel Multi-objective Snow Ablation Optimizer (MOSAO) algorithm, tailored for addressing expansive Optimal Power Flow (OPF) challenges inherent in intricate power systems. These systems are often complemented with the integration of renewable energy modalities and the state-of-the-art Flexible AC Transmission Systems (FACTS). Building upon the foundational framework of a previously documented single-objective Snow Ablation Optimizer, we have evolved it into the MOSAO paradigm. This transformation is achieved by harnessing the potency of non-dominated sorting coupled with the crowding distance strategy. The task of OPF magnifies in complexity when integrating renewable energy resources due to their inherent unpredictability and intermittent nature. As the modern power landscape evolves, FACTS devices are witnessing an increasing deployment to mitigate network demand and alleviate congestion issues. Within the ambit of this research, we've incorporated a stochastic wind energy source, working synergistically with an array of FACTS instruments. These encompass the static VAR compensator, thyristor-controlled series compensator and thyristor-driven phase shifter, all operating within the confines of an IEEE-30 bus framework. Strategic placement and calibration of these FACTS devices aim to optimize the system by minimizing the cumulative fuel expenditure. The capricious essence of wind as an energy source is elegantly depicted through the lens of Weibull probability density graphs. To distil the optimal middle-ground solutions, we've employed a fuzzy decision-making matrix. When benchmarking our findings against those derived from other esteemed optimization algorithms, we observe a notable distinction. The results from the modified IEEE-30 bus system accentuate the superior convergence, diversity and distribution attributes of MOSAO, especially when scrutinizing power flows. The MOSAO source code is available at: https://github.com/kanak02/MOSAO.
computer science, artificial intelligence, interdisciplinary applications
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is the **multi - objective optimal power flow (OPF) problem**, especially in complex power systems, how to effectively integrate renewable energy (especially wind energy) and modern flexible AC transmission system (FACTS) devices. Specifically, the paper proposes a **multi - objective snow ablation optimization algorithm (MOSAO)**, aiming to address the following challenges: 1. **Reduce total cost**: By optimizing the cost of coal - based power generation units as well as the direct cost, reserve cost and penalty cost of non - traditional energy sources such as wind energy, reduce the overall power generation cost. \[ F_1 = C_{\text{Tot}} = C_T(P_{\text{TG}})+C_w(P_{\text{ws}})+C_{Rw}(P_{\text{ws}} - P_{\text{wav}})+C_{Pw}(P_{\text{wav}} - P_{\text{ws}}) \] 2. **Reduce voltage fluctuation**: Ensure the voltage stability of the power system, especially the voltage deviation of PQ nodes should be controlled around 1.0 per - unit value. \[ F_2=\sum_{i = 1}^{N_{\text{pq}}}|v_i - 1.0| \] 3. **Minimize real power loss**: Optimize the real power loss \(P_{\text{LOSS}}\) to improve the efficiency of the system. \[ F_3 = P_{\text{LOSS}}=\sum_{i = 1}^{N_B}P_{G_i}-\sum_{i = 1}^{N_B}P_{D_i} \] 4. **Enhance voltage stability index (VSI)**: Evaluate the voltage stability margin of each node by maximizing the Lmax index. \[ L_j=\left|1-\frac{\sum_{i = 1}^{N_g}F_{ji}V_i}{V_j}\right|,\quad\forall j = 1,2,\ldots,N_L \] \[ F_4 = L=\max(L_j),\quad\forall j = 1,2,\ldots,N_L \] 5. **Minimize overall total cost**: Comprehensively consider the generation cost and power loss to find the optimal balance point. \[ F_5 = C_{\text{Tot}}+P_{\text{LOSS}}\times10,000\times0.10 \] In addition, the paper also considers the equality and inequality constraints of the power system to ensure that the system operates within a safe range. These constraints include: - **Equality constraints**: Ensure that the active and reactive power generated by the system meets the load demand and compensates for system losses. \[ P_{G_i}-P_{D_i}-V_i\sum_{j = 1}^{N_B}V_j(G_{ij}\cos(\delta_{ij})+B_{ij}\sin(\delta_{ij})) = 0,\quad\forall i\in N_B \] \[ Q_{G_i}-Q_{D_i}-V_i\sum_{j = 1}^{N_B}V_j(G_{ij}\sin(\delta_{ij})-B_{ij}\cos(\delta_{ij})) = 0,\quad\forall i\in N_B \] - **Inequality constraints**: Ensure the operation of the equipment is within safety.