Mathematical Model of Reactive Power Optimization For Distributed Photovoltaic Distribution Network

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

IAEAC 2021(ISSN 2689-6621)

Mathematical model of reactive power


optimization for distributed photovoltaic
2021 IEEE 5th Advanced Information Technology, Electronic and Automation Control Conference (IAEAC) | 978-1-7281-8028-1/20/$31.00 ©2021 IEEE | DOI: 10.1109/IAEAC50856.2021.9390966

distribution network
Xiaomeng Wu1,2 , Guo Feng1*, Qianyu Wang1 ,Fu Ren1 , Shangkun Wang1,Yutong Liu1
1. School of Electric Engineering, Xi’an Shiyou University, Xi’an, China
2. Key Laboratory of Measurement and Control Technique of Oil and Gas Wells of Shaanxi Province ,Xi’an, China
xmwudz@xsyu.edu.cn, 13336365406@qq.com , 1316766946@qq.com, 2415631360@qq.com, 947162651@qq.com,
1659400853@qq.com

Abstract—In recent years, photovoltaic has been develop problems. It has the advantages of simple modeling, wide
ing rapidly, which is of great significance to the research of universality, and fast convergence speed. It has been
reactive power optimization for distributed photovoltaic lar widely used in distribution network optimization research.
ge scale connected distribution networks. The mathematical
model of reactive power optimization in distributed photovo A. Traditional optimization algorithms
ltaic distribution network is introduced in this paper, inclu Traditional optimization algorithms mainly include
ding the introduction of reactive power optimization algorit linear programming method, nonlinear programming
hms and the object function and restrictions of reactive pow method, Newton-Raphson method, etc. Although these
er optimization modeling. algorithms are less computationally intensive, they are
generally limited. Linear programming is a process of
Keywords—Distributed Photovoltaic; Reactive power opti
mization of distribution network; Algorithms for Distribution
achieving linearization. This method is convenient to learn,
Networks; Mathematical model perfect in theory, fast to converge, and simple to set
constraints. Reactive power optimization is easy to
calculate. However, a single search path can easily lead to
I. INTRODUCTION the failure to find the optimal result. The calculated result
The incorporation of large-scale photovoltaic in and actual existence have certain errors. The biggest
traditional distribution networks has caused uncertain advantage of the nonlinear programming method is that
changes in the direction of the power flow, and the the mathematical model it describes is accurate. It is a
voltage at each node is no longer regular. The current programming method that treats constrained problems as
power system lacks an overall solution for photovoltaic unconstrained problems. The advantages are relatively
grid connection, a random processing method for simple principles, easy programming, and the
photovoltaic grid connection, and how to effectively disadvantages are slower convergence speed and
reduce the switching loss of reactive power compensation calculation. The solution process of Newton-Raphson
equipment. The core of solving this problem is to method is a process of successive linearization, which has
rationally optimize and control the reactive power of the the characteristic of square convergence, and the Jacobian
power distribution network. matrix is a highly sparse and asymmetric matrix, but the
requirements for the initial value are relatively high, and
the calculation amount of each iteration is large. A lot of
II. INTRODUCTION TO REACTIVE POWER
memory has been taken up. So far its improved algorithm
OPTIMIZATION ALGORITHMS FOR DISTRIBUTION is still applied to solve the power flow calculation
NETWORKS problem of power system.
Reactive power optimization is a multi-constrained,
multi-variable, non-linear, discrete problem with many B. Artificial intelligence optimization algorithm
uncertain factors. At present, there are many types of The advantage of the artificial intelligence
optimization algorithms. Traditional optimization optimization algorithm is that it can perform parallel
algorithms and artificial intelligence optimization optimization on large-scale problems, which greatly
algorithms are commonly used. Most of the intelligent improves the optimization speed and convergence
optimization algorithms belong to bionic algorithms, and performance, and provides an effective method for
they optimize by simulating biological behavior and solving the reactive power optimization problem of
evolutionary processes. This kind of algorithm can deal distribution networks. Different algorithms have their own
with the optimization problems of discrete, continuous or advantages and disadvantages, and it is difficult for a
mixed variables according to the needs of practical single optimization algorithm to solve the problem

