189 839 1 PB2
189 839 1 PB2
189 839 1 PB2
net/publication/364209218
CITATIONS READS
12 2
2 authors, including:
Amina M. Shakir
Al-Nahrain University
8 PUBLICATIONS 29 CITATIONS
SEE PROFILE
All content following this page was uploaded by Amina M. Shakir on 06 October 2022.
‡
Corresponding Author; Shahd Fadhil, st.shahd.fadhil.1@ced.nahrainuniv.edu.iq ; Tel: 009647901243740,
Abstract - Renewable energy sources are the most important type of energy since they are clean and do not affect the
environment. Solar energy is a kind of renewable energy that is more popular than other sources. Photovoltaic (PV) systems use
solar energy as a source of electricity. The main parts of any PV system are a PV panel, DC-DC converter with maximum power
point tracking, and a DC-AC inverter with adequate control. The Photovoltaic system for this study comprises a boost converter,
a full-bridge inverter, and an LCL filter. The boost converter is controlled using the Maximum power point Tracking (MPPT)
algorithm, while the inverter is controlled through a Sinusoidal Pulse Width Modulator (SPWM) achieved in an open loop. This
paper provides a comparison performance between perturbation and observation [P&O] and particle swarm optimization [PSO]
algorithms to get MPP for the PV system. When the irradiance changes, the micro-inverter adapts under partial conditions. The
micro-inverter is designed by MATLAB / Simulink/2020a software. The input maximum voltage from the PV is 80V direct
current (DC) while the alternating current [Ac] output voltage is 110 Vrms. The output voltage and current total harmonic
distortion (THD) ratios are 2.58% and 2.76% respectively when the P&O algorithm is used, while that when using the PSO
algorithm are 2.45% and 2.58%. The PV system efficiency achieved by using P&O, PSO are 95.7%, 96.8%.
Keywords- photovoltaic; MPPT algorithm; boost converter; H- Bridge inverter
1- Introduction
The need for electricity has become very necessary than
before the increase in population and the development of
industries in the world. Electric power is generated at most by
using the fossil fuels such as oil, natural gas, coal, etc. Fossil
fuels are considered sources of environmental pollution;
research began on renewable energy such as wind energy,
thermal energy, hydropower, solar energy, etc., as renewable
energy is considered a clean and environmentally friendly Figure1. Grid-connected PV system
source. Photovoltaic energy is the most common renewable
energy source. A Photovoltaic (PV) panel is used to produce PV arrays often operate under incompatible conditions due to
electrical energy from solar energy when sunlight falls on the partial shading and varying orientations of the panels. This
PV panel. PV systems are either on-grid or off-grid (stand- will reduce the PVarray power production. Micro-inverter is
alone). Figure.1 shows an on-grid PV system which mainly one of the suitable solutions to limit this drawback.
consists of a PV array (series-parallel combination of PV Numerous studies have been carried out on the microinverter
panels ), inverter, and suitable control circuits, while there design and performance for PV systems. A grid-connected
must be a method for storing energy for off-grid PV system boost half- bridge photovoltaic micro-inverter with pulse
during periods of unavailability of solar energy[1]. width modulated (PWM) control is proposed in[2]. The study
uses fuzzy logic control (FLC) to control the MPPT for the
photovoltaic system as compared with the classical P&O and
IC methods. A DC-AC converter that connects the DC to DC
converter flowed by the inverter with a single-stage topology.
A study in[3] presents an on-grid PV system that has a better
power quality. The system consists of the PV panel, boost
INTERNATIONAL JOURNAL of SMART GRID
S. Fadhil Jaber and A. Mahmoud Shakir, Vol.5, No.2, June, 2021
95
INTERNATIONAL JOURNAL of SMART GRID
S. Fadhil Jaber and A. Mahmoud Shakir, Vol.5, No.2, June, 2021
based on the past value of energy until arrives the MPP. Figure
4 illustrate the flowchart of the P&O MPPT algorithm[9][10].
b- Boost-Converter
The boost-converter is a type of non- isolation transformer,
also known as the step-up converter. It comprises an inductor
(L), a diode (D), a switch (S), and an output capacitor (Cout).
Figure4. Flowchart of Perturbation and Observation The boost converter operates in two modes by turning the
MPPT algorithm switch on and off as follow[13]:
• Particle Swarm Optimization (PSO) • switch-on
This technique uses a PSO algorithm which is based on fish or When the switch is stated on, the current flowing from the
bird behavior. PSO algorithm is used to set the possible supply to the inductor (L) and hence stores energy in its
maximizing or minimizing point. It begins with a group of magnetic field. In this case, the diode is reverse biased and the
random particles and continues to update the particles until initial stored energy in the output capacitor will feed the load
reaching the best possible solution. Each particle has two as shown in figure (6.a)
values: the first is the best local value, while the second is the
global value. The first value is for every individual, the second • switch-off
value is for every population Figure 5. Illustrate the main When the switch is off, the inductor current will decay and
block diagram for the PSO algorithm. The following equations the diode will be forward biased. The capacitor will be
(1,2) are used to organize the PSO algorithm: charged and the voltage across the load will increase as shown
𝑣(𝑖 + 1) = 𝑤𝑖 𝑣𝑖 (𝑡) + 𝑐1 𝑟1 (𝑃𝑏𝑒𝑠𝑡, 𝑖 − 𝑥𝑖 (𝑡)) + in figure (6.b)
𝑐2 𝑟2 (𝐺𝑏𝑒𝑠𝑡, 𝑖 − 𝑥𝑖(𝑡)) (1)
𝑥(𝑖 + 1) = 𝑥𝑖(𝑡) + 𝑣(𝑖 + 1) (2)
Where
𝑋𝑖 (𝑡): particle swarm on the curve, wi: is the inertia
weight, 𝑉𝑖 : the velocity of the particle on the curve, 𝑉𝑖 (𝑡 +
1): the updated velocity of the particle on the curve, 𝑋𝑖 (𝑡 + 1):
the updated position of the particles,c1: acceleration factor for
vector (𝑃𝑖 (𝑡) − 𝑋𝑖 (𝑡)), c2: acceleration factor for vector (𝑔i(𝑡)
− 𝑋𝑖 (𝑡)), [r1,r2]: the random values in between[0,1], Pbest :
is the personal best solution or best private solution of
particle,Gbest : is the global best and i: is the swarm
number[11][12]. Figure 5 shows the flow chart for the PSO-
MPPT algorithm. (a) Switch on-mode
96
INTERNATIONAL JOURNAL of SMART GRID
S. Fadhil Jaber and A. Mahmoud Shakir, Vol.5, No.2, June, 2021
97
INTERNATIONAL JOURNAL of SMART GRID
S. Fadhil Jaber and A. Mahmoud Shakir, Vol.5, No.2, June, 2021
Specifications Value
Figure9. The designed micro inverter Inductor, L 2.5 mH
The PV panel model used is First Solar FS-280 with the Input capacitor, Ci 10uF
specifications shown in table 2.
Output capacitor ,Co 3uF
Table 2.the Specifications of PV Panel
Switching frequency ,FSW 50 KHZ
Specifications symbol Value
input voltage, Vi 81V
Power P 79.744 W
output voltage , Vo 164 V
Voltage ( in open circuit) VOC 91.5 V
Max. power voltage Vmp 71.2 V
Current (in short circuit) Isc 1.22 A During the change of the irradiation values, the duty cycle is
determined by using the MPPT algorithm. Compassion
Max. power current Imp 1.12 A
between P&O and PSO to track the MPP is used. The duty
cycle of the P&O algorithm is equal to 0.29, while The PSO
algorithm is equal to 0.3 as shown in figure.12.
98
INTERNATIONAL JOURNAL of SMART GRID
S. Fadhil Jaber and A. Mahmoud Shakir, Vol.5, No.2, June, 2021
(b)PSO
Figure.12 The duty cycle of the P&O algorithm and
PSO algorithm
Both P&O and PSO algorithms have the capability of
tracking the MPP. The P&O algorithm found the MPP at
0.08s, while the PSO algorithm tracks the MPP at 0.03s as
shown in figure 12. The output voltage of the boost converter (a) P&O
is about (158 -164 V) as illustrated in Figure 13.
(a) PSO
Figure13. .The PSO and the P&O tracking response
In order to convert the DC values to the AC, a full-bridge
inverter is used. The voltage at 110 Vrms and frequency of 60
Hz. The considered values of the LCL filter are given in table
4.
(b) P&O
99
INTERNATIONAL JOURNAL of SMART GRID
S. Fadhil Jaber and A. Mahmoud Shakir, Vol.5, No.2, June, 2021
(a)P&O
(b) PSO
Figure14. Micro-inverter (a) output current by P&O vs
PSO (b) output voltage by P&O vs PSO
The root mean square (RMS) of the output current and
voltage are (0.7-0.8) Arms and (100-110) Vrms respectively
as shown in figure 15.
(a)PSO
(b)P&O
100
INTERNATIONAL JOURNAL of SMART GRID
S. Fadhil Jaber and A. Mahmoud Shakir, Vol.5, No.2, June, 2021
101
INTERNATIONAL JOURNAL of SMART GRID
S. Fadhil Jaber and A. Mahmoud Shakir, Vol.5, No.2, June, 2021
102