Multi Objective Economic Load Dispatch problem using A-Loss Coefficients

Size: px
Start display at page:

Download "Multi Objective Economic Load Dispatch problem using A-Loss Coefficients"

Transcription

1 Volume 114 No , ISSN: (printed version); ISSN: (on-line version) url: ijpam.eu Multi Objective Economic Load Dispatch problem using A-Loss Coefficients D.Poornima 1, Sishaj P. Simon 2 B.Sonia 3,T.Sunita 4 1,3,4 Vignan s Institute of Information Technology, Duvvada. 2 NIT, Tiruchirapalli, 1poornima.dumpa@gmail.com 2sishajpsimon@gmail.com 3sonia.888b@gmail.com 4suni.sunitha26@gmail.com May17,2017 Abstract Multi Objective Economic Load Dispatch (MOELD) is one of the main objectives of power system operation while dispatching the output power of various generating units. The main objective of this problem is to minimize the Generation Cost, Emissions of fossil fuel plants and Transmission losses in the network. This problem is an extension of Economic-Emission dispatch problem which also includes the minimization of transmission losses. In this paper, the transmission losses are evaluated using nominal A-loss coefficients which can be derived for any transmission network from the knowledge of load flow analysis at few operating conditions using perturbation method. As the evaluation of these loss coefficients involves more than one operating conditions of the network in contrast to that for conventional B-loss coefficients, 143 1

2 these are proven to be accurate in calculating transmission losses. So, these A-loss coefficients are used in this paper for solving MOELD problem. Conventional Weighed Sum (WS) approach and Strength Pareto Genetic Algorithms (SPGA) are used to solve the problem of MOELD and the effectiveness of the algorithms are compared based on the results obtained for IEEE 30 bus system with 6 generating units. Key Words : Multi Objective Economic Load Dispatch, A-Loss coefficients, Economic-Emission dispatch, Weighed sum approach, Strength Pareto Genetic Algorithm 1 Introduction: Economic Load dispatch problem plays a key role in load dispatch process which minimize the cost of generation by suitable scheduling of committed generating units, while satisfying different operational constraints. Due to the U.S, Clean Air Act amendments 1990, the power generation companies using fossil fuels are enforced to revise their strategies such that atmospheric emissions are reduced. So, the emissions are included as one of the objectives to be minimized. As the average transmission losses can also be minimized by properly distributing the generation among various power plants, losses are also considered as one of the objectives to be minimized in this paper. By considering these three objectives at a time, the problem is converted into a Multi Objective Optimization Problem (MOOP). The transmission losses of power system network are conventionally calculated using B-loss coefficients which are derived at a particular operating condition of the network by making some assumptions. So, the calculation of transmission losses is not so accurate with these loss coefficients. In literature, A-loss coefficients have been proposed [1], [2] to be effective in calculating transmission losses. These coefficients are evaluated using perturbation method by considering more than one operating conditions of the power system network which makes it effective and accurate in calculating losses. So, A-loss coefficients are used in solving MOELD problem in this paper, which are proven to be very effective. The Multi Objective Optimization Problems (MOOP)have been solved using different techniques in literature. Blaze Gjorgiev& Marko Cepin.,[3] proposed Weighted Sum approach to solve the Economic-Environmental power dispatch and the constraints are handled using a penalty function. M.S. Osmana, M.A. Abo-Sinnab, A.A. Mousab., [4] 144 2

3 presented a novel Multi Objective Genetic Algorithm for solving Economic-Emission load dispatch problem in which the nondominated solutions iteratively updated based on the concept of ε- dominance. M. A. Abido, [5]presented a new methodology based on Strength Pareto Evolutionary Algorithm (SPEA) to solve the Economic -Environmental power dispatch problem which uses a clustering algorithm to bring about Pareto-optimal solution. A best compromise non dominated solution is extracted using Fuzzy set theory. In this paper, the three objective MOELD problems is solved by using A-loss coefficients with Weighed Sum approach and Strength Pareto Genetic Algorithms which are proven to be effective in literature and results are compared to justify the effective method. The IEEE 30 bus system with 6 generating units is chosen as the test system to carry out the simulations 2 Formulation of Multi Objective Economic Load dispatch (MOELD) The MOELD problem minimizes three competitive objectives while satisfying different operational constraints and is formulated as below. A. Objective functions: a) Cost of generation: The cost of generation of thermal plants can be expressed as a quadratic function of its real power output (Pgi) and is given by Eq (1) 2. F ( P ) a ( P ) b ( P ) c $ / h...(1) 1 nt gi i gi i gi i i 1 where, nt is number of generating units, ai, bi, ci are cost coefficients of i th generating unit. b) Emissions of pollutants: The amount of pollutants released into atmosphere can be expressed as a function of the output power of the plant (Pgi) with the help of emission coefficients (α, β, ) as given by Eq (2). F P P P ton h 2 ( ) ( ) ( ) /...(2) 2 nt gi i i gi i gi i

4 c)transmission losses: The transmission losses can be expressed as a function of output power(pgi) of generating units with help of A-loss coefficients as given in Eq (3). nt 2 F ( P ) ( )...(3) 3 AP MW gi i gi i 1 B. Constraints: a) Equality constraint: This is also calledpower balance constraint which sets the total power generation to be equal to t sum of load demand and transmission losses in the network. It is expressed as in Eq (4). nt i 1 P P P gi load loss...(4) where,p load is the total demand and P loss is the transmission losses calculated using Eq (3). 3 Solution Methodologies The Multi Objective Optimization Problem can be solved using various methods like conventional weighed sum approach in which a single objective function is defined which is a weighed combination of the objectives of the problem and evolutionary algorithms with pareto set approach. These methodologies are explained below in brief. A. Weighed Sum Approach: In this approach, the MOOP problem can be solved by converting it to a one objective optimization problem by using the linear combination of all objectives as a weighed sum such that m i=1 w i = 1 and wi 0 (i=1,2,,m) where m is the number of objective functions and wi is the weighing coefficient of i th objective function. This technique requires well known domain knowledge to assign appropriate weighing coefficients to each objective function. So this problem is solved using different 146 4