978-1-7281-8028-1/21/$31.00 ©2021 IEEE 1266

Authorized licensed use limited to: Pontificia Universidad Javeriana. Downloaded on September 27,2021 at 02:38:51 UTC from IEEE Xplore. Restrictions apply.
efficiently and quickly. For some complex problems, With the development of artificial intelligence,
different intelligent algorithms need to be combined and artificial neural networks have been widely used to solve
improved. Hybrid intelligent algorithms can combine the problem of reactive power optimization. This
multiple intelligent algorithms to make up for algorithm combined with control strategies can control
shortcomings of each other and are widely used. The the voltage offset within the required accuracy[8]. The
common artificial intelligence optimization algorithms system of artificial neural network is very complicated,
mainly include: Tabu search algorithm, ant colony and the modeling process is very abstract. The non-linear
algorithm, artificial neural network method, particle problem is solved through parallel methods, and the state
swarm algorithm, Hybrid intelligent algorithm. The of itself is changed to achieve the best effect. But its own
following introduces different artificial intelligence reasoning process and reasoning cannot be explained, and
algorithms: the theory and learning algorithms still need to be
improved and improved. If the learning method is not
1) Tabu search algorithm very effective, then the artificial warping network will
The implementation principle of the algorithm is to easily fall into the local optimal during the training
initialize the tab list during the optimization process and process, and it will be difficult to reach the global optimal.
mark the optimal search path currently found, and the
role of the tabu list is to avoid the secondary search of the 5) Particle swarm algorithm
searched optimal path, thereby increasing diversity. Particle swarm optimization algorithm is an
Improve optimization performance. Its outstanding evolutionary computing technology, which is derived
advantage is its strong local search ability, but it is from the study of bird swarm predation. In particle
necessary to set the taboo length and the size of the swarm optimization, the solution of each optimization
candidate solution set reasonably [1]. problem is a certain particle in the search space [9-14].
Each particle has two vector constraints: position and
2) Genetic Algorithm velocity. Its advantages are parallel processing and good
Genetic algorithm is a random search method based robustness. Its biggest advantages are simple and easy to
on natural selection that mimics biological evolution. It implement and fast convergence. The disadvantage is that
starts with a population that represents a potential it is easy to fall into a local optimal value, that is,
solution to a problem, and each individual is actually an "precocity" occurs; Secondly, the basic particle swarm
individual with genetically encoded chromosomal algorithm cannot well coordinate the relationship
characteristics [2-6]. It contains three basic operations: between the global optimal value and the local optimal
selection, crossing, and mutation. In a constantly value.
changing environment, individuals with good
characteristics are retained. After generations of breeding 6) Hybrid intelligent algorithm
and mutation, the required population is finally selected. A hybrid intelligent algorithm is a mixture of at least
Its disadvantages are high initial value requirements, easy two optimization algorithms, which make full use of the
to fall into local optimum, multiple iterations, and slower advantages of each algorithm and can improve
calculations in larger systems. Many improved genetic disadvantages of each other. Literature [15] proposed an
algorithms have been applied in the field of reactive adaptive coordinated search particle swarm optimization
power optimization of distribution networks. algorithm. Based on the improved harmony search
algorithm and particle swarm optimization algorithm, a
3) Ant colony algorithm new hybrid algorithm—AHSPSO algorithm is proposed.
The ant colony algorithm is a bionic algorithm Compared with the original algorithm and particle swarm
derived from simulating the path finding of ants in nature algorithm, this algorithm has stronger global search
[7]
. When ant colonies find food, they always find the ability, higher convergence accuracy and faster
optimal path from food to their nest. Ant colony convergence speed. Literature [16] proposed a multi-
algorithm is a random search algorithm. Like other model objective reactive power optimization method based on
evolutionary algorithms, it seeks the optimal solution an improved particle swarm-taboo search algorithm. The
through the evolutionary process of a group of candidate particle swarm optimization (PSO) algorithm uses the
solutions. Ant colony algorithm has the characteristics of convex function to decrease the inertia weight and the
robustness, positive feedback, distributed computing, adaptive learning factor to improve the convergence
easy integration with other algorithms, and can speed and accuracy of the algorithm during the previous
intelligently search and optimize globally. It is unique in calculation; Aiming at the problems of low search
solving nonlinear, multi-variable, discontinuous, and accuracy and local optimization of the PSO algorithm,
multi-constrained problems. Because it updates the the global optimization of the tabu search algorithm was
amount of information and determines the selection introduced after the PSO algorithm's later convergence.
probability of each path according to a fixed pattern, the However, the program design of the hybrid intelligent
algorithm is prone to premature convergence or algorithm is complicated, and it is difficult to implement
stagnation. the program with each other.
4) Artificial neural network method From the above analysis, it can be known that there
are many shortcomings in the single basic algorithm for

