Microsoft Word - ETASR_V12_N3_pp8646-8651 Engineering, Technology & Applied Science Research Vol. 12, No. 3, 2022, 8646-8651 8646 www.etasr.com Pahadasingh et al.: JAYA Algorithm-Optimized Load Frequency Control of a Four-Area … JAYA Algorithm-Optimized Load Frequency Control of a Four-Area Interconnected Power System Tuning Using PID Controller Sunita Pahadasingh School of Electrical Engineering Kalinga Institute of Industrial Technology Deemed to be University, Bhubaneswar, Odisha, India spahadasingh@gmail.com Chitralekha Jena School of Electrical Engineering Kalinga Institute of Industrial Technology Deemed to be University, Bhubaneswar, Odisha, India chitralekha.jenafel@kiit.ac.in Chinmoy Kumar Panigrahi School of Electrical Engineering Kalinga Institute of Industrial Technology Deemed to be University, Bhubaneswar, Odisha, India panigrahichinmoy@gmail.com Bibhu Prasad Ganthia Electrical Engineering Department Indira Gandhi Institute of Technology Sarang, Odisha, India jb.bibhu@gmail.com Received: 8 March 2022 | Revised: 26 March 2022 and 30 March 2022 | Accepted:1 April 2022 Abstract-This study examined the design of a Load Frequency Control (LFC) component in a four-area interconnected power system. LFC maintains the frequency of a power system within a prescribed limit. Various controllers for the LFC of a power system have been proposed. The PID controller is a classical approach to LFC. A PID controller that uses a filter in the derivative part amplifies and smooths out the high-frequency noise. The selection of the appropriate optimization method to tune controller gains plays a vital role for LFC. In this work, the PID controller was optimized using the Particle Swarm Optimization (PSO) and the JAYA optimization methods and was simulated in Matlab-Simulink. After studying and comparing the results, it was concluded that the PID controller using the JAYA algorithm provided better LFC in terms of system settling time, overshoot, undershoot, and performance index compared to other optimization methods. Keywords-load frequency control; AGC; tie line; PIDN; PSO; JAYA I. INTRODUCTION An electric power system is a sequential arrangement of components to generate, transmit, distribute, and utilize power while continuously protecting it [1]. A power system has two important parameters that need to be constantly monitored and corrected: voltage and frequency. A generator generates power at some voltage and frequency, and these parameters should be controlled when there is a mismatch between active or reactive power generation and demand [2]. There are basically two methods to perform such control. When the active power demand is not equal to the active power generation, the frequency should be controlled, and when the reactive power demand is not equal to the reactive power generation, the voltage should be controlled [3]. Control of voltage and frequency can be performed in two ways, which are the primary and secondary control mechanisms. The primary control mechanism examines the aspects of generation, as generation remains constant most of the time while demand varies [5]. In the primary control mechanism, the Automatic Generation Control (AGC) has to match the demand by varying the generation. But in emergency conditions, where it is not possible to control generations, the load should be controlled, which is known as the load side management [6]. AGC can control voltage as well as frequency, i.e. load frequency control plus excitation control [7]. In AGC, there is a generator that generates active power �� and reactive power �� . The generator gets input power from a turbine, and the turbine gets input power from the boiler [8]. While the steam comes from the boiler, there is a governor valve placed in the boiler to control the steam. When the active power is delivered to the bus, there is a comparator that receives and senses the frequency �� coming from the generator [9]. The comparator has a reference frequency ����, which has to be maintained, and if there is any difference between �� and ����, there will be an error �� which will be operated by the generator valve. This whole closed loop is the LFC [10]. II. INTERCONNECTED SYSTEM The operation of more than one interconnected areas is known as an interconnected system or power pool or pool operation [12]. Under normal operating conditions, each control area carries its own load and each control area adopts beneficial regulating and control strategies. These are two basic operating principles of a multi-control area system [11]. Unlike a small system, where a sudden change in load causes a large Corresponding author: Bibhu Prasad Ganthia Engineering, Technology & Applied Science Research Vol. 12, No. 3, 2022, 8646-8651 8647 www.etasr.com Pahadasingh et al.: JAYA Algorithm-Optimized Load Frequency Control of a Four-Area … frequency drop and could result in a system blackout, the interconnected systems don’t have these problems. In an interconnected power system, a sudden change in load causes a large frequency drop [13]. Peak demands occur at various hours of the day in various areas of an interconnected system, so the ratio of peak to average load is smaller than that of an individual load. A control area in an interconnected system is characterized by the same frequency throughout, and the frequency deviations in different areas are represented as ∆ 1, ∆ 2, ∆ 3,… In an interconnected system, each area has a generator, a speed governing system, and a turbine. Each area has three inputs, i.e. the controller input ( ∆���� ), load distribution ∆���, and tie-line power error (∆����� [14]. Each area has two outputs, which are the generator frequency (∆ ) and the Area Control Error (ACE), which is the signal fed into the integrator: ��� � �∆ � ∆���� (1) where B is the frequency bias parameter. Fig. 1. Simulation model of four area power system. III. PID CONTROLLER WITH DERIVATIVE FILTER When an interconnected or micro-grid power system is subjected to a change, it is very crucial to adjust the gain parameters of the PID controller [15]. As the PID controller often ignores the noise and non-linear effects, most of the time it does not work properly in practical problems. For this reason, a first-order filter is put on the derivative term to tune it [16], as it reduces the high-frequency noise and smoothes it out, so chattering due to noise does not occur and the derivative will not reduce the high-frequency noise [17]. The transfer function of the PID controller with derivative filter (PIDN) is given as: � ���� � �� � �� � � � � � � ! " # ! $ � (2) Fig. 2. Simulink model of PIDN controller. IV. PARTICLE SWARM OPTIMIZATION METHOD In PSO, a particle is each member of a population, called a swarm. Each particle has a velocity in a given direction [18], similar to the speed of a bird in the direction of food. Each particle searches for the optimal value by an updating generation (iteration). In each iteration, every particle is updated by following the two best values. The best one is the best solution (fitness), while the second best is tracked by the PSO optimizer. After finding the two best values, the velocity and position have to be updated for each particle, using: %� �#� � %� � � &� � ∗ ( (3) &)#� � � *&) � � +�,� %�-.(� � / %� �� � +0,0 1�-.(� � / %� �� (4) where xBest is the best particle position and gBest is the best global position. The best global position is the main strategy that all birds follow because this is the position of the bird closest to the food. The parameter w is the inertia weight. This is the main key factor, as it has the major role to change the position of each particle in the search space, from the previous position to a new one by updating velocity. +�, +0 are two positive constants, and ,�, ,0 are two random parameters within [0, 1]. The current position can be updated by adding the velocity v to the old position: �,-.-2( � 345 73.8(832� &-43+8(9 &� (5) The main aim of the PSO algorithm is to follow the bird which is closest to the food. Its main steps are given below: • Step 1: Initialize the parameters and the population. At first, initialize the position %� and velocity &� randomly for each particle. • Step 2: Compute the fitness value � %� �� of each particle, and choose the particle with the best fitness value gBest. Engineering, Technology & Applied Science Research Vol. 12, No. 3, 2022, 8646-8651 8648 www.etasr.com Pahadasingh et al.: JAYA Algorithm-Optimized Load Frequency Control of a Four-Area … • Step 3: Update the position and velocity of each particle, by (3) and (4). • Step 4: Check again the fitness value � %� �� and then find again the best global gBest. • Step 5: Update ( � ( � 1. • Step 6: the output comes as gBest and %� � Fig. 3. Flowchart of PSO algorithm. V. JAYA OPTIMIZATION TECHNIQUE JAYA is a specific parameter-less algorithm. This algorithm was formulated to solve various constrained or unconstrained optimization problems. Its concept is based on the fact that the solution for a given particular problem should move towards its best solution, as its major objective is victory, meaning that it should avoid the worst solution [19, 20]. JAYA has some control parameters, such as population size and the number of generations. However, unlike other algorithms, JAYA does not have any specific parameters. For example in PSO, the inertia coefficient w and +�, +0, ,�, and ,0 have to be updated. But in the case of the JAYA algorithm, such specific parameters are not required to obtain the optimal solution. The terms used in the JAYA algorithm are iteration, design variable, candidate solution, best and worst values for the solution, modified solution, and update solution. The JAYA algorithm can be described as follows: • Let � %� be the objective function • Minimize/maximize � %�: 4� : %; : <;, j=1,2,3…m • At any iteration t, assume there are m design variables and n candidate solutions. • For n values, o � %�=-.( is the best value of � %� o � %�*3,.( is the worst value of � %� • The fitness value can be computed from 2 >?. • @;,) is the value of the j th variable for the k th candidate. • @;,) � is the value of the variable during the t iteration. • @B��� is the best value of the variable. • @CD��� is the worst value of the variable. • The position update equation is given by: @E�C � @;,) � ,� @B��� / |@;,)|� / ,0 @CD��� / |@;,)|� • @E�C is the updated value of the variable @;,). • ,�, ,0 are two random numbers between 0 to 1. • ,� @B��� / |@;,)|� is the tendency of the solution to move closer to the best solution. • /,0 @CD��� / |@;,)|� is the tendency of the solution to avoid the worst solution. • Concerning the t iteration: @E�C � � @;,) � � ,� @B��� � / |@;,) � |� / ,0 @B��� � / |@;,) � |� • Now, a greedy selection has to be made, by comparing the obtained solution with the previous one, to check whether the obtained solution is better or not. • For minimization, if �E�C G �DH update the solution, otherwise not. • For maximization, if �DH G �E�C update the solution, otherwise not. • �E�C � � %E�C� is the fitness value at %E�C, and �� is the previous fitness value at %�. For minimization, if �E�C G �� then replace %� with %E�C and �� with �E�C . For maximization, if �E�C I fK then replace %�with %E�C and �� with �E�C. • The algorithm stops when the number of iterations reaches its maximum value. Engineering, Technology & Applied Science Research Vol. 12, No. 3, 2022, 8646-8651 8649 www.etasr.com Pahadasingh et al.: JAYA Algorithm-Optimized Load Frequency Control of a Four-Area … Fig. 4. Flowchart of the JAYA algorithm. VI. SIMULINK RESULTS Figure 5 shows the four-area model with a PID controller. Figure 6 represents the Jaya optimization in PID controller gain for the frequency control in each area of the AGC. Figure 7 represents the JAYA optimization in PIDN controller gain for the frequency control in each area of the AGC. The controller block tuned the gains for the optimized data set for the JAYA algorithm and the frequency of each area of the AGC controlled concerning the demand of the grid. The deviation in frequency and the corresponding tie-line power were investigated. The value of the proportional, integral, and derivative constants, the derivative filter, and an objective function were obtained after optimizing using the PSO and then the JAYA methods. The efficacy of the JAYA-based PID controller with the derivative filter was shown by comparing it with the PSO simulation result. The changes in frequency and the corresponding tie-line deviations under load disturbance of 0.1p.u in four areas are shown in Figures 8-11, for JAYA, PSO, and GA methods. The JAYA method minimized the error during the controller objective function operation in the system model of AGC. Fig. 5. Four area model with PID controller. Fig. 6. JAYA optimization with PID controller. Fig. 7. PIDN controller block for frequency control in AGC. Fig. 8. Frequency response of area 1 using PID controller Engineering, Technology & Applied Science Research Vol. 12, No. 3, 2022, 8646-8651 8650 www.etasr.com Pahadasingh et al.: JAYA Algorithm-Optimized Load Frequency Control of a Four-Area … Fig. 9. Frequency response of area 2 using PID controller. Fig. 10. Frequency response of area 3 using PID controller. Fig. 11. Frequency response of area 4 using PID controller. TABLE I. TUNED PID CONTROLLER GAINS Controller Gains PSO JAYA Kp1 0.0112 0.0218 Ki1 6.5402 2.7319 Kd1 3.7943 4.7272 ITAE1 4.7943 4.7272 Kp2 0.2176 0.2762 Ki2 3.2531 2.4062 Kd2 5.7291 5.4251 ITAE2 5.7291 5.4251 Kp3 0.0221 0.2373 Ki3 4.6011 2.1165 Kd3 4.1982 3.4231 ITAE3 4.1982 3.4231 Kp4 0.0262 0.0254 Ki4 4.7198 2.3068 Kd4 3.6846 3.3076 ITAE4 3.6846 3.3076 VII. DISCUSSION From Figures 8-11, it is clear that the settling time for the JAYA optimization method is faster than for GA and PSO optimizations. The frequency variation is less by 18-20% when using the proposed controller method. The gains were limited by the optimization method and the errors were reduced by 8% for area 1, and 11% for area 2. The frequency deviation error was reduced by 4% in area 3 and 6% in area 4. The PID- controlled JAYA optimization method improved the transient stability of the multi-area system by 14% of rated values. VIII. CONCLUSION This study used a PSO and a JAYA optimized PID controller in a four-area power system. The proposed method was compared to traditional control algorithms. A PID controller was used to examine the results of the proposed method. Simulations were carried out in Matlab-Simulink. It was observed that the JAYA tuned PID controller exhibited better performance than PSO and GA in terms of settling time, peak overshoot, and undershoot. Thus, the JAYA-based PID controller helped maximize the power quality of the AGC. Further analysis of this topic can be carried out using different optimization methods. Different controllers, like the fractional order proportional derivative controllers (PIDN) (FOPID), and FOPID (1+PI) can be tested for improved ALFC in a power system. APPENDIX f = 50Hz, B1 = B2 = B3 = B4 = 0.425pu MW/Hz, PR = 1,000MW (rating), PL=1,500MW (nominal loading), R1 = R2 = R3 = R4 = 2.4Hz/p.u. MW, �L� = �L0 = �LM = �LN =0.08, �O� =�O0 =�OM =�ON =0.03, ��� = ��0 = ��M =��N =20, K=-1, ��0=�0M=�MN=�N�=0.545. REFERENCES [1] R. Shankar, S. R. Pradhan, K. Chatterjee, and R. Mandal, "A comprehensive state of the art literature survey on LFC mechanism for power system," Renewable and Sustainable Energy Reviews, vol. 76, pp. 1185–1207, Sep. 2017, https://doi.org/10.1016/j.rser.2017.02.064. [2] N. N. Shah, A. D. Chafekar, D. N. Mehta, and A. R. Suthar, "Automatic Load Frequency Control of two Area Power System with Conventional and Fuzzy Logic Control," International Journal of Research in Engineering and Technology, vol. 1, no. 3, pp. 343–347, Mar. 2012, https://doi.org/10.15623/ijret.2012.0103026. [3] K. M. Passino and N. Quijano, "Proportional-Integral-Derivative Control with Derivative Filtering and Integral Anti-Windup for a DC Servo," Ohio State University, Colombus, OH, USA, Mar. 2002. [4] A. Dhamanda, A. Dutt, and A. K. Bhardwaj, "Automatic Generation Control in Four Area Interconnected Power System of Thermal Generating Unit through Evolutionary Technique," International Journal on Electrical Engineering and Informatics, vol. 7, no. 4, pp. 569–583, Dec. 2015, https://doi.org/10.15676/ijeei.2015.7.4.3. [5] B. Mohanty, S. Panda, and P. K. Hota, "Controller parameters tuning of differential evolution algorithm and its application to load frequency control of multi-source power system," International Journal of Electrical Power & Energy Systems, vol. 54, pp. 77–85, Jan. 2014, https://doi.org/10.1016/j.ijepes.2013.06.029. [6] Y. del Valle, G. K. Venayagamoorthy, S. Mohagheghi, J.-C. Hernandez, and R. G. Harley, "Particle Swarm Optimization: Basic Concepts, Variants and Applications in Power Systems," IEEE Transactions on Evolutionary Computation, vol. 12, no. 2, pp. 171–195, Apr. 2008, https://doi.org/10.1109/TEVC.2007.896686. Engineering, Technology & Applied Science Research Vol. 12, No. 3, 2022, 8646-8651 8651 www.etasr.com Pahadasingh et al.: JAYA Algorithm-Optimized Load Frequency Control of a Four-Area … [7] B. P. Ganthia, S. K. Barik, and B. Nayak, "Shunt Connected FACTS Devices for LVRT Capability Enhancement in WECS," Engineering, Technology & Applied Science Research, vol. 10, no. 3, pp. 5819–5823, Jun. 2020, https://doi.org/10.48084/etasr.3560. [8] W. F. Abd-El-Wahed, A. A. Mousa, and M. A. El-Shorbagy, "Integrating particle swarm optimization with genetic algorithms for solving nonlinear optimization problems," Journal of Computational and Applied Mathematics, vol. 235, no. 5, pp. 1446–1453, Jan. 2011, https://doi.org/10.1016/j.cam.2010.08.030. [9] B. Alatas, E. Akin, and A. B. Ozer, "Chaos embedded particle swarm optimization algorithms," Chaos, Solitons & Fractals, vol. 40, no. 4, pp. 1715–1734, May 2009, https://doi.org/10.1016/j.chaos.2007.09.063. [10] R. Rao, "Jaya: A simple and new optimization algorithm for solving constrained and unconstrained optimization problems," International Journal of Industrial Engineering Computations, vol. 7, no. 1, pp. 19– 34, 2016, https://doi.org/10.5267/j.ijiec.2015.8.004. [11] A. S. Alshammari, B. M. Alshammari, T. Guesmi, and R. Abbassi, "Evaluation Framework of the Deficit and Reliability Quality Measures of the Transmission System," Engineering, Technology & Applied Science Research, vol. 11, no. 2, pp. 6930–6934, Apr. 2021, https://doi.org/10.48084/etasr.4074. [12] S. A. Dayo, S. H. Memon, M. A. Uqaili, and Z. A. Memon, "LVRT Enhancement of a Grid-tied PMSG-based Wind Farm using Static VAR Compensator," Engineering, Technology & Applied Science Research, vol. 11, no. 3, pp. 7146–7151, Jun. 2021, https://doi.org/10.48084/etasr. 4147. [13] P. D. Chung, "Smoothing the Power Output of a Wind Turbine Group with a Compensation Strategy of Power Variation," Engineering, Technology & Applied Science Research, vol. 11, no. 4, pp. 7343–7348, Aug. 2021, https://doi.org/10.48084/etasr.4234. [14] L. B. Raju and K. S. Rao, "Evaluation of Passive Islanding Detection Methods for Line to Ground Unsymmetrical Fault in Three Phase Microgrid Systems: Microgrid Islanding Detection Method," Engineering, Technology & Applied Science Research, vol. 11, no. 5, pp. 7591–7597, Oct. 2021, https://doi.org/10.48084/etasr.4310. [15] G. A. Alshammari, F. A. Alshammari, T. Guesmi, B. M. Alshammari, A. S. Alshammari, and N. A. Alshammari, "A New Particle Swarm Optimization Based Strategy for the Economic Emission Dispatch Problem Including Wind Energy Sources," Engineering, Technology & Applied Science Research, vol. 11, no. 5, pp. 7585–7590, Oct. 2021, https://doi.org/10.48084/etasr.4279. [16] T. Lachumanan, R. Singh, M. I. Shapiai, and T. J. S. Anand, "Analysis of a Multilevel Voltage-Based Coordinating Controller for Solar-Wind Energy Generator: A Simulation, Development and Validation Approach," Engineering, Technology & Applied Science Research, vol. 11, no. 6, pp. 7793–7799, Dec. 2021, https://doi.org/10.48084/etasr. 4489. [17] C. L. Wadhwa, Electrical Power System, 7th edition. New Delhi, India: New Age International, 2017. [18] H. Saarat, Power System Analysis. New Delhi, India: WCB McGraw- Hill, 1999. [19] B. P. Ganthia, A. Pritam, K. Rout, S. Singhsamant, and J. Nayak, "Study of AGC in Two-Area Hydro-thermal Power System," in Advances in Power Systems and Energy Management: ETAEERE-2016, A. Garg, A. K. Bhoi, P. Sanjeevikumar, and K. K. Kamani, Eds. Singapore: Springer, 2018, pp. 393–401. [20] A. Pritam, S. Sahu, S. D. Rout, S. Ganthia, and B. P. Ganthia, "Automatic Generation Control Study in Two Area Reheat Thermal Power System," IOP Conference Series: Materials Science and Engineering, vol. 225, Dec. 2017, Art. no. 012223, https://doi.org/ 10.1088/1757-899X/225/1/012223. AUTHORS PROFILE Sunita Pahadasingh is working on her Ph.D. in the School of Electrical Engineering, Kalinga Institute of Industrial Technology, Bhubaneswar, Odisha, India. Her research area is AGC smart grids. Chitralekha Jena, is an assistant professor in the School of Electrical Engineering, Kalinga Institute of Industrial Technology, Bhubaneswar, Odisha, India. Chinmoay Kumar Panigrahi, is a professor in the School of Electrical Engineering, Kalinga Institute of Industrial Technology, Bhubaneswar, Odisha, India. Bibhu Prasad Ganthia is an assistant professor in the Department of Electrical Engineering, Indira Gandhi Institute of Technology, Sarang, Dhenkanal, Odisha, India. His research areas include renewable energy systems and power system control.