5 weightage combinations as shown in Table1 to locate non-inferior solution set. The best compromise weightage combination is determined with a fuzzy mechanism known as membership function. In this paper, Newton-Raphson method and Real coded Genetic algorithms are chosen to solve the problem using this approach. a) Newton - Raphson method: In this method, the constrained MOELD problem which is formed as a single objective function F is altered into unconstrained scalar optimization problem using Lagrangian multiplier function as shown in Eq (6). The optimality conditions are derived by taking the partial derivatives of this augmented objective function with respect to Pgi, λ. The augmented objective function is given by, ng P gi j = ).. (6) L = m i=1 w i F i + λ(p load + P loss b) Real coded Genetic Algorithm (GA): It is a randomised search algorithm which is guided by the principle of natural genetic systems. This algorithm is robust and requires no auxiliary information and can offer significant advantages in solution methodologies. The process of GA is explained as follows to solve this MOELD problem. 1) Generate a random feasible solution set which is known as population 2) Assign fitness value to each member of the population based on its evaluation. 3) Select solutions with lowest fitness value (value of F which is the weighed combination of three objective functions) to be parent the new solutions during reproduction process. 4) The new solution set replaces the less fitted old solutions based on selection rate

6 5) Continue the process from step 2 till the convergence criterion is satisfied. Non Pareto solution set is formed for different combinations of weightages among which the optimum solution is extracted based on the membership value. c) Membership function: This is one of the effective method in Fuzzy logic which derives Pareto-optimal solution from a group of non-inferior solutions. The membership function of i th objective function of a solution is given by Eq (7), F i,max F i F ii,max F i,min μ F i = 1 F i F i,min F i,min < F i < F i,max (7) 0 F i F i,max Where F i,max and F i,min are the maximum and minimum values of i th objective function. The normalized membership function corresponds to k th non-dominated solution is given by μ k D = m i= 1 K m k= 1 i= 1 μ(f k i μ(f The solution with maximum optimal solution. ) k i ) (8) B) Strength Pareto Genetic Algorithm (SPGA): k μ D value is chosen as the Pareto It is one of the potential algorithm for Multi Objective Optimization Problems which works based on the Pareto set approach. In this approach, non-dominated solution set is determined using Pareto dominance principle which is defined for a minimization problem as, j {1,2,.m}: fi(x1)<fi(x2) i {1,2,.m} : fi(x1) fi(x2) Here x1 is known as non-dominated solution within the set 148 6

7 {x1, x2}.the non dominatedsolution within the entire search space is known as Pareto-optimalsolutions. A value known as strength is assigned to each solution within the range [0,1) for evaluation. This strength is defined to be proportional to the number of solutions covered by it. The fitness of an individual is calculated asthe sum of the strengths of all external Pareto solutions by which it is covered. The steps to be followed to solve MOELD problem using SPGA method are explained below. 1) An initial population of random feasible solutions is generated. 2) The non-dominated solutions are identified using dominance principle to update the archive set. 3) Assign fitness value to each member and sort out the population from maximum to minimum fitness value. 4) The generation values correspond to maximum fitness value is considered as pareto optimal solution. C) Steps to form initial feasible solution set using A-loss coefficients: 1. Create the population of real power outputs of generators except for slack bus power (Pg1) 2. Assume Pg1=0. 3. Calculate losses by using Eq (3). 4. For each combination of chromosomes, calculate the generation of the slack bus (Pg1) by using the Eq (10). P P P nt P...(10) g1 load losses gi i 2 5. Calculate the losses by using Eq (3). 6. Calculate the difference in losses evaluated in steps 3 and 5. If it is more than , go to step 3 and repeat the steps. Otherwise stop the process. 4. Simulation Results: The Multi Objective Economic Load Dispatch problem is solved 149 7

8 Cost ($/h), Emission s(ton/h) Losses (MW) International Journal of Pure and Applied Mathematics for IEEE-30 bus system at a total load of 283.4MW, using SCILAB software. The transmission losses are calculated using nominal A loss coefficients. Newton-Raphson method (NR method), Genetic algorithms are used to solve the problem with Weighed Sum approach and Strength Pareto Genetic Algorithm is also used to solve the problem and results are compared with these algorithms. Table 1 Different weightage combinations Combination number w1 w2 w Non dominated solutions Cost of generation Emissions Losses Objective considered to be minimized By applying membership technique, the most optimal solution obtained by these three methods is determined. The respective normalized membership values