1267

Authorized licensed use limited to: Pontificia Universidad Javeriana. Downloaded on September 27,2021 at 02:38:51 UTC from IEEE Xplore. Restrictions apply.
reactive power optimization with distributed power f4  min  Pn Cn
cap
(4)
distribution networks. The improvement of the basic nNc
algorithm and the mixed use of the algorithms can
effectively solve the problems of each algorithm during In the formula: n  N c is the reactive power
the reactive power optimization. Therefore, in this paper, compensation point; Pn is the unit price of unit capacity
in the reactive power optimization of the distribution
cap
network after distributed photovoltaic access, the multi- of node n; C n is the compensation capacity of unit
objective particle swarm optimization algorithm capacity of node n.
commonly used at present is adopted and improved to
solve the problem of premature and multi-target to single 5) When using SVR automatic voltage regulator, the
Goal conversion issues. minimum number of tap adjustments can be targeted:
N Ntr
III. MATHEMATICAL MODEL FOR REACTIVE POWER minf1    Tapt,T - Tapt-1,T (5)
t  2 T 1
OPTIMIZATION In the formula: N is the total number of moments;
A. Objective function N tr is the number of SVR; Tapt,T is the gear position of
According to different optimization requirements, the the Tth feeder automatic voltage regulator at time.
following objective functions can be selected as multi-
objective optimization functions. B. Restrictions
Constraints for reactive power optimization of a
1) From the perspective of system economy, you can
distribution network with distributed photovoltaic include
choose the objective function with the smallest network power flow equation constraints, control variable and
loss, that is, state variable inequality constraints.
2 2
f1 = min Ploss  min  Gij (U i  U j  2 U i U j cos ij ) (1)
i , jNb 1) The power flow constraint
the formula: Nb is the total number of network  P  P  U  N
U j Gij cos ij  Bij sin ij   0
branches; Ui| and Uj are the voltage values of nodes i and  i i i
j 1
j respectively; Gij 、  ij the mutual conductance and  N
(6)
Qi  Qi  U i  U j Gij cos ij  Bij sin ij   0
phase difference of nodes i and j are respectively.  j 1

2) From the perspective of system security, you can In the formula: Pi 、 Qi Respectively, the active and
choose to take the minimum node voltage deviation as reactive power injected at node i; Bij is the mutual
the objective function, that is susceptance of nodes i and j; N is the total number of
* 2 nodes in the system.
NL Ui  Ui
f 2 = min U  min  ( ) (2) 2) Control variable inequality constraints
Ui max  U i min
i 1

In the formula: NL is the number of load nodes;


 QCi min  QCi  QCi max , i  1, 2,   , N C

*
U i max 、 Ui min 、 U i are the maximum, minimum, and QDGi min  QDGi  QDGi max , i  1, 2,   , NQ (7)
 K t min  K t  K t max
