Document
Document
Document
24
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
implementation of wind power generation magnitude is zero. On either side of MPP, its
systems[4].Therefore solar energy has become widely magnitude has negative and positive increments
essential to compensate the energy demand. Its [9-11]. It is developed to increase the convergence
environmental friendly nature, abundance presence on time of tracker. HC approach uses the PV array output
the earth’s surface, it being totally free from pollution, current. Change in current is measured before and
low operational cost and also renewable and after a change in duty cycle. Therefore this method
sustainable characteristics are the merits of solar perturbs the duty cycle of the converter.
energy [5]. Although the operational cost is low for Traditional MPPT techniques have two major
the solar energy , the cost of solar modules are high difficulties. Under PSC it tracks only the first local
.Still the grid connected PV power generation systems MPP.It is unable to track the global MPP and they also
are being commercialized in many countries because suffer from steady state oscillations [12-14].This
of its long term benefits. Further more generous means after capturing MPP, the operating point
financial schemes for example the feed in tariff and oscillates back and forth around MPP. This limits
subsidized policies are introduced in various countries maximum power generation.
resulting in rapid growth of the industry [5].Recently Fuzzy based controllers and neural network are
the power generation systems designed using another type of controllers. The fuzzy controller uses
integration of solar and wind energy. The reason is to an ad-hoc technique to handle nonlinearity problems.
generate interminable power depend upon the Its execution is complex with a process of
environmental conditions [6]. fuzziffication, rule based storage, inference and
Conversion of photon energy to electrical energy defuzziffication operations. Implementation requires
is called Photovoltaic (PV) effect. PV cells are the more knowledge for both user and designer [15].
smallest element used to produce power. Integration Neural Network is an Artificial Intelligence (AI)
of large number of PV cells produces PV module, based technique and its implementation process is
large number of series and parallel connected modules much complicated. It uses a large amount of data, for
produce PV arrays. Nowadays PV arrays are tuning. Because of the varying weather conditions,
constructed pyramidal like shapes used to upgrade the real time implementation needs intelligence
radiation intensity falling on solar panels.[7]. To processors for better performance [15].
extract the MP solar panels are to be operated at Evolutionary Algorithms (EA) such as PSO ,
Maximum Power Point (MPP). Because of the Genetic Algorithm (GA), Ant Colony Algorithm
dynamic environmental conditions such as (ACO), Evolutionary Programming (EP), Simulated
temperature and irradiance, PV characteristic varies Annealing (SA) etc. are introduced to improve the
nonlinearly. It is difficult to locate the MPP. Another performance of MPPT under dynamic atmospheric
common issue is Partial Shading Condition (PSC) due conditions. In SA, setting of control parameters is a
to surrounding buildings, trees, passing clouds in the difficult task and convergence speed is slow when
sky etc. Under PSC the PV curve exhibits multiple applied to a real system. Though the GA techniques
MPPs with one global and several local peaks [8]. To have been employed successfully to solve complex
overcome these issues MPPT controllers are optimization problems, its efficiency is degraded due
integrated with DC-DC converters. to its premature convergence. EP seems to be good
Conventional MPPT algorithms are Perturb and choice to solve multimodal optimization problem. But
Observe (P&O), Incremental conductance (INC) and it takes long simulation time to obtain the optimum
Hill climbing (HC). These are very common MPPT solution for this kind of problems [16]. The word
techniques. P&O compares PV array voltage (or optimization broadly refers to locating either the
current) to the constant reference voltage (or current) maxima or minima of real functions. It uses a
at the MPP under specific atmospheric condition. The systematic approach to choose real or an integer
difference of voltage (or current) is used to decide the variable from within the allowed set is called search
direction of tracking. Simply this method perturbs the space.
operating voltage (or current)[9,10]. In INC output Among these PSO shows outstanding
conductance is taken for reference. At MPP its performance in attaining optimized solutions. The
25
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
most suitable and attractive approach to obtain MP Modifying the position and velocity update
from PV array is the PSO algorithm. Merits of PSO rules, outside the equations, and so on
are its ability to track the MPP location quickly and [22,23].
accurately irrespective of the climatic conditions. It Changes in velocity formula is implemented in
eliminates the steady state oscillations and produces improved PSO–MPPT algorithm. Vanxay
more stable output unlike the conventional methods Phimmasone et al.[24] introduced the fourth term
[17]. It doesn’t require the gradient of the objective which is called as repulsive term. The repulsive term
function and uses only the values of the objective k k k k 3
is given by c3r3 (cent Si ) /( cent Si d ) .
function. It eliminates complex computational
procedures. It also has a simple structure with fast Where, c3 r3 term is same as those used in
computational ability. Characteristics of Conventional
conventional PSO. Where, cent is the center of all
PSO are, it converges quickly and has good search
particles. The term‘d’ is small constant added to avoid
accuracy. Convergence is defined when the particles
k k
stop at the desired operating point to provide global divide by zero error for the values of ( cent Si ).
optimal result [18, 19]. In practice, the algorithm stuck Qing Zhang et al. [25] presented a modified PSO
at local maxima is called premature convergence and with both mutation and crossover functions to
it requires larger search space. increase the convergence speed and to avoid the
To tackle the issue of slow convergence of PSO trapping of PSO into local maxima. Authors
and Gaussian PSO, CPSO is proposed and introduced Cauchy random number in velocity and
implemented. It is an improved version of Gaussian position update expressions.
PSO [GPSO] [20] with enhanced convergence speed. Venkatesh Kumar et al.[16] introduced the
Other advantages are reduction in the number of Cauchy mutation in the position update equation of
tuning parameters, speedy convergence rate and faster PSO to optimize the results of economic dispatch
output settling time. problems.
Remainder of this article is organized as follows. Hui wang et al.[26] proposed a hybrid PSO with
Section 2 explains the related work to CPSO Method. Cauchy mutation. The inertial weight is modified with
Section 3 presents the concepts in conventional PSO. the help of Cauchy random number. It is used to
Functional blocks of the proposed method, enhance the position of best particle to achieve faster
configuration and implementation of CPSO convergence.
algorithm are discussed in section 4. In section 5 The difference between the above mentioned
functional modules are validated through simulation methods and the proposed method is faster
results. Section 6 presents the merits of the proposed convergence is achieved using minimum number of
method as compared with other techniques and tuning parameters.
concluding remark on future scope of this work.
3. Conventional PSO
2. Related work PSO is a population based optimization
Several solutions are dealt in the literature to algorithm. It is one of the metaheuristic methods
overcome the PSO convergence issue. These are as and it follows the random search techniques.
follows: Tuning parameters required for the execution of
Introducing variable parameters the conventional PSO algorithm are acceleration
Use of different swarm topologies coefficients (c1,c2), inertial weight( ) and
Changing the velocity update formula with maximum velocity as given by equations(1) and
the enhancements applied in the inertial (2) [17,27]. Equation (1) is the velocity update
weight [21]. equation and (2) is the positions update equation.
Modifying the particle position and velocity
through the mutation operator. v i ( k 1) vi ( k ) c1 r1 (( p best ,i x i ( k )
c 2 r 2 ( g best xi ( k ))
26
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
27
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
Now it is seen that the Equations (8) and (5) are for the PV array by adjusting the duty cycle of the
the same. buck boost (BB) converter.
Figure 1 shows the flowchart of the proposed Start
method. The implementation starts with three
different duty cycles. These are referred to as the
particles, di, (i=1, 2, 3). Selection of initial duty cycles Initial Position Of The
Particle di= d1,d2,d3
are based on the MP output of the system. First duty
cycle value (d1) is chosen such that the duty cycle
Set di to
value required generating 80% of the MP of the
converter
system. The subsequent duty cycles (d2, d3) are 65%
and 50% of MP outputs respectively [13]. In the first
Measure Vi
iteration these are considered to be the personal best and Ii, Pi=Vi
(Pbest) values of the algorithm. For each duty cycle, the
current and voltage are sensed and the corresponding
power is calculated. This power is the objective
function of the system [32]. Its mathematical Is ΔP > Is
relationship is given in equation (9). It is compared for threshold maximum
different duty cycles. Depending on the received Y generation?
power, the Pbest value is modified. It is presented in the
flow chart. N
Velocity V=0
k k 1
P d i > P d i
Generation Is first Pbest
(9)
K=1 generation ?
Y
k k 1
P d i -New power and P d i -Old power
N
Calculate
Is Pi>Ppre, vi ?
position of N
each particle di
The Gbest value is computed based on the Y
maximum output power. The value of Pbest Pbest i=dpre ,v i
corresponds to the maximum output power is taken as Pbesst i =di
Gbest. The duty cycle corresponding to the MP is
applied to the power converter for each cycle.
Find Gbest , Update
Efficiency of the system is computed using position and velocity of
equation (10). Where, Po is the output power and each particle
Increase generation
Pin is the input power of the system.
P
Tracking efficiency: o 100 % (10) Fig.1.Flow chart of CPSO algorithm [33].
Pin
Load
4.1 Block diagram of the proposed system DC/DC Converter
PV
PV system consists of PV array, controller
unit and load called Power Conditioning System [5].
Figure 2 shows the block diagram of the proposed
V& I Sensing P WM-Generator
system. Buck-Boost converter is designed to transfer
the regulated DC output to the load. The output
voltage and current of PV array are the inputs of the CPSO- MPPT Algorithm and Duty Cycle
digital controller to perform iterative tracking for the Testing
MPP. The controller decides the operating voltage
Fig.2. Block diagram of MPPT based PV system [11]
28
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
Converter Section
29
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
5.1 Output settling time DPSO. Therefore from the results it is seen that the
proposed method has the fastest settling time.
The output settling time of conventional PSO
is presented in Figure 4 .The settling time is
around 1.2s. Figure 5 shows output of DPSO.
Output settling time is nearly 0.35s and Figure 6 is
output wave form of CPSO. It shows the output
settling time as 0.25s.
Fig. 5.DPSO_Output
Time (s)
Fig. 8. Duty Cycle exploration of PSO
Fig. 6. CPSO_Output
Figure 7 is the comparison chart between the
output settling time of all the different implemented
versions of PSO discussed in this work. Ratio
between the output settling time of PSO ,DPSO and
CPSO are analyzed. From the figure CPSO is 4.8 Time (s)
times faster than PSO and 1.4 times faster than Fig. 9.Duty cycle exploration of DPSO
30
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
Time,(s)
Ir (W/m2)
Fig.15.IrradianceVs P_out of CPSO
Figure 16. is a plot between duty cycle versus
Fig. 12.Load resistor and CPSO P_out for low range of loads power for the proposed method.This duty ratio
31
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
variations are obtained for various load resistances of hybrid MPPT systems. The hybrid system uses more
the system. Due to the load variations duty ratio is than one renewable energy sources, combination of
expanded with the help of the proposed PSO wind energy and solar energy. Furthermore it is
method.The system provides the almost constant useful for supplying uninterrupted power to the
output power with very slight variations. commercial buildings and industries.
References
1. Yi-Hwa Liu ,Shyh-Ching Huang, Jia-wei
Huang,Wen Cheng- Liang,:AParticle Swarm
Optimization-Based Maximum Power Point
Tracking Algorithm for PV Systems
Operating Under Partially Shaded
Conditions. In:IEEE TRANSACTIONS N
ENERGY CONVERSION, VOL. 27, NO. 4,
(2012), pp. 1027-1035.
Fig.16.Duty cycle Vs P_out of CPSO
Simulation results illustrate the proposed 2. Moacyr Aureliano Gomes de Brito, Luigi
method outperforms the existing methods in terms of Galotto,: Evaluation of the Main MPPT
convergence speed and output settling time. Merits of Techniques for Photovoltaic Applications, In:
CPSO are (i) It converges quickly than other PSOs IEEE Transactions on Industrial Electronics,
(ii) It requires only the number of particles and no Vol.60(2013),No.8, pp.1156-1167.
other tuning parameters.
3. Anna Rita Di Fazio, Mario Russo et al.,:
6. Conclusion Sensitivity-Based Model of Low Voltage
DistributionSystemswithDistributedEnergyR
In this article, a novel Cauchy PSO based MPPT esources.In:Energies,Vol.9(2016 ),No.10,80
technique is implemented for PV system. The 1:https://doi.org/10.3390/en91001.
proposed method is designed to overcome the
drawback seen in conventional PSO. The enhanced 4. Independent statistics & Analysis U.S.Energy
feature of the proposed Cauchy PSO is its less Information Association.
susceptibility of getting stuck at local optima. This is https://www.eia.gov/energyexplained..
achieved with the help of its long jump ability. It
provides rapid convergence rate with high 5. Kashif Ishaque, Zainal Salam,Muhammad
convergence precision. The positive trait of the Amjad, sad Mekhilef.:An Improved Particle
algorithm is its fast convergence. It is a good thing Swarm Optimization (PSO)–Based MPPT for
because it helps to find faster solutions. Hence it can PV With Reduced Steady-State Oscillation.
be applied for time critical applications. Though the In: IEEE TRANSACTIONS N
efficiency of all PSOs are same, CPSO’s major POWER ELECTRONICS, VOL. 27
advantage is its simplified control structure due to the (2012), NO. 8, pp. 3627-3638.
reduced number of tuning parameters. Therefore the 6. M.Talaat,Abdullaziz,S.Alsayarri,Mohamand
system is economical and less complex. Compared to A Essa, M.A.Yousef,: Investigation of
other algorithms it possess fast convergence rate. The
results proved that this algorithm performs better and transparent pyramidal covers effect to PV
extracts the maximum power irrespective of load power output using detected wireless sensors
fluctuations. It delivers a wide range of duty cycle incident radiation.In:Measurement,
output for a low and high range of loads. It provides Elsevier.Vol.136(2019),pp.775-785.
global maximum power even for uneven insolation.
In future, the proposed system can be used in the 7. M.Talaat, M.A.Farahat,M.H.Elkholy,:
32
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
12. Ramadan B.A.Koad, Ahmed. 18. Xueming Yang, Jinsha Yuan, Jiangye Yuan,
F.Zobaa.:Comparison between the Huina Mao.: A modified particle swarm
Conventional Methods and PSO Based optimizer with dynamic adaptation. In:
MPPT Algorithm for Photovoltaic Applied Mathematics and Computation, Vol.
System., In: International Journal of Electrical, 189,( 2007) PP. 1205–1213.
Computer, Energetic, Electronic and
Communication Engineering, Vol:8,(2014), 19. Po-Chen Cheng,Bo-Rei Peng ,Yi-Hua, Liu,
No:4, pp.691-696. Yu- Shan Cheng, Jia- Wei
Huang.:Optimization of a
13. K.L.Lian,J.H.Jhang,.I.S.Tian.:A Maximum Fuzzy-Logic-Control-Based MPPT Algorithm
Power Point Tracking Method Based on Using the Particle Swarm Optimization
Perturb-and-Observe Combined With Technique. In:Energies, Vol.8,( 2015),
Particle swarm optimization.In:IEEE pp.5338-5360.
33
Journal of Electrical Engineering ISSN 1582-4594 - Vol 21 No 3 (2021)
34