9 Cost ($/h), Emissions(ton/hs Losses, MW International Journal of Pure and Applied Mathematics NR method Weightage combination number 0 Fig 1: Non-inferior solutions with NR method and WS approach From the membership values, we can justify the effectiveness of Strength Pareto Genetic algorithm in solving Multi Objective Optimization problems. 5. Conclusion: In this paper, the formulation and implementation of Multi objective optimization problems have been explained. The Multi Objective Economic Load Dispatch problem is solved in this paper which optimizes three objectives, Cost of generation, Emissions and the Transmission losses of power system operation. The losses are calculated using nominal A loss coefficients. Both conventional and evolutionary algorithms are used to solve the problem with Weighed Sum approach and Strength Pareto Genetic Algorithm. The use of A loss coefficients in calculating transmission losses, while solving Multi objective ELD is attempted successfully. The feasibility of the above algorithms has been checked by validating them in IEEE 30 bus system. It is observed that Strength Pareto Genetic algorithm gives better result when compared with Weighed Sum approach. 6. References: [01] J.Nanda., L.L. Lai, A novel approach to computationally efficient algorithms for transmission loss and line flow formulations, Elsevier, Electrical Power and Energy Systems 21 (1999) [02] C. H. Ram Jethmalani, PoornimaDumpa, Sishaj P. Simon and K. Sundareswaran, Transmission Loss Calculation using A and B Loss Coefficients in Dynamic Economic Dispatch Problem, Int. J. Emerg. Electr. Power Syst. DOI /ijeeps

10 [03] Blaze Gjorgiev& Marko Cepin., A multi-objective optimization based solution for the combined economic-environmental power dispatch problem, Engineering Applications of Artificial Intelligence 26 (2013) [04] M.S. Osmana, M.A. Abo-Sinnab, A.A. Mousab, An ε-dominancebased multi objective genetic algorithm for economic emission load dispatch optimization problem, Electric Power Systems Research 79 (2009) [05] M. A. Abido., Environmental/Economic power dispatch using multi objective evolutionary algorithms, IEEE transactions on power systems, Vol. 18, No. 4, November 2003 [06] M. A. Abido., Multi objective evolutionary algorithms for Electric power dispatch problem, IEEE transactions on evolutionary computation,vol. 10, No. 3, June 2006 [07] Bin Shi a, Lie-Xiang Yan a, WeiWub, Multi-objective optimization for combined heat and power economic dispatch with power transmission loss and emission reduction, Energy 56 (2013) 135e143 [08] B.Venkateswara Rao, G.V.Nagesh Kumar, M.Ramya Priya, and P.V.S.Sobhan, " Implementation of Static VAR Compensator for Improvement of Power System Stability ", International Conference on Advances in Computing, Control, and Telecommunication Technologies, ACT 2009 organized by ACEEE and CPS, Trivandrum, Kerala, India,, December, 2009, Pages: [09] M. A. Abido, A new multi objective evolutionary algorithm for environmental/economic power dispatch IEEE Power Eng. Soc. Summer Meeting, Vancouver, BC, Canada, Jul , 2001.,

11 153

12 154

Contents Economic dispatch of thermal units

Contents Economic dispatch of thermal units Contents 2 Economic dispatch of thermal units 2 2.1 Introduction................................... 2 2.2 Economic dispatch problem (neglecting transmission losses)......... 3 2.2.1 Fuel cost characteristics........................

More information

ScienceDirect. A Comparative Study of Solution of Economic Load Dispatch Problem in Power Systems in the Environmental Perspective

ScienceDirect. A Comparative Study of Solution of Economic Load Dispatch Problem in Power Systems in the Environmental Perspective Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 96 100 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm

Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm Multi-objective Emission constrained Economic Power Dispatch Using Differential Evolution Algorithm Sunil Kumar Soni, Vijay Bhuria Abstract The main aim of power utilities is to provide high quality power

More information

Genetic Algorithm for Solving the Economic Load Dispatch

Genetic Algorithm for Solving the Economic Load Dispatch International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 523-528 International Research Publication House http://www.irphouse.com Genetic Algorithm

More information

03-Economic Dispatch 1. EE570 Energy Utilization & Conservation Professor Henry Louie

03-Economic Dispatch 1. EE570 Energy Utilization & Conservation Professor Henry Louie 03-Economic Dispatch 1 EE570 Energy Utilization & Conservation Professor Henry Louie 1 Topics Generator Curves Economic Dispatch (ED) Formulation ED (No Generator Limits, No Losses) ED (No Losses) ED Example

More information

Optimal Operation of Large Power System by GA Method

Optimal Operation of Large Power System by GA Method Journal of Emerging Trends in Engineering and Applied Sciences (JETEAS) (1): 1-7 Scholarlink Research Institute Journals, 01 (ISSN: 11-7016) jeteas.scholarlinkresearch.org Journal of Emerging Trends in

More information

Single objective optimization using PSO with Interline Power Flow Controller

Single objective optimization using PSO with Interline Power Flow Controller Single objective optimization using PSO with Interline Power Flow Controller Praveen.J, B.Srinivasa Rao jpraveen.90@gmail.com, balususrinu@vrsiddhartha.ac.in Abstract Optimal Power Flow (OPF) problem was

More information

On Optimal Power Flow

On Optimal Power Flow On Optimal Power Flow K. C. Sravanthi #1, Dr. M. S. Krishnarayalu #2 # Department of Electrical and Electronics Engineering V R Siddhartha Engineering College, Vijayawada, AP, India Abstract-Optimal Power

More information

Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions

Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions 1 Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions Ripunjoy Phukan, ripun000@yahoo.co.in Abstract Power System planning encompasses the concept

More information

Recent Advances in Knowledge Engineering and Systems Science

Recent Advances in Knowledge Engineering and Systems Science Optimal Operation of Thermal Electric Power Production System without Transmission Losses: An Alternative Solution using Artificial eural etworks based on External Penalty Functions G.J. TSEKOURAS, F.D.

More information

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION Onah C. O. 1, Agber J. U. 2 and Ikule F. T. 3 1, 2, 3 Department of Electrical and Electronics

More information

04-Economic Dispatch 2. EE570 Energy Utilization & Conservation Professor Henry Louie

04-Economic Dispatch 2. EE570 Energy Utilization & Conservation Professor Henry Louie 04-Economic Dispatch EE570 Energy Utilization & Conservation Professor Henry Louie 1 Topics Example 1 Example Dr. Henry Louie Consider two generators with the following cost curves and constraints: C 1

More information

UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1

UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1 UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1 1.1 HEAT RATE CURVE: The heat rate characteristics obtained from the plot of the net heat rate in Btu/Wh or cal/wh versus power output in W is shown in fig.1

More information

Regular paper. Particle Swarm Optimization Applied to the Economic Dispatch Problem

Regular paper. Particle Swarm Optimization Applied to the Economic Dispatch Problem Rafik Labdani Linda Slimani Tarek Bouktir Electrical Engineering Department, Oum El Bouaghi University, 04000 Algeria. rlabdani@yahoo.fr J. Electrical Systems 2-2 (2006): 95-102 Regular paper Particle

More information

Vedant V. Sonar 1, H. D. Mehta 2. Abstract

Vedant V. Sonar 1, H. D. Mehta 2. Abstract Load Shedding Optimization in Power System Using Swarm Intelligence-Based Optimization Techniques Vedant V. Sonar 1, H. D. Mehta 2 1 Electrical Engineering Department, L.D. College of Engineering Ahmedabad,

More information

OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION

OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION U.P.B. Sci. Bull., Series C, Vol. 78, Iss. 3, 2016 ISSN 2286-3540 OPTIMAL POWER FLOW BASED ON PARTICLE SWARM OPTIMIZATION Layth AL-BAHRANI 1, Virgil DUMBRAVA 2 Optimal Power Flow (OPF) is one of the most

More information

CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS

CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS 51 CHAPTER 3 FUZZIFIED PARTICLE SWARM OPTIMIZATION BASED DC- OPF OF INTERCONNECTED POWER SYSTEMS 3.1 INTRODUCTION Optimal Power Flow (OPF) is one of the most important operational functions of the modern

More information

ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES

ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES SYNOPSIS OF ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES A THESIS to be submitted by S. SIVASUBRAMANI for the award of the degree of DOCTOR OF PHILOSOPHY DEPARTMENT OF ELECTRICAL

More information

Minimization of Energy Loss using Integrated Evolutionary Approaches

Minimization of Energy Loss using Integrated Evolutionary Approaches Minimization of Energy Loss using Integrated Evolutionary Approaches Attia A. El-Fergany, Member, IEEE, Mahdi El-Arini, Senior Member, IEEE Paper Number: 1569614661 Presentation's Outline Aim of this work,

More information

Real power-system economic dispatch using a variable weights linear programming method

Real power-system economic dispatch using a variable weights linear programming method Open Access Journal Journal of Power Technologies 95 (1) (2015) 34 39 journal homepage:papers.itc.pw.edu.pl Real power-system economic dispatch using a variable weights linear programming method M. Rahli,

More information

Thermal Unit Commitment

Thermal Unit Commitment Thermal Unit Commitment Dr. Deepak P. Kadam Department of Electrical Engineering, Sandip Foundation, Sandip Institute of Engg. & MGMT, Mahiravani, Trimbak Road, Nashik- 422213, Maharashtra, India Abstract:

More information

Analyzing the Effect of Loadability in the

Analyzing the Effect of Loadability in the Analyzing the Effect of Loadability in the Presence of TCSC &SVC M. Lakshmikantha Reddy 1, V. C. Veera Reddy 2, Research Scholar, Department of Electrical Engineering, SV University, Tirupathi, India 1

More information

ECE 476. Exam #2. Tuesday, November 15, Minutes

ECE 476. Exam #2. Tuesday, November 15, Minutes Name: Answers ECE 476 Exam #2 Tuesday, November 15, 2016 75 Minutes Closed book, closed notes One new note sheet allowed, one old note sheet allowed 1. / 20 2. / 20 3. / 20 4. / 20 5. / 20 Total / 100

More information

Evolutionary Multiobjective. Optimization Methods for the Shape Design of Industrial Electromagnetic Devices. P. Di Barba, University of Pavia, Italy

Evolutionary Multiobjective. Optimization Methods for the Shape Design of Industrial Electromagnetic Devices. P. Di Barba, University of Pavia, Italy Evolutionary Multiobjective Optimization Methods for the Shape Design of Industrial Electromagnetic Devices P. Di Barba, University of Pavia, Italy INTRODUCTION Evolutionary Multiobjective Optimization

More information

IEEE 2011 Electrical Power and Energy Conference

IEEE 2011 Electrical Power and Energy Conference Outline Economic Dispatch Problem Operating Cost & Emission Minimization Bacterial Foraging Algorithm Modified Bacterial Foraging Algorithm Simulation Results Conclusions 3 M : number of objective functions

More information

A Simplified Lagrangian Method for the Solution of Non-linear Programming Problem

A Simplified Lagrangian Method for the Solution of Non-linear Programming Problem Chapter 7 A Simplified Lagrangian Method for the Solution of Non-linear Programming Problem 7.1 Introduction The mathematical modelling for various real world problems are formulated as nonlinear programming

More information

Optimal Compensation of Reactive Power in Transmission Networks using PSO, Cultural and Firefly Algorithms

Optimal Compensation of Reactive Power in Transmission Networks using PSO, Cultural and Firefly Algorithms Volume 114 No. 9 2017, 367-388 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Optimal Compensation of Reactive Power in Transmission Networks using

More information

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems Journal of Applied Mathematics Volume 2013, Article ID 757391, 18 pages http://dx.doi.org/10.1155/2013/757391 Research Article A Novel Differential Evolution Invasive Weed Optimization for Solving Nonlinear

More information

A Particle Swarm Optimization for Reactive Power Optimization

A Particle Swarm Optimization for Reactive Power Optimization ISSN (e): 2250 3005 Vol, 04 Issue, 11 November 2014 International Journal of Computational Engineering Research (IJCER) A Particle Swarm Optimization for Reactive Power Optimization Suresh Kumar 1, Sunil

More information

Understanding Load Flow Studies by using PSAT

Understanding Load Flow Studies by using PSAT Understanding Load Flow Studies by using PSAT Vijay Kumar Shukla 1, Ashutosh Bhadoria 2 1,2 Department of Electrical Engineering, Lovely Professional University, Jalandhar, India Abstract: Load Flow Study

More information

Comparative Analysis of Jaya Optimization Algorithm for Economic Dispatch Solution

Comparative Analysis of Jaya Optimization Algorithm for Economic Dispatch Solution Comparative Analysis of Jaya Optimization Algorithm for Economic Dispatch Solution Swaraj Banerjee 1, Dipu Sarkar 2 1,2 Departement of Electrical and Electronics Engineering, National Institute of Technology

More information

Performance Comparison of PSO Based State Feedback Gain (K) Controller with LQR-PI and Integral Controller for Automatic Frequency Regulation

Performance Comparison of PSO Based State Feedback Gain (K) Controller with LQR-PI and Integral Controller for Automatic Frequency Regulation Performance Comparison of PSO Based Feedback Gain Controller with LQR-PI and Controller for Automatic Frequency Regulation NARESH KUMARI 1, A. N. JHA 2, NITIN MALIK 3 1,3 School of Engineering and Technology,

More information

Application of Artificial Neural Network in Economic Generation Scheduling of Thermal Power Plants

Application of Artificial Neural Network in Economic Generation Scheduling of Thermal Power Plants Application of Artificial Neural Networ in Economic Generation Scheduling of Thermal ower lants Mohammad Mohatram Department of Electrical & Electronics Engineering Sanjay Kumar Department of Computer

More information

OPTIMAL POWER FLOW SOLUTIONS USING FIREFLY ALGORITHM C.N. Ravi 1, D.B.G. Reddy 2 1,2

OPTIMAL POWER FLOW SOLUTIONS USING FIREFLY ALGORITHM C.N. Ravi 1, D.B.G. Reddy 2 1,2 OPTIMAL POWER FLOW SOLUTIONS USI FIREFLY ALGORITHM C.N. Ravi 1, D.B.G. Reddy 2 1,2 Professor, Department of Electrical & Electronics Eng., Vidya Jyothi Institute of Technology, Hyderabad Abstract Optimal

More information

Hybrid Big Bang - Big Crunch Algorithm for Optimal Reactive Power Dispatch by Loss and Voltage Deviation Minimization

Hybrid Big Bang - Big Crunch Algorithm for Optimal Reactive Power Dispatch by Loss and Voltage Deviation Minimization Hybrid Big Bang - Big Crunch Algorithm for Reactive Power Dispatch by Loss and Voltage Deviation Minimization S.Sakthivel, Professor, V.R.S. College of Engg. and Tech., Arasur-607 107, Villupuram Dt, Tamil

More information

STUDY OF PARTICLE SWARM FOR OPTIMAL POWER FLOW IN IEEE BENCHMARK SYSTEMS INCLUDING WIND POWER GENERATORS

STUDY OF PARTICLE SWARM FOR OPTIMAL POWER FLOW IN IEEE BENCHMARK SYSTEMS INCLUDING WIND POWER GENERATORS Southern Illinois University Carbondale OpenSIUC Theses Theses and Dissertations 12-1-2012 STUDY OF PARTICLE SWARM FOR OPTIMAL POWER FLOW IN IEEE BENCHMARK SYSTEMS INCLUDING WIND POWER GENERATORS Mohamed

More information

IMPLEMENTATION OF BACTERIAL FORAGING ALGORITHM AND GRAVITATIONAL SEARCH ALGORITHM FOR VOLTAGE PROFILE ENHANCEMENT WITH LOSS MINIMIZATION

IMPLEMENTATION OF BACTERIAL FORAGING ALGORITHM AND GRAVITATIONAL SEARCH ALGORITHM FOR VOLTAGE PROFILE ENHANCEMENT WITH LOSS MINIMIZATION Volume 115 No. 7 2017, 331-336 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu IMPLEMENTATION OF BACTERIAL FORAGING ALGORITHM AND GRAVITATIONAL SEARCH

More information

Economic Operation of Power Systems

Economic Operation of Power Systems Economic Operation of Power Systems Section I: Economic Operation Of Power System Economic Distribution of Loads between the Units of a Plant Generating Limits Economic Sharing of Loads between Different

More information

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm

Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Capacitor Placement for Economical Electrical Systems using Ant Colony Search Algorithm Bharat Solanki Abstract The optimal capacitor placement problem involves determination of the location, number, type

More information

DESIGN OF OPTIMUM CROSS-SECTIONS FOR LOAD-CARRYING MEMBERS USING MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS

DESIGN OF OPTIMUM CROSS-SECTIONS FOR LOAD-CARRYING MEMBERS USING MULTI-OBJECTIVE EVOLUTIONARY ALGORITHMS DESIGN OF OPTIMUM CROSS-SECTIONS FOR LOAD-CARRING MEMBERS USING MULTI-OBJECTIVE EVOLUTIONAR ALGORITHMS Dilip Datta Kanpur Genetic Algorithms Laboratory (KanGAL) Deptt. of Mechanical Engg. IIT Kanpur, Kanpur,

More information

ECG 740 GENERATION SCHEDULING (UNIT COMMITMENT)

ECG 740 GENERATION SCHEDULING (UNIT COMMITMENT) 1 ECG 740 GENERATION SCHEDULING (UNIT COMMITMENT) 2 Unit Commitment Given a load profile, e.g., values of the load for each hour of a day. Given set of units available, When should each unit be started,

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 03 Mar p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 03 Mar p-issn: Optimum Size and Location of Distributed Generation and for Loss Reduction using different optimization technique in Power Distribution Network Renu Choudhary 1, Pushpendra Singh 2 1Student, Dept of electrical

More information

Some Observations on the Locational Marginal Prices and Loads

Some Observations on the Locational Marginal Prices and Loads on the Locational Marginal Prices and Loads Xinbo Geng Texas A&M University gengxinbo@gmail.com October 15, 2014 Xinbo Geng (TAMU) Relationship between LMP and Load October 15, 2014 1 / 17 Overview 1 Preliminary

More information

Hybrid particle swarm algorithm for solving nonlinear constraint. optimization problem [5].

Hybrid particle swarm algorithm for solving nonlinear constraint. optimization problem [5]. Hybrid particle swarm algorithm for solving nonlinear constraint optimization problems BINGQIN QIAO, XIAOMING CHANG Computers and Software College Taiyuan University of Technology Department of Economic

More information

FIXED HEAD ECONOMIC LOAD SCHEDULING OF HYDRO-THERMAL SYSTEM USING GENETIC ALGORITHM AND DIFFERENTIAL EVOLUTION METHOD

FIXED HEAD ECONOMIC LOAD SCHEDULING OF HYDRO-THERMAL SYSTEM USING GENETIC ALGORITHM AND DIFFERENTIAL EVOLUTION METHOD FIXED HEAD ECONOMIC LOAD SCHEDULING OF HYDRO- SYSTEM USING GENETIC ALGORITHM AND DIFFERENTIAL EVOLUTION METHOD Shikha Gupta 1, Achala Jain 2 Assistant professor, Dept. of EEE, CMRIT Institute of Technology,

More information

CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS

CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS CAPACITOR PLACEMENT USING FUZZY AND PARTICLE SWARM OPTIMIZATION METHOD FOR MAXIMUM ANNUAL SAVINGS M. Damodar Reddy and V. C. Veera Reddy Department of Electrical and Electronics Engineering, S.V. University,

More information

Decoding Strategies for the 0/1 Multi-objective Unit Commitment Problem

Decoding Strategies for the 0/1 Multi-objective Unit Commitment Problem for the mono-objective UCP Decoding Strategies for the 0/1 Multi-objective Unit Commitment Problem S. Jacquin 1,2 Lucien Mousin 1 I. Machado 3 L. Jourdan 1,2 E.G. Talbi 1,2 1 Inria Lille - Nord Europe,

More information

Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms

Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms Helwan University From the SelectedWorks of Omar H. Abdalla May, 2008 Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms

More information

Automatic Generation Control of interconnected Hydro Thermal system by using APSO scheme

Automatic Generation Control of interconnected Hydro Thermal system by using APSO scheme IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331 PP 50-57 www.iosrjournals.org Automatic Generation Control of interconnected Hydro Thermal system

More information

Robust Tuning of Power System Stabilizers Using Coefficient Diagram Method

Robust Tuning of Power System Stabilizers Using Coefficient Diagram Method International Journal of Electrical Engineering. ISSN 0974-2158 Volume 7, Number 2 (2014), pp. 257-270 International Research Publication House http://www.irphouse.com Robust Tuning of Power System Stabilizers

More information

Mohd Jamil Khan and 2 Yogesh Kumar. Churu, Raj., India.

Mohd Jamil Khan and 2 Yogesh Kumar. Churu, Raj., India. International Journal of Mathematics Research. ISSN 0976-5840 Volume 8, Number 3 (2016), pp. 251-263 International Research Publication House http://www.irphouse.com Optimal Power Flow (OPF) formulation

More information

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor 1 Champa G, 2 Sunita M N University Visvesvaraya college of Engineering Bengaluru,

More information

SOULTION TO CONSTRAINED ECONOMIC LOAD DISPATCH

SOULTION TO CONSTRAINED ECONOMIC LOAD DISPATCH SOULTION TO CONSTRAINED ECONOMIC LOAD DISPATCH SANDEEP BEHERA (109EE0257) Department of Electrical Engineering National Institute of Technology, Rourkela SOLUTION TO CONSTRAINED ECONOMIC LOAD DISPATCH

More information

Real Time Voltage Control using Genetic Algorithm

Real Time Voltage Control using Genetic Algorithm Real Time Voltage Control using Genetic Algorithm P. Thirusenthil kumaran, C. Kamalakannan Department of EEE, Rajalakshmi Engineering College, Chennai, India Abstract An algorithm for control action selection

More information

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System.

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Khyati Mistry Electrical Engineering Department. Sardar

More information

Penalty and Barrier Methods General classical constrained minimization problem minimize f(x) subject to g(x) 0 h(x) =0 Penalty methods are motivated by the desire to use unconstrained optimization techniques

More information

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables Sruthi V. Nair 1, Poonam Kothari 2, Kushal Lodha 3 1,2,3 Lecturer, G. H. Raisoni Institute of Engineering & Technology,

More information

J. Electrical Systems 10-1 (2014): Regular paper. Optimal Power Flow and Reactive Compensation Using a Particle Swarm Optimization Algorithm

J. Electrical Systems 10-1 (2014): Regular paper. Optimal Power Flow and Reactive Compensation Using a Particle Swarm Optimization Algorithm Ahmed Elsheikh 1, Yahya Helmy 1, Yasmine Abouelseoud 1,*, Ahmed Elsherif 1 J. Electrical Systems 10-1 (2014): 63-77 Regular paper Optimal Power Flow and Reactive Compensation Using a Particle Swarm Optimization

More information

Total Transfer Capability Enhancement Using Hybrid Evolutionary Algorithm

Total Transfer Capability Enhancement Using Hybrid Evolutionary Algorithm CMU. J. Nat. Sci. (2007) Vol. 6(2) 301 Total Transfer Capability Enhancement Using Hybrid Evolutionary Algorithm Peerapol Jirapong* Department of Electrical Engineering, Faculty of Engineering, Chiang

More information

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm

Secondary Frequency Control of Microgrids In Islanded Operation Mode and Its Optimum Regulation Based on the Particle Swarm Optimization Algorithm International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 1, 2016, pp. 159-169. ISSN 2454-3896 International Academic Journal of

More information

Lecture 9 Evolutionary Computation: Genetic algorithms

Lecture 9 Evolutionary Computation: Genetic algorithms Lecture 9 Evolutionary Computation: Genetic algorithms Introduction, or can evolution be intelligent? Simulation of natural evolution Genetic algorithms Case study: maintenance scheduling with genetic

More information

CSC 4510 Machine Learning

CSC 4510 Machine Learning 10: Gene(c Algorithms CSC 4510 Machine Learning Dr. Mary Angela Papalaskari Department of CompuBng Sciences Villanova University Course website: www.csc.villanova.edu/~map/4510/ Slides of this presenta(on

More information

GA BASED OPTIMAL POWER FLOW SOLUTIONS

GA BASED OPTIMAL POWER FLOW SOLUTIONS GA BASED OPTIMAL POWER FLOW SOLUTIONS Thesis submitted in partial fulfillment of the requirements for the award of degree of Master of Engineering in Power Systems & Electric Drives Thapar University,

More information

PowerApps Optimal Power Flow Formulation

PowerApps Optimal Power Flow Formulation PowerApps Optimal Power Flow Formulation Page1 Table of Contents 1 OPF Problem Statement... 3 1.1 Vector u... 3 1.1.1 Costs Associated with Vector [u] for Economic Dispatch... 4 1.1.2 Costs Associated

More information

State Estimation and Power Flow Analysis of Power Systems

State Estimation and Power Flow Analysis of Power Systems JOURNAL OF COMPUTERS, VOL. 7, NO. 3, MARCH 01 685 State Estimation and Power Flow Analysis of Power Systems Jiaxiong Chen University of Kentucky, Lexington, Kentucky 40508 U.S.A. Email: jch@g.uky.edu Yuan

More information

LINEAR PROGRAMMING APPROACH FOR THE TRANSITION FROM MARKET-GENERATED HOURLY ENERGY PROGRAMS TO FEASIBLE POWER GENERATION SCHEDULES

LINEAR PROGRAMMING APPROACH FOR THE TRANSITION FROM MARKET-GENERATED HOURLY ENERGY PROGRAMS TO FEASIBLE POWER GENERATION SCHEDULES LINEAR PROGRAMMING APPROACH FOR THE TRANSITION FROM MARKET-GENERATED HOURLY ENERGY PROGRAMS TO FEASIBLE POWER GENERATION SCHEDULES A. Borghetti, A. Lodi 2, S. Martello 2, M. Martignani 2, C.A. Nucci, A.

More information

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Gurpreet Kaur 1, Asst. Prof. Harmeet Singh Gill 2 1,2 Department of Electrical Engineering, Guru Nanak Dev Engineering

More information

Comparison of Simulation Algorithms for the Hopfield Neural Network: An Application of Economic Dispatch

Comparison of Simulation Algorithms for the Hopfield Neural Network: An Application of Economic Dispatch Turk J Elec Engin, VOL.8, NO.1 2000, c TÜBİTAK Comparison of Simulation Algorithms for the Hopfield Neural Network: An Application of Economic Dispatch Tankut Yalçınöz and Halis Altun Department of Electrical

More information

Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty

Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty Comparison between Interval and Fuzzy Load Flow Methods Considering Uncertainty T.Srinivasarao, 2 P.Mallikarajunarao Department of Electrical Engineering, College of Engineering (A), Andhra University,

More information

A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model

A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model 142 IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 18, NO. 1, MARCH 2003 A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model Un-Chul Moon and Kwang Y. Lee, Fellow,

More information

Optimal Performance Enhancement of Capacitor in Radial Distribution System Using Fuzzy and HSA

Optimal Performance Enhancement of Capacitor in Radial Distribution System Using Fuzzy and HSA IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 2 Ver. I (Mar Apr. 2014), PP 26-32 Optimal Performance Enhancement of Capacitor in

More information

Transmission Line Compensation using Neuro-Fuzzy Approach for Reactive Power

Transmission Line Compensation using Neuro-Fuzzy Approach for Reactive Power Transmission Line Compensation using Neuro-Fuzzy Approach for Reactive Power 1 Gurmeet, 2 Daljeet kaur 1,2 Department of Electrical Engineering 1,2 Giani zail singh college of Engg., Bathinda (Punjab),India.

More information

Multiobjective Optimization of Cement-bonded Sand Mould System with Differential Evolution

Multiobjective Optimization of Cement-bonded Sand Mould System with Differential Evolution DOI: 10.7763/IPEDR. 013. V63. 0 Multiobjective Optimization of Cement-bonded Sand Mould System with Differential Evolution T. Ganesan 1, I. Elamvazuthi, Ku Zilati Ku Shaari 3, and P. Vasant + 1, 3 Department

More information

An algorithm for solving cost time trade-off pair in quadratic fractional transportation problem with impurity restriction

An algorithm for solving cost time trade-off pair in quadratic fractional transportation problem with impurity restriction International Research Journal of Engineering and Technology (IRJET) e-issn: 9- Volume: Issue: Apr-1 wwwirjetnet p-issn: 9-7 An algorithm for solving cost time trade-off pair in quadratic fractional transportation

More information

AMULTIOBJECTIVE optimization problem (MOP) can

AMULTIOBJECTIVE optimization problem (MOP) can 1 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION 1 Letters 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Decomposition-Based Multiobjective Evolutionary Algorithm with an Ensemble of Neighborhood Sizes Shi-Zheng

More information

Unit Commitment Using Soft Computing Techniques

Unit Commitment Using Soft Computing Techniques International Journal of Electrical Engineering. ISSN 0974-2158 Volume 8, Number 3 (2015), pp. 289-299 International Research Publication House http://www.irphouse.com Unit Commitment Using Soft Computing

More information

Fuzzy based Stochastic Algorithms for Multi-Objective Reactive Power Optimization including FACTS Devices

Fuzzy based Stochastic Algorithms for Multi-Objective Reactive Power Optimization including FACTS Devices nternational Journal on Electrical Engineering and nformatics Volume 4, Number, July01 Fuzzy based Stochastic Algorithms for Multi-Obective Reactive Power Optimization including FACTS Devices D. Silas

More information

Stochastic Optimization with Inequality Constraints Using Simultaneous Perturbations and Penalty Functions

Stochastic Optimization with Inequality Constraints Using Simultaneous Perturbations and Penalty Functions International Journal of Control Vol. 00, No. 00, January 2007, 1 10 Stochastic Optimization with Inequality Constraints Using Simultaneous Perturbations and Penalty Functions I-JENG WANG and JAMES C.

More information

Biobjective Optimal Reactive Power Flow using Chemical Reaction based Optimization

Biobjective Optimal Reactive Power Flow using Chemical Reaction based Optimization AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Journal home page: www.ajbasweb.com Biobjective Optimal Reactive Power Flow using Chemical Reaction based Optimization 1

More information

Solving the Unit Commitment Problem Using Fuzzy Logic

Solving the Unit Commitment Problem Using Fuzzy Logic Solving the Unit Commitment Problem Using Fuzzy Logic Assad Abu-Jasser Abstract This paper presents an application of the fuzzy logic to the unit commitment problem in order to find a generation scheduling

More information

Solving the Economic Load Dispatch Problem Using Crow Search Algorithm

Solving the Economic Load Dispatch Problem Using Crow Search Algorithm Solving the Economic Load Dispatch Problem Using Crow Search Algorithm Alaa F Sheta Computing Science Department Texas A & M University - Corpus Chrisit TX, USA alaasheta@tamuccedu Abstract Economic Load

More information

Optimal Tap Settings for Voltage Regulation Transformers in Distribution Networks

Optimal Tap Settings for Voltage Regulation Transformers in Distribution Networks Optimal Tap Settings for Voltage Regulation Transformers in Distribution Networks Brett A. Robbins Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign May 9, 2014

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Fuzzy Logic Approach for Short Term Electrical Load Forecasting

Fuzzy Logic Approach for Short Term Electrical Load Forecasting Fuzzy Logic Approach for Short Term Electrical Load Forecasting M. Rizwan 1, Dinesh Kumar 2, Rajesh Kumar 3 1, 2, 3 Department of Electrical Engineering, Delhi Technological University, Delhi 110042, India

More information

Analyzing the Optimal Reactive Power Dispatch in the Presence of Series and Shunt Facts Controllers

Analyzing the Optimal Reactive Power Dispatch in the Presence of Series and Shunt Facts Controllers Analyzing the Optimal Reactive Power Dispatch in the Presence of Series and Shunt Facts Controllers M. Lakshmikantha Reddy 1, M. Ramprasad Reddy 2, V. C. Veera Reddy 3 Research Scholar, Department of Electrical

More information

Reliability-Security Constrained Unit Commitment with Hybrid Optimization Method

Reliability-Security Constrained Unit Commitment with Hybrid Optimization Method Reliability-Security Constrained Unit Commitment with Hybrid Optimization Method Ahmad Heidari 1, Mohammad Reza Alizadeh Pahlavani 2, Hamid Dehghani 3 1, 2, 3 Malek-Ashtar University of Technology (MUT),

More information

Assessment of Available Transfer Capability Incorporating Probabilistic Distribution of Load Using Interval Arithmetic Method

Assessment of Available Transfer Capability Incorporating Probabilistic Distribution of Load Using Interval Arithmetic Method Assessment of Available Transfer Capability Incorporating Probabilistic Distribution of Load Using Interval Arithmetic Method Prabha Umapathy, Member, IACSIT, C.Venkataseshaiah and M.Senthil Arumugam Abstract

More information

OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC

OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC CHAPTER - 5 OPTIMAL CAPACITOR PLACEMENT USING FUZZY LOGIC 5.1 INTRODUCTION The power supplied from electrical distribution system is composed of both active and reactive components. Overhead lines, transformers

More information

Optimal capacitor placement and sizing using combined fuzzy-hpso method

Optimal capacitor placement and sizing using combined fuzzy-hpso method MultiCraft International Journal of Engineering, Science and Technology Vol. 2, No. 6, 2010, pp. 75-84 INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE AND TECHNOLOGY www.ijest-ng.com 2010 MultiCraft Limited.

More information

SUBMITTED TO IEEE TRANSACTIONS ON POWER SYSTEMS, AUGUST

SUBMITTED TO IEEE TRANSACTIONS ON POWER SYSTEMS, AUGUST SUBMITTED TO IEEE TRANSACTIONS ON POWER SYSTEMS, AUGUST 2014 1 Adaptive Robust Optimization with Dynamic Uncertainty Sets for Multi-Period Economic Dispatch under Significant Wind Álvaro Lorca, Student

More information

UNIVERSITY OF CALGARY. Solving Multi-objective Optimization Problems in Power Systems. Based on Extended Goal Programming Method.

UNIVERSITY OF CALGARY. Solving Multi-objective Optimization Problems in Power Systems. Based on Extended Goal Programming Method. UNIVERSITY OF CALGARY Solving Multi-objective Optimization Problems in Power Systems Based on Extended Goal Programming Method by Syed Sabbir Ahmed A THESIS SUBMITTED TO THE FACULTY OF GRADUATE STUDIES

More information

Exercise Dr.-Ing. Abdalkarim Awad. Informatik 7 Rechnernetze und Kommunikationssysteme

Exercise Dr.-Ing. Abdalkarim Awad. Informatik 7 Rechnernetze und Kommunikationssysteme Exercise1 1.10.015 Informatik 7 Rechnernetze und Kommunikationssysteme Review of Phasors Goal of phasor analysis is to simplify the analysis of constant frequency ac systems v(t) = max cos(wt + q v ) i(t)

More information

Risk-based Security Constrained Unit Commitment

Risk-based Security Constrained Unit Commitment A decision support system for electric operators 04 December 2015 Eng. chiara.foglietta@uniroma3.it Models for Critical Infrastructure Protection Laboratory (MCIP lab) Engineering Department Università

More information

Optimal Placement and Sizing of Distributed Generators in 33 Bus and 69 Bus Radial Distribution System Using Genetic Algorithm

Optimal Placement and Sizing of Distributed Generators in 33 Bus and 69 Bus Radial Distribution System Using Genetic Algorithm American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Algorithms for Constrained Optimization

Algorithms for Constrained Optimization 1 / 42 Algorithms for Constrained Optimization ME598/494 Lecture Max Yi Ren Department of Mechanical Engineering, Arizona State University April 19, 2015 2 / 42 Outline 1. Convergence 2. Sequential quadratic

More information

A New Technique for Solving Sets of Coupled. Nonlinear Algebraic and Integro-Differential. Equations Encountered in Hydraulics

A New Technique for Solving Sets of Coupled. Nonlinear Algebraic and Integro-Differential. Equations Encountered in Hydraulics Int. J. Contemp. Math. Sciences, Vol. 3, 2008, no. 33, 1611-1617 A New Technique for Solving Sets of Coupled Nonlinear Algebraic and Integro-Differential Equations Encountered in Hydraulics Amir Nassirharand

More information

DESIGN OF FUZZY LOGIC POWER SYSTEM STABILIZERS IN MULTIMACHINE POWER SYSTEM USING GENETIC ALGORITHM

DESIGN OF FUZZY LOGIC POWER SYSTEM STABILIZERS IN MULTIMACHINE POWER SYSTEM USING GENETIC ALGORITHM DESIGN OF FUZZY LOGIC POWER SYSTEM STABILIZERS IN MULTIMACHINE POWER SYSTEM USING GENETIC ALGORITHM MANISHADUBEY Electrical Engineering Department Maulana Azad National Institute of Technology, 462051,Bhopal,

More information

TWO- PHASE APPROACH TO DESIGN ROBUST CONTROLLER FOR UNCERTAIN INTERVAL SYSTEM USING GENETIC ALGORITHM

TWO- PHASE APPROACH TO DESIGN ROBUST CONTROLLER FOR UNCERTAIN INTERVAL SYSTEM USING GENETIC ALGORITHM International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN:2250-155X Vol.2, Issue 2 June 2012 27-38 TJPRC Pvt. Ltd., TWO- PHASE APPROACH TO DESIGN ROBUST CONTROLLER FOR UNCERTAIN

More information

Power System Security Analysis. B. Rajanarayan Prusty, Bhagabati Prasad Pattnaik, Prakash Kumar Pandey, A. Sai Santosh

Power System Security Analysis. B. Rajanarayan Prusty, Bhagabati Prasad Pattnaik, Prakash Kumar Pandey, A. Sai Santosh 849 Power System Security Analysis B. Rajanarayan Prusty, Bhagabati Prasad Pattnaik, Prakash Kumar Pandey, A. Sai Santosh Abstract: In this paper real time security analysis is carried out. First contingency

More information

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation James Ranjith Kumar. R, Member, IEEE, Amit Jain, Member, IEEE, Power Systems Division,

More information