amplitude of the literature voltage at node i, respectively. 
3) From the perspective of system stability, you can QCi is the reactive power capacity of the capacitor,
choose to take the maximum static voltage stability QDGi is the magnitude of the DG reactive power output in
margin as the objective function, that is, select the
smallest reciprocal as the objective function, that is, the distribution network; K t is the position of the tap of
1 the on-load regulator transformer; NC is the number of
f3  (3) capacitors; NQ is the number of access DGs.
min
3) State variable inequality constraints
In the formula: min is the minimum singular value
U i min  U i  U i max , i  1, 2,   , N (8)
of the Jacobin matrix for the convergence flow. A larger
value indicates a higher stability margin of the system. In the formula: U i is the voltage at node i.
4) From the perspective of system investment, the
minimum investment cost of reactive power IV. MULTI-OBJECTIVE PARTICLE SWARM
compensation equipment can be selected as the objective OPTIMIZATION
function, that is, In PAMOPSO, the particles store the non-inferior
solutions found in the external file. The judgment
condition for the maintenance of external files is that the

1268

Authorized licensed use limited to: Pontificia Universidad Javeriana. Downloaded on September 27,2021 at 02:38:51 UTC from IEEE Xplore. Restrictions apply.
number of non-inferior solutions reaches the maximum This paper is supported by the Key Project of Shaanxi
size set in advance by the external files. Only in this way Provincial Education Department (18JS094),
can it be determined whether new solutions can be added Natural Science Basic Research Program of Shaanxi(Prog
to the external files, thus ensuring that the number of non- ram No. 2020JM-542), College Student Innovation and
inferior solutions of the external files will never exceed Entrepreneurship Training Program of Shaanxi Province
the specified maximum value. The algorithm will produce (S201910705070, S202010705101).
corresponding non-inferior solutions during the iteration
process. For these non-inferior solutions, the following REFERENCES
steps will be performed:
[1] Yu Jianming, Liu Fei. Research on Reactive Power Optimization
1) If the size of the external file is less than the of Distribution Network with Wind Turbines Based on Tabu
specified maximum value, the resulting non-inferior Search Algorithm [J]. Journal of Xi'an University of Technology,
2013, 29 (1).
solution is directly saved in the external file.
[2] Wu Xiaomeng, Fengyuan. Reactive power optimization of
2) If the size of the external file is equal to or greater distribution network using improved genetic algorithm [J]. Journal
than the specified maximum value, and the original of Xi'an Shiyou University: Natural Science Edition, 2015 (3): 95-
99.
solution in the external file is dominated by the newly
[3] Ma Wei, Zhou Lin, Wang Yihuan, et al. Reactive power
generated non-inferior solution, these new non-inferior optimization in photovoltaic power station based on chaotic
solutions are added to the external file and the original file particle swarm optimization [J]. Journal of Solar Energy, 2019 (1):
is deleted Those dominated solutions. If the newly 65-68.
generated non-inferior solution has no dominance with the [4] Deng Changhong, Ma Qing, Xiao Yong, et al. Reactive power
original solution in the external file, the newly generated optimization method based on self-learning transfer particle
non-inferior solution will not be added to the external file. swarm algorithm and Gauss penalty function [J]. Power System
Technology, 2014, 38 (12): 3341-3346.
The above steps determine whether the newly [5] Zhao Y,Qian Y,Zhao C.Distribution network reactive power
generated non-inferior solutions can be added to the optimization based on ant colony optimization and differential
external file, which will continuously increase the evolution algorithm[C]//IEEE International Symposium on Power
Electronics for Distributed Generation Systems.2010:11-16.
diversity of individuals in the external file. The selection
[6] Chen Qiang, Liu Jin, Yang Haima, et al. Research on reactive
of the global optimal position is an important part of power optimization of distribution network based on improved
MOPSO. In PSO, the gbest of each particle is generally genetic algorithm [J]. Electronic Science and Technology, 2019,
the same. In the solution process, only the best fitness 32 (05): 11-15.
solution needs to be determined as gbest. When solving [7] Zhu Yong, Tao Yongwei, Li Zequn. Research on reactive power
multi-objective optimization problems, each generation optimization of three-phase unbalanced distribution network by
will produce multiple non-inferior solutions that are not combining genetic and ant colony algorithm [J]. Computing
Technology and Automation, 2019, 38 (03): 12-16.
subject to each other as these particle gbest, which will
[8] Ni Baixiu, Zhang Cuicui, Zhou Benda. Artificial neural network
make some particles have different gbest. When designing based on improved cuckoo search and its performance simulation
MOPSO, you need to consider how to choose the [J]. Journal of Jianghan University (Natural Science Edition),
appropriate gbest for each particle. PAMOPSO is an 2015 (1): 41-50.
algorithm improved by MOPSO. It combines external file [9] Qiang Guodong, Gao Fengyang, Qiao Yan, et al. Reactive power
maintenance and gbest selection. While maintaining optimization of distribution network based on improved particle
external files, it also selects the appropriate global best swarm algorithm [J]. Electrical Measurement and Instrumentation,
2018, 55 (14): 21-26.
position gbest for next-generation particles to ensure that
they are kept externally. Each solution in the file is at least [10] Liu Qiang, Shao Nianbin, Guo Ke, et al. Reactive power
optimization of large photovoltaic power plants based on immune
the gbest of some particles. particle swarm optimization [J]. Journal of Solar Energy, 2017, 38
(08): 2210-2218.
V. CONCLUSION [11] Xu Chaoyang, Wang Xiaoyou, Xu Degui, et al. Research on
Dynamic Reactive Power Optimization Based on Improved
The reactive power optimization algorithm of Particle Swarm Optimization [J]. Journal of Northeast Dianli
distribution network, including traditional optimization University, 2017, 37 (03): 33-38.
algorithm and artificial intelligence optimization [12] Rugthaicharoencheep , Nattachote , Boonthienthong , et ,
algorithm, is analyzed, the mathematical model of reactive al . Optimal Reactive Power Control in Power System with
Particle Swarm Optimization Technique[J].Applied Mechanics
power optimization is studied, according to different and Materials,2019,891.
optimization requirements, multi-objective optimization
[13] Yao Yapeng, Liu Chongxin, Xu Wenwen. Research on Multi-
function is selected, constraints include power flow objective Reactive Power Optimization Based on Improved
equality constraints, control variables and state variables Particle Swarm Algorithm Introducing Tabu List [J]. Electrician
inequality constraints. This research can provide reference and Electricity, 2017 (05): 5-9.
for the future distribution network reactive power [14] Lizhen W U,Jiang L,Hao X.Reactive power optimization of
optimization with distributed photovoltaic. active distribution network based on optimal scenario generation
algorithm[J] . Power System Protection & Control , 2017 ,
45(15):152-159.
ACKNOWLEDGMENT [15] Zhang X,Wang X,Qi X.Reactive Power Optimization for
Distribution System with Distributed Generations Based on

1269

Authorized licensed use limited to: Pontificia Universidad Javeriana. Downloaded on September 27,2021 at 02:38:51 UTC from IEEE Xplore. Restrictions apply.
AHSPSO Algorithm[C]//China International Conference on power optimization [J]. Electric Power Automation Equipment,
Electricity Distribution.IEEE,2016:22-28. 2014, 34 (08): 71-77.
[16] Li Jia, Liu Tianqi, Li Xingyuan, etc. Application of improved
particle swarm-taboo search algorithm in multi-objective reactive

1270

Authorized licensed use limited to: Pontificia Universidad Javeriana. Downloaded on September 27,2021 at 02:38:51 UTC from IEEE Xplore. Restrictions apply.

You might also like