Smart Service Restoration of Electric Power Systems

Size: px
Start display at page:

Download "Smart Service Restoration of Electric Power Systems"

Transcription

1 Smart Service Restoration of lectric Systems Leonardo H. T. Ferreira Neto lectrical ngineering Dept. scola de ngenharia de São Carlos, Brazil Benvindo R. Pereira Júnior lectrical ngineering Dept. scola de ngenharia de São Carlos, Brazil Index Terms lectric power systems, heuristic restoration problem, system optimization, Tabu Search. I. INTRODUCTION ditional optimization technique. Although, the results present that for general model, the processing time is considerable for solving the restoration problem. In order to deal with the processing time, heuristic techniques and expert systems have been developed for hastily determining restoration plans. In [], the authors present a guided heuristic optimization technique on a binary decision tree using a depth-first search. A genetic algorithm, Nondominated Sorting Genetic Algorithm-II (NSGA-II), is proposed in []. A service restoration problem including a load curtailment heuristic of in-service customers proposed in [] and [] and the heuristic proposed embodies procedures based on an operator's experience. The PSR essential objective is to minimize the of out-ofservice area affected by an outages on the power system. Although, other concerns are also introduced to increase the result quality, such as: Abstract This paper presents a smart service restoration method for electric power systems. system restoration (PSR) is the procedure of restoring the power supply after a power outage. Its objective is to restore the power system rapidly while satisfying all the operation constraints. Although it has been studied and applied most only to electrical distribution systems. The proposed methodology takes account the subtransmission and distribution systems combined, and considers the objective of minimizing of out-of-service area. The PSR is formulated as a constrained objective optimization problem. Therefore, to solve this problem and obtain feasible solutions of valuable quality, with suitable computational effort, a Tabu Search approach is proposed. Tests were performed on an extended distribution test system, and the results show that the model and methodology are robust and efficient for practical size restoration problem applications. Geraldo R.. da Costa lectrical ngineering Dept. scola de ngenharia de São Carlos, Brazi rules, Nowadays, along with the development of the Smart Grids concept, the utilities are focused on attending the increasing customer demand as well as improving the reliability of the power system. Although, in the traditional power industry, power system restoration process was generally designated by a control center, most only based on the operator s experience. any researches have been undertaken to solve the service restoration problem, which is extremely important for operation efficiency []. The PSR is the process of, after a fault occurrence and isolation of the affected area, transferring as much as possible de-energized loads from out of service areas through the distribution system while satisfying all the operation constraints. The operational configuration target is achieved by switch maneuvers. It is an essential process to utilities in both operation (on-line) and planning (off-line) areas in order to determine the system state and identify schemes to restore/attend the secure system operation, attending the operating constraints. Therefore, determining the feasible load transfer (and load curtail if necessary) solutions represents an important tool to reduce the effects of outages on the power system. i. number of switching operations; ii. type of switches (manual or remote operation); iii. especial loads prioritization; iv. loss minimization; v. feeders load balancing; vi. distribution system radial topology; vii. power system operational constrains; viii. service restoration time. As establish in [] and [], loss minimization and feeders load balancing results minor benefit and may conflict with the essential objectives. Thereby, this paper presents a smart service restoration method for electric power systems with distributed generation, extending the electric power system, combining subtransmission and distribution systems, and considers all the essential objectives and constrains. II. ATHATICAL ODL Due to PSR combinatorial nature, complete mathematical models are challenging to establish. A complete mathematical modeling of the restoration problem is presented in [], where the authors propose the conversion of the original model into a problem of second-order cone programming, solved using tra- The service restoration problem is formulated as a mixed integer non-linear programming problem. The objective is to restore the power supply to the maximum possible out-ofservice area and the objective function represents the operational costs. The constraints are related to the power system operational constrains such as source capacity (supply, substations and distributed generation), feeder loading, branch loading, nodal voltage, connectivity of the sub-transmission systems and radiality configuration of the distribution system. The authors gratefully acknowledge Daimon ngenharia e Sistemas for the support and permitting the use of Interplan framework. The proposed mathematical model for the PSR is described as follows:

2 Distribution system reconfiguration: transference of sections between substations; () subject to: Sub-transmission reconfiguration: transference of substations between sub- transmission systems; Sub-transmission () () () () () () () where sub- The selection of these parameters makes it possible to differentiate between operators and employ preference options of the restoration problem, such as favoring sub-transmission over distribution system operations, or other combination. The problem constraints are upper and lower voltage limits (), branch conductors capacity (), the active and reactive balance equations () and (), distributed generation capacity (), substation operational capacity () and distribution system radiality conditions () () () []. III. SOLUTION TCHNIQU The proposed solution technique is based on [] enhanced to solve a broader power system network. The radial distribution system is represented as a forest graph (system switches as graph arcs and the set of loads in between two or more switches as s, called section) and modeled using the depth encoding (ND) representation [], where the s represent the sectors and the edges connecting the bars represent the switchgear. Figure. shows a distribution system with two feeders. ach feeder is represented by a tree formed by solid lines and dashed lines. The edges represented by solid lines symbolize normally closed switches NC, and dashed edges symbolize normally open switches NO. Load of section aneuver operator weight Decision to maneuver () or not (0) distribution switch Set of sections out-of-service in a system configuration Set of network buses Set of network branches Set of lines connected to substation n Set of distribution network sectors Set of distribution network buses Set of substations Number of distributed generators inimum voltage level of the feeder Voltage at bus aximum voltage level of the feeder Current of branch aximum current allowed through branch Active power demand at bus Active power generated at bus i Active power demand at bus i Reactive power injection at bus i Reactive power generated at bus i Reactive power demand at bus i output of the n -th DG support: closing transmission normally open switches. Nominal capacity of the n -th DG Load at bus i connected to substation n Losses in branch ij connected to substation n Capacity of substation n The objective function considered () is to minimize the of out-of-service area (modeled as section ) when an outage occurs in the sub-transmission system, than the search space for this problem is the set of all post-fault network configurations, including the sub-transmission and distribution network configurations. The operational cost function applies weights,, to each operator applied, as follow: The ND representation is implemented in a vector containing the s, and the corresponding depths, of a graph tree. The order in which the pairs are placed in this list is necessary and can be achieved by a depth-first search algorithm, inserting the pair in the list each time the is visited by the algorithm. (a) (b) Figure. a) Feeders modeled on graphs with two dispersion trees; b) ND vector of feeders 0 and 0 of Figure. Representing the distribution system by ND improves the computational efficient of switches maneuvers operations in the distribution system and guarantees the radiality conditions. Complementing the ND, the adjacency vector is established for each section of the full electric system. Figure. shows the neighborhood of section and its adjacency vector. This representation enables to identify easily the open

3 (a) (b) Figure. a) Section sub-graph; b) Section adjacency vector The proposed model is solved by a tabu search algorithm [0] and the problem is codified with a binary base. The codification structure is illustrated in Figure. Figure. Codification structure The neighborhood is defined through switches maneuvers operations, considering the connectivity of sectors and radiality of the distribution network. Therefore, the metaheuristic attempts to change the switches status systematically, generating new solutions by sections transfers between substations, substations transfers between sub-transmission systems and closing loop between sub-transmission systems. The neighborhood generation is defined using a branch exchange technique []. The neighborhood is generated from a current solution (seed) and the search starts from the initial network with the faulted section of a sub-transmission line isolated. In the classical tabu search, the tabu list (TL) stores forbidden (tabu) attributes during k iterations, to prevent the searching processes from cycling (endlessly execution of the same sequence of movements by revisiting the same set of solutions) during the search. The TL proposed stores the last k switches maneuvers operations applied. It is assumed that the location and capacity of DGs are already in the optimal conditions according to previous planning and the DGs are featured with voltage and frequency controllers (such as co-generation systems). In order to evaluate the system operation state the Newton Raphson power flow algorithm is applied. The convergence criteria adopted is either a maximum number of iterations or until the best solution found does not modify for a number of iterations. TSTS AND RSULTS The proposed algorithm has been tested on the power system network represented in Figure., adapted from []. The test system had a distribution system and a subtransmission system. The distribution system had -, substations, load s, active power demand of,. kw and a reactive power demand of,. kvar, distributed generation s with active power supply of W, reactive power supply of VAr and nominal voltage was. kv. The sub-transmission system had -, load s, active power demand of, kw, reactive power demand of, kvar and nominal voltage was kv. Its data is presented in TABL I. and in Appendix A. TABL I. 0 0 Active power (kw) Reactive (kvar) ach part of the codification structure represents separately the distribution and sub-transmission systems. All the systems switches are represented in the codification structure along with its status (0 open, closed) for each solution generated. IV. NOD DATA 0 0 B B B B B B B0 and closed switches during the generation of new network topologies. Active power (kw) Reactive (kvar) Figure. shows the normal operation of the system with a configuration of open (dashed lines) and closed switches (solid lines), forming a radial topology for the distribution system, a radial topology for sub-transmission systems with the sources at bar B and B and a meshed topology for the sub-transmission system with the source at bar B. The nominal capacity of the substations at 0 is, kva, 0 is,000 kva, and 0 is 0,000 kva. The lower and upper voltage limits were 0. p.u. and.00 p.u., respectively. For the following tests, any switch could be operated, all of the switches were of the same type and there were no priority loads.

4 Figure. Topology of the test system All the study cases, the voltage was above the lower limit, substations and distributed generators operated within their limits. ) Fault at line between B and B: In this case, a fault at line between B and B was analyzed. As such, the switch between these bars was isolated, disconecting the substation T from supply. The operators weights applied where, and, favoring distribution system reconfiguration over sub-transmission support and sub-transmission reconfiguration. The following results were obtained: the switches in circuits B- where closed restoring the substation, totalizing,w and 0,VAr restored. Despite the fact of operatos weighting, the solution was obtained in the first iteration, when the neighbor created by the sub-transmission support solved the fault, restoring all the out-of-service area. ) Fault at line between B and B: In this case, a fault at line between B and B was analyzed. As such, the switch between these bars was isolated, overloadind the branch between bars B and B to.0%. The operators wheights applied where, and, favoring distribution system reconfiguration over sub-transmission support and sub-transmission reconfiguration. The following results were obtained: the switches in circuits B-, 0- where closed and the switches in circuits - where opend. Restoring,W and 0, VAr from T to T and restoring, W and, VAr from T to T. In this test, the operatos weighting affected the convergence, applying first the distribution reconfiguration and, than, in the second iteration, applying the sub-transmission reconfiguration, restoring all the out-of-service area. V. CONCLUSION In this paper PSR is formulated as a constrained objective optimization problem taking account the electric the subtransmission and distribution systems combined and considering the minimization of the out-of-service area. The proposed TS algorithm is very efficient treating the proposed problem, solving the optimization with flexibility of which operation is preferable, allowing the PSR study to be adjustable for the utility needs. The simulation results show excellent performance with regard to the quality of the solution and demonstrate that the proposed approach is flexible, robust and computationally efficient. APPNDIX A TST SYST DATA TABL II. Initial CIRCUIT DATA Final Resistence Reactance (Ω) (Ω) Current limit (A)

5 TABL III. DG DG CAPACITIS Capacity (W) TABL IV. Transformers T T T Initial B B B factor TRANSFORRS Final Capacity X Voltage (VA) (pu) (kv) / / /. RFRNCS [] S. S. Ćurčić, C. S. Ozveren, L. Crowe, and P. K. L. Lo, lectric power distribution network restoration: A survey of papers and a review of the restoration problem, lect. Syst. Res., vol., pp.,. [] R. Romero, J. F. Franco, F. B. Leão,. J. Rider and. S. Sousa, "A New athematical odel for the Restoration Problem in Balanced Radial Distribution Systems," I Trans. On Systems, in press. [] A. L. orelato and A. onticelli, Heuristic search approach to distribution system restoration, I Trans. Del., vol., no., pp., Oct.. [] Y. Kumar, B. Das, and J. Sharma, ultiobjective, multiconstraint service restoration of electric power distribution system with priority customers, I Trans. Del., vol., no., pp., Jan. 00. []. R. Kleinberg, K. iu, and H. D. Chiang, Improving service restoration of power distribution systems through load curtailment of in-service customers, I Trans. Syst., vol., no., pp. 0, Aug. 0. [] Y. Y. Hsu, H.. Huang, H. C. Kuo, S. K. Peng, C. W. Chang, K. J. Chan, H. S. Y, C.. Chow. And R. T. Kuo. Distribution system service restoration using a heuristic search approach. I Transactions on Delivery, New York, Vol., No., pp. -0, Apr.. []. Lavorato, J. F. Franco,. J. Rider, and R. Romero, Imposing radiality constraints in distribution systems optimization problems, I Trans. Syst., vol., pp. 0, 0. [] B. Pereira, A.. Cossi, and J. R. S. antovani, Proposta de uma metodologia baseada em busca tabu para restauração automática de sistemas de distribuição de energia elétrica, in Anais do XIX Congresso Brasileiro de Automática, CBA 0, 0, pp. 0. [] A. Delben, A. Carvalho, C. Policastro, A. Pinto, K. Honda, and A. Garcia, -depth encoding for evolutionary algorithms applied to network design, Proc. GCCO (), pp., 00 [0] Glover, F.: Tabu search fundamentals and uses (University of Colorado, Bolder, CO, ) [] S. K. Goswami, Distribution system planning using branch exchange technique, I Trans. Syst., vol., pp. -, B B B B B B B B B0 B B B B B B B B B B B B B B B B B0 B B B B B

Validation of a Methodology for Service Restoration on a Real Brazilian Distribution System

Validation of a Methodology for Service Restoration on a Real Brazilian Distribution System Validation of a Methodology for Service Restoration on a Real Brazilian Distribution System Marcos H. M. Camillo, Marcel E. V. Romero, Rodrigo Z. Fanucchi COPEL Distribuiçao S/A Londrina, Brazil Telma

More information

Annual Conference of the IEEE Industrial Electronics Society - IECON(39.,2013, Vienna, Áustria

Annual Conference of the IEEE Industrial Electronics Society - IECON(39.,2013, Vienna, Áustria Universidade de São Paulo Biblioteca Digital da Produção Intelectual - BDPI Departamento de Engenharia Elétrica - EESC/SEL Comunicações em Eventos - EESC/SEL 2013-11 Combining subpopulation tables, nondominated

More information

Generated by CamScanner from intsig.com

Generated by CamScanner from intsig.com Generated by CamScanner from intsig.com Generated by CamScanner from intsig.com Generated by CamScanner from intsig.com iii P a g e Dedicated to My Parents ABSTRACT Large scale distribution system planning

More information

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II 1 * Sangeeta Jagdish Gurjar, 2 Urvish Mewada, 3 * Parita Vinodbhai Desai 1 Department of Electrical Engineering, AIT, Gujarat Technical University,

More information

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM K. Sureshkumar 1 and P. Vijayakumar 2 1 Department of Electrical and Electronics Engineering, Velammal

More information

AS the power distribution networks become more and more

AS the power distribution networks become more and more IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 21, NO. 1, FEBRUARY 2006 153 A Unified Three-Phase Transformer Model for Distribution Load Flow Calculations Peng Xiao, Student Member, IEEE, David C. Yu, Member,

More information

Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm

Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm M. Madhavi 1, Sh. A. S. R Sekhar 2 1 PG Scholar, Department of Electrical and Electronics

More information

An efficient power flow algorithm for distribution systems with polynomial load

An efficient power flow algorithm for distribution systems with polynomial load An efficient power flow algorithm for distribution systems with polynomial load Jianwei Liu, M. M. A. Salama and R. R. Mansour Department of Electrical and Computer Engineering, University of Waterloo,

More information

Volume 2, Number 4, 2016 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 2, Number 4, 2016 Pages Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume, Number 4, 6 Pages - Jordan Journal of Electrical Engineering ISSN (Print): 49-96, ISSN (Online): 49-969 Enhancement of Voltage Stability and Line Loadability by Reconfiguration of Radial Electrical

More information

OPTIMAL ALLOCATION OF PMU CONSIDERING CONTROLLED ISLANDING OF POWER SYSTEM USING HYBRID OPTIMIZATION ALGORITHM

OPTIMAL ALLOCATION OF PMU CONSIDERING CONTROLLED ISLANDING OF POWER SYSTEM USING HYBRID OPTIMIZATION ALGORITHM OPTIMAL ALLOCATION OF PMU CONSIDERING CONTROLLED ISLANDING OF POWER SYSTEM USING HYBRID OPTIMIZATION ALGORITHM 1 Deebiga Kandasamy, 2 Raqib Hussain A 1 PG scholar, Assistant Professor, 2 Department of

More information

SIMPLE ROBUST POWER FLOW METHOD FOR RADIAL DISTRIBUTION SYSTEMS

SIMPLE ROBUST POWER FLOW METHOD FOR RADIAL DISTRIBUTION SYSTEMS SIMPLE ROBUST POWER FLOW METHOD FOR RADIAL DISTRIBUTION SYSTEMS 1 NITIN MALIK, 2 SHUBHAM SWAPNIL, 3 JAIMIN D. SHAH, 4 VAIBHAV A. MAHESHWARI 1 ITM University, Gurgaon, India, 2 School of Electrical Engg,

More information

Reliability Assessment of Distribution Systems Incorporating Feeder Restoration Actions

Reliability Assessment of Distribution Systems Incorporating Feeder Restoration Actions Reliability Assessment of Distribution Systems Incorporating Feeder Restoration Actions Fabio D Agostino, Federico Silvestro Department of Electrical, Electronic, Telecommunication Engineering and Naval

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July-2013 377 Self-Healing Framework for Distribution Systems Fazil Haneef, S.Angalaeswari Abstract - The self healing framework

More information

Voltage Controller for Radial Distribution Networks with Distributed Generation

Voltage Controller for Radial Distribution Networks with Distributed Generation International Journal of Scientific and Research Publications, Volume 4, Issue 3, March 2014 1 Voltage Controller for Radial Distribution Networks with Distributed Generation Christopher Kigen *, Dr. Nicodemus

More information

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD M. Laxmidevi Ramanaiah and M. Damodar Reddy Department of E.E.E., S.V. University,

More information

Optimum Coordination of Overcurrent Relays: GA Approach

Optimum Coordination of Overcurrent Relays: GA Approach Optimum Coordination of Overcurrent Relays: GA Approach 1 Aesha K. Joshi, 2 Mr. Vishal Thakkar 1 M.Tech Student, 2 Asst.Proff. Electrical Department,Kalol Institute of Technology and Research Institute,

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

Annamacharya Institute of Technology and Sciences, Tirupathi, A.P, India

Annamacharya Institute of Technology and Sciences, Tirupathi, A.P, India Active Power Loss Minimization Using Simultaneous Network Reconfiguration and DG Placement with AGPSO Algorithm K.Sandhya,Venkata Supura Vemulapati 2,2 Department of Electrical and Electronics Engineering

More information

Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit

Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit Mrutyunjay Mohanty Power Research & Development Consultant Pvt. Ltd., Bangalore, India Student member, IEEE mrutyunjay187@gmail.com

More information

IMPLEMENTATION OF NETWORK RECONFIGURATION TECHNIQUE FOR LOSS MINIMIZATION ON A 11KV DISTRIBUTION SYSTEM OF MRS SHIMOGA-A CASE STUDY

IMPLEMENTATION OF NETWORK RECONFIGURATION TECHNIQUE FOR LOSS MINIMIZATION ON A 11KV DISTRIBUTION SYSTEM OF MRS SHIMOGA-A CASE STUDY IMPLEMENTATION OF NETWORK RECONFIGURATION TECHNIQUE FOR LOSS MINIMIZATION ON A 11KV DISTRIBUTION SYSTEM OF MRS SHIMOGA-A CASE STUDY PROJECT REFERENCE NO. : 37S0848 COLLEGE : PES INSTITUTE OF TECHNOLOGY

More information

Simulation of Optimal Power Flow incorporating with Fuzzy Logic Control and various FACTS Devices

Simulation of Optimal Power Flow incorporating with Fuzzy Logic Control and various FACTS Devices International Journal of Scientific and Research ublications, Volume 2, Issue 5, May 2012 1 Simulation of Optimal ower Flow incorporating with Fuzzy Logic Control and various FACTS Devices EaswaraMoorthy

More information

DISTRIBUTION SYSTEM PLANNING USING NETWORK RECONFIGURATION FOR LOSS REDUCTION

DISTRIBUTION SYSTEM PLANNING USING NETWORK RECONFIGURATION FOR LOSS REDUCTION DISTRIBUTION SYSTEM PLANNING USING NETWORK RECONFIGURATION FOR LOSS REDUCTION Raval Vivek 1, Sanjay R. Vyas 2 1PG Scholar, EE Dept., LDRP-ITR, Gandhinagar, Gujarat, India. 2Head of Department, EE Dept.,

More information

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES (Summary) N S Markushevich and A P Berman, C J Jensen, J C Clemmer Utility Consulting International, JEA, OG&E Electric Services,

More information

Network Reconfiguration of Unbalanced Distribution System through Hybrid Heuristic Technique

Network Reconfiguration of Unbalanced Distribution System through Hybrid Heuristic Technique Network Reconfiguration of Unbalanced Distribution System through Hybrid Heuristic Technique M. C. Johnwiselin 1 and Perumal Sankar 2 1 Department of Electrical and Electronics Engineering, Satyam College

More information

CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS

CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS 84 CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS 4.1 INTRODUCTION Now a days, the growth of digital economy implies a widespread use of electronic equipment not only in the industrial

More information

Performance of Indirectly Controlled STATCOM with IEEE 30-bus System

Performance of Indirectly Controlled STATCOM with IEEE 30-bus System Performance of Indirectly Controlled STATCOM with IEEE 30- System Jagdish Kumar Department of Electrical Engineering, PEC University of Technology, Chandigarh, India E-mail : jk_bishnoi@yahoo.com Abstract

More information

THERE has been a growing interest in the optimal operation

THERE has been a growing interest in the optimal operation 648 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 2, MAY 2007 A New Optimal Routing Algorithm for Loss Minimization and Voltage Stability Improvement in Radial Power Systems Joong-Rin Shin, Member,

More information

MULTI-STAGE TRANSMISSION EXPANSION PLANNING CONSIDERING MULTIPLE DISPATCHES AND CONTINGENCY CRITERION

MULTI-STAGE TRANSMISSION EXPANSION PLANNING CONSIDERING MULTIPLE DISPATCHES AND CONTINGENCY CRITERION MULTI-STAGE TRANSMISSION EXPANSION PLANNING CONSIDERING MULTIPLE DISPATCHES AND CONTINGENCY CRITERION GERSON C. OLIVEIRA, SILVIO BINATO, MARIO V. PEREIRA, LUIZ M. THOMÉ PSR CONSULTORIA LTDA R. VOLUNTARIOS

More information

LV Self Balancing Distribution Network Reconfiguration for Minimum Losses

LV Self Balancing Distribution Network Reconfiguration for Minimum Losses Paper accepted for presentation at 2009 EEE Bucharest Power Tech Conference, June 28th - July 2nd, Bucharest, Romania LV Self Balancing Distribution Network Reconfiguration for Minimum Losses D. V. Nicolae,

More information

Genetic Algorithm based Voltage Regulator Placement in Unbalanced Radial Distribution Systems

Genetic Algorithm based Voltage Regulator Placement in Unbalanced Radial Distribution Systems Volume 50, Number 4, 2009 253 Genetic Algorithm based Voltage Regulator in Unbalanced Radial Distribution Systems Ganesh VULASALA, Sivanagaraju SIRIGIRI and Ramana THIRUVEEDULA Abstract: In rural power

More information

Full Length Research Article

Full Length Research Article Available online at http://www.journalijdr.com International Journal of DEVELOPMENT RESEARCH ISSN: 2230-9926 International Journal of Development Research Vol. 4, Issue, 3, pp. 537-545, March, 204 Full

More information

Load Flow Analysis for Radial Distribution Networks Using Backward/Forward Sweep Method

Load Flow Analysis for Radial Distribution Networks Using Backward/Forward Sweep Method Open Access Journal Journal of Sustainable Research in Engineering Vol. 3 (3) 2016, 82-87 Journal homepage: http://sri.jkuat.ac.ke/ojs/index.php/sri Load Flow Analysis for Radial Distribution Networks

More information

A New Adaptive Method for Distribution System Protection Considering Distributed Generation Units Using Simulated Annealing Method

A New Adaptive Method for Distribution System Protection Considering Distributed Generation Units Using Simulated Annealing Method A New Adaptive Method for Distribution System Protection Considering Distributed Generation Units Using Simulated Annealing Method 3 Hamidreza Akhondi and Mostafa Saifali Sadra Institute of Higher Education

More information

Optimal placement of distribution transformers in radial distribution system

Optimal placement of distribution transformers in radial distribution system International Journal of Smart Grid and Clean Energy Optimal placement of distribution transformers in radial distribution system Vishwanath Hegde *, Raghavendra C. G., Prashanth Nayak Pradeep S., Themchan

More information

Keyword: conductors, feeders, genetic algorithm, conventional method, real power loss, reactive power loss, distributed load flow, cost and savings.

Keyword: conductors, feeders, genetic algorithm, conventional method, real power loss, reactive power loss, distributed load flow, cost and savings. Optimal Conductor Selection Using Genetic Algorithm Deepak Sharma 1, Priya Jha 2,S.Vidyasagar 3 1 PG Student, SRM University, Chennai, India 2 PG Student, SRM University, Chennai, India 3 Assistant Professor,

More information

STATCOM Tuned Based on Tabu Search for Voltage Support in Power Systems

STATCOM Tuned Based on Tabu Search for Voltage Support in Power Systems J. Basic. Appl. Sci. Res., 1(10)1334-1341, 2011 2011, TextRoad Publication ISSN 2090-424X Journal of Basic and Applied Scientific Research www.textroad.com STATCOM Tuned Based on Tabu Search for Voltage

More information

Directional Overcurrent Relays Coordination Restoration by Reducing Minimum Fault Current Limiter Impedance

Directional Overcurrent Relays Coordination Restoration by Reducing Minimum Fault Current Limiter Impedance Journal of Energy and Power Engineering 8 (2014) 1132-1141 D DAVID PUBLISHING Directional Overcurrent Relays Coordination Restoration by Reducing Minimum Fault Current Limiter Impedance Saadoun Abdel Aziz

More information

An Adaptive Protection Scheme for Optimal Overcurrent Relay Coordination in Interconnected Power Systems

An Adaptive Protection Scheme for Optimal Overcurrent Relay Coordination in Interconnected Power Systems From the SelectedWorks of Almoataz Youssef Abdelaziz March, 2000 An Adaptive Protection Scheme for Optimal Overcurrent Relay Coordination in Interconnected Power Systems Almoataz Youssef Abdelaziz Available

More information

CONTENTS PREFACE. Part One THE DESIGN PROCESS: PROPERTIES, PARADIGMS AND THE EVOLUTIONARY STRUCTURE

CONTENTS PREFACE. Part One THE DESIGN PROCESS: PROPERTIES, PARADIGMS AND THE EVOLUTIONARY STRUCTURE Copyrighted Material Dan Braha and Oded Maimon, A Mathematical Theory of Design: Foundations, Algorithms, and Applications, Springer, 1998, 708 p., Hardcover, ISBN: 0-7923-5079-0. PREFACE Part One THE

More information

Optimal Positioning and Sizing of DG Units Using Differential Evolution Algorithm

Optimal Positioning and Sizing of DG Units Using Differential Evolution Algorithm Optimal Positioning and Sizing of DG Units Using Differential Evolution Algorithm Ravi 1, Himanshu Sangwan 2 Assistant Professor, Department of Electrical Engineering, D C R University of Science & Technology,

More information

Wavelet Transform Based Islanding Characterization Method for Distributed Generation

Wavelet Transform Based Islanding Characterization Method for Distributed Generation Fourth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCET 6) Wavelet Transform Based Islanding Characterization Method for Distributed Generation O. A.

More information

EMERGING distributed generation technologies make it

EMERGING distributed generation technologies make it IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 20, NO. 4, NOVEMBER 2005 1757 Fault Analysis on Distribution Feeders With Distributed Generators Mesut E. Baran, Member, IEEE, and Ismail El-Markaby, Student Member,

More information

Optimal PMU Placement on Network Branches for Intentional Islanding to Prevent Blackouts

Optimal PMU Placement on Network Branches for Intentional Islanding to Prevent Blackouts Optimal PMU Placement on Network Branches for Intentional Islanding to Prevent Blackouts Mohd Rihan 1, Mukhtar Ahmad 2, M. Salim Beg 3, Anas Anees 4 1,2,4 Electrical Engineering Department, AMU, Aligarh,

More information

Optimal Sizing and Placement of DG in a Radial Distribution Network using Sensitivity based Methods

Optimal Sizing and Placement of DG in a Radial Distribution Network using Sensitivity based Methods Optimal Sizing and Placement of DG in a Radial Distribution Network using Sensitivity based Methods Nitin Singh 1, Smarajit Ghosh 2, Krishna Murari 3 EIED, Thapar university, Patiala-147004, India Email-

More information

Development and Simulation of Dynamic Voltage Restorer for Voltage SAG Mitigation using Matrix Converter

Development and Simulation of Dynamic Voltage Restorer for Voltage SAG Mitigation using Matrix Converter Development and Simulation of Dynamic Voltage Restorer for Voltage SAG Mitigation using Matrix Converter Mahesh Ahuja 1, B.Anjanee Kumar 2 Student (M.E), Power Electronics, RITEE, Raipur, India 1 Assistant

More information

HARMONIC distortion complicates the computation of. The Optimal Passive Filters to Minimize Voltage Harmonic Distortion at a Load Bus

HARMONIC distortion complicates the computation of. The Optimal Passive Filters to Minimize Voltage Harmonic Distortion at a Load Bus 1592 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 20, NO. 2, APRIL 2005 The Optimal Passive Filters to Minimize Voltage Harmonic Distortion at a Load Bus Ahmed Faheem Zobaa, Senior Member, IEEE Abstract A

More information

ACCURATE MODELING FOR LOSSES REDUCTION USING A REAL-TIME POWER FLOW AT ENELVEN

ACCURATE MODELING FOR LOSSES REDUCTION USING A REAL-TIME POWER FLOW AT ENELVEN ACCURATE MODELING FOR LOSSES REDUCTION USING A REAL-TIME POWER FLOW AT ENELVEN Renato CESPEDES I. Roytelman, A.Ilo P.Parra,L.Rodriguez,H.Socorro,T. Romero KEMA Consulting Colombia SIEMENS USA,Austria ENELVEN

More information

Optimal methodology for distribution systems reconfiguration based on OPF and solved by decomposition technique

Optimal methodology for distribution systems reconfiguration based on OPF and solved by decomposition technique Optimal methodology for distribution systems reconfiguration based on OPF and solved by decomposition technique H. M. Khodr, J. Martínez-Crespo, Z. A. Valeand C. Ramos SUMMARY This paper presents a new

More information

How to maximize reliability using an alternative distribution system for critical loads

How to maximize reliability using an alternative distribution system for critical loads White Paper WP024001EN How to maximize reliability using an alternative distribution system for critical loads Executive summary The electric power industry has several different distribution topologies

More information

Placement of Multiple Svc on Nigerian Grid System for Steady State Operational Enhancement

Placement of Multiple Svc on Nigerian Grid System for Steady State Operational Enhancement American Journal of Engineering Research (AJER) e-issn: 20-0847 p-issn : 20-0936 Volume-6, Issue-1, pp-78-85 www.ajer.org Research Paper Open Access Placement of Multiple Svc on Nigerian Grid System for

More information

Identification of Fault Type and Location in Distribution Feeder Using Support Vector Machines

Identification of Fault Type and Location in Distribution Feeder Using Support Vector Machines Identification of Type and in Distribution Feeder Using Support Vector Machines D Thukaram, and Rimjhim Agrawal Department of Electrical Engineering Indian Institute of Science Bangalore-560012 INDIA e-mail:

More information

NSGA Based Optimal Volt / Var Control in Distribution System with Dispersed Generation

NSGA Based Optimal Volt / Var Control in Distribution System with Dispersed Generation NSGA Based Optimal Volt / Var Control in Distribution System with Dispersed Generation P. N. Hrisheekesha, and Jaydev Sharma Abstract In this paper, a method based on Non-Dominated Sorting Genetic Algorithm

More information

DG Allocation and Sizing Based on Reliability Improvement by Means of Monte Carlo Simulation

DG Allocation and Sizing Based on Reliability Improvement by Means of Monte Carlo Simulation DG Allocation and Sizing Based on Reliability Improvement by Means of Monte Carlo Simulation R. Yousefian, H. Monsef School of ECE, University of Tehran Technical Report {r.yousefian, hmonsef}@ut.ac.ir

More information

Analysis and Enhancement of Voltage Stability using Shunt Controlled FACTs Controller

Analysis and Enhancement of Voltage Stability using Shunt Controlled FACTs Controller Volume 1, Issue 2, October-December, 2013, pp. 25-33, IASTER 2013 www.iaster.com, Online: 2347-5439, Print: 2348-0025 Analysis and Enhancement of Voltage Stability using Shunt Controlled FACTs Controller

More information

R10. III B.Tech. II Semester Supplementary Examinations, January POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours

R10. III B.Tech. II Semester Supplementary Examinations, January POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours Code No: R3 R1 Set No: 1 III B.Tech. II Semester Supplementary Examinations, January -14 POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours Max Marks: 75 Answer any FIVE Questions

More information

Adaptive Relaying of Radial Distribution system with Distributed Generation

Adaptive Relaying of Radial Distribution system with Distributed Generation Adaptive Relaying of Radial Distribution system with Distributed Generation K.Vijetha M,Tech (Power Systems Engineering) National Institute of Technology-Warangal Warangal, INDIA. Email: vijetha258@gmail.com

More information

OPTIMAL SITING AND SIZING OF DISTRIBUTED GENERATION IN RADIAL DISTRIBUTION NETWORKS

OPTIMAL SITING AND SIZING OF DISTRIBUTED GENERATION IN RADIAL DISTRIBUTION NETWORKS OPTIMAL SITING AND SIZING OF DISTRIBUTED GENERATION IN RADIAL DISTRIBUTION NETWORKS Ms. Shilpa Kotwal, Ms. Amandeep Kaur Research Scholar, E-Max Institute of Engineering and Technology, Ambala, Haryana,

More information

A FUZZY INFERENCE SYSTEM TO VOLTAGE/VAR CONTROL IN DMS - DISTRIBUTION MANAGEMENT SYSTEM

A FUZZY INFERENCE SYSTEM TO VOLTAGE/VAR CONTROL IN DMS - DISTRIBUTION MANAGEMENT SYSTEM A FUZZY INFERENCE SYSTEM TO VOLTAGE/VAR CONTROL IN DMS - DISTRIBUTION MANAGEMENT SYSTEM Vladimiro Miranda vmiranda@inescporto.pt INESC - Instituto de Engenharia de Sistemas e Computadores do Porto P. República

More information

THE IMPACT OF NETWORK SPLITTING ON FAULT LEVELS AND OTHER PERFORMANCE MEASURES

THE IMPACT OF NETWORK SPLITTING ON FAULT LEVELS AND OTHER PERFORMANCE MEASURES THE IMPACT OF NETWORK SPLITTING ON FAULT LEVELS AND OTHER PERFORMANCE MEASURES C.E.T. Foote*, G.W. Ault*, J.R. McDonald*, A.J. Beddoes *University of Strathclyde, UK EA Technology Limited, UK c.foote@eee.strath.ac.uk

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 4, April-2014 ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 4, April-2014 ISSN 63 Minimization Of LossesIn Radial DistributionSystem UsingNetwork Reconfiguration J. Nethaji Abstract- This paper presents a solution technique of solving network reconfiguration problem with the aim

More information

Madurai, Tamilnadu, India *Corresponding author. Madurai, Tamilnadu, India ABSTRACT

Madurai, Tamilnadu, India *Corresponding author. Madurai, Tamilnadu, India ABSTRACT International Journal of Electrical Engineering. ISSN 0974-2158 Volume 7, Number 2 (2014), pp. 211-226 International Research Publication House http://www.irphouse.com Power Quality Improvement of Distribution

More information

Harmonic Distortion Levels Measured at The Enmax Substations

Harmonic Distortion Levels Measured at The Enmax Substations Harmonic Distortion Levels Measured at The Enmax Substations This report documents the findings on the harmonic voltage and current levels at ENMAX Power Corporation (EPC) substations. ENMAX is concerned

More information

Effect of Topology Control on System Reliability: TVA Test Case

Effect of Topology Control on System Reliability: TVA Test Case 21, rue d Artois, F-758 PARIS CIGRE US National Committee http : //www.cigre.org 214 Grid of the Future Symposium Effect of Topology Control on System Reliability: TVA Test Case X. LI P. BALASUBRAMANIAN

More information

Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool

Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool A. Srivastava and S. Biswas The School of Electrical Engineering and Computer Science Smart Grid Demonstration and Research Investigation

More information

Implementation of a Voltage Sweep Power Flow Method and Comparison with Other Power Flow Techniques

Implementation of a Voltage Sweep Power Flow Method and Comparison with Other Power Flow Techniques power systems eehlaboratory Feifei Teng Implementation of a Voltage Sweep Power Flow Method and Comparison with Other Power Flow Techniques Semester Thesis PSL 1432 EEH Power Systems Laboratory Swiss Federal

More information

Optimal PMU Placement in Power System Networks Using Integer Linear Programming

Optimal PMU Placement in Power System Networks Using Integer Linear Programming ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Determination of Smart Inverter Power Factor Control Settings for Distributed Energy Resources

Determination of Smart Inverter Power Factor Control Settings for Distributed Energy Resources 21, rue d Artois, F-758 PARIS CIGRE US National Committee http : //www.cigre.org 216 Grid of the Future Symposium Determination of Smart Inverter Power Factor Control Settings for Distributed Energy Resources

More information

Optimal PMU Placement in Power System Considering the Measurement Redundancy

Optimal PMU Placement in Power System Considering the Measurement Redundancy Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 593-598 Research India Publications http://www.ripublication.com/aeee.htm Optimal PMU Placement in Power System

More information

LOAD BALANCING IN PRIMARY DISTRIBUTION FEEDERS BY COMBINATION OF RENEWABLE ENERGY SOURCE AND VOLTAGE SOURCE INVERTER

LOAD BALANCING IN PRIMARY DISTRIBUTION FEEDERS BY COMBINATION OF RENEWABLE ENERGY SOURCE AND VOLTAGE SOURCE INVERTER Paper ID: EE14 LOAD BALANCING IN PRIMARY DISTRIBUTION FEEDERS BY COMBINATION OF RENEWABLE ENERGY SOURCE AND VOLTAGE SOURCE INVERTER Metkari Vishal T., Department of Electrical, Sanjeevan Engineering &

More information

Modeling and Simulation of STATCOM

Modeling and Simulation of STATCOM Modeling and Simulation of STATCOM Parimal Borse, India Dr. A. G. Thosar Associate Professor, India Samruddhi Shaha, India Abstract:- This paper attempts to model and simulate Flexible Alternating Current

More information

Level 6 Graduate Diploma in Engineering Electrical Energy Systems

Level 6 Graduate Diploma in Engineering Electrical Energy Systems 9210-114 Level 6 Graduate Diploma in Engineering Electrical Energy Systems Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil, ruler,

More information

Harmony Search and Nonlinear Programming Based Hybrid Approach to Enhance Power System Performance with Wind Penetration

Harmony Search and Nonlinear Programming Based Hybrid Approach to Enhance Power System Performance with Wind Penetration Abstract Wind generation existence in power system greatly affects power system transient stability and it also greatly affects steady state conditions. FACTS devices are proposed as a solution to this

More information

Anti-IslandingStrategyforaPVPowerPlant

Anti-IslandingStrategyforaPVPowerPlant Global Journal of Researches in Engineering: F Electrical and Electronics Engineering Volume 15 Issue 7 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Application of Fuzzy Logic Controller in UPFC to Mitigate THD in Power System

Application of Fuzzy Logic Controller in UPFC to Mitigate THD in Power System International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 9, Issue 8 (January 2014), PP. 25-33 Application of Fuzzy Logic Controller in UPFC

More information

Optimal Allocation of TCSC Using Heuristic Optimization Technique

Optimal Allocation of TCSC Using Heuristic Optimization Technique Original Article Print ISSN: 2321-6379 Online ISSN: 2321-595X DOI: 10.17354/ijssI/2017/132 Optimal Allocation of TCSC Using Heuristic Optimization Technique M Nafar, A Ramezanpour Department of Electrical

More information

GENETIC ALGORITHM BASED STUDYING OF BUNDLE LINES EFFECT ON NETWORK LOSSES IN TRANSMISSION NETWORK EXPANSION PLANNING

GENETIC ALGORITHM BASED STUDYING OF BUNDLE LINES EFFECT ON NETWORK LOSSES IN TRANSMISSION NETWORK EXPANSION PLANNING Journal of ELECTRICAL ENGINEERING, VOL. 60, NO. 5, 2009, 237 245 GENETIC ALGORITHM BASED STUDYING OF BUNDLE LINES EFFECT ON NETWORK LOSSES IN TRANSMISSION NETWORK EXPANSION PLANNING Hossein Shayeghi Meisam

More information

Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow

Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow Queensland University of Technology From the SelectedWorks of Lasantha Bernard Perera Spring September 25, 2005 Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow Lasantha B Perera,

More information

Intelligent Reconfiguration of Smart Distribution Network using Multi-Agent Technology

Intelligent Reconfiguration of Smart Distribution Network using Multi-Agent Technology Intelligent Reconfiguration of Smart Distribution Network using Multi-Agent Technology Sridhar Chouhantudent Member, IEEE, Hui. Wan, Member, IEEE, H.J.Lai, Ali Feliachienior Member, IEEE, M. A. Choudhryenior

More information

Distribution system security region: definition, model and security assessment

Distribution system security region: definition, model and security assessment Published in IET Generation, Transmission & Distribution Received on 3rd November 2011 Revised on 5th June 2012 ISSN 1751-8687 Distribution system security region: definition, model and security assessment

More information

508 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 24, NO. 2, APRIL 2009

508 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 24, NO. 2, APRIL 2009 508 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 24, NO. 2, APRIL 2009 Extended Fault-Location Formulation for Power Distribution Systems Rodrigo Hartstein Salim, Student Member, IEEE, Mariana Resener, Student

More information

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems S. P. Teeuwsen, Student Member, IEEE, I. Erlich, Member, IEEE, Abstract--This

More information

Notes 1: Introduction to Distribution Systems

Notes 1: Introduction to Distribution Systems Notes 1: Introduction to Distribution Systems 1.0 Introduction Power systems are comprised of 3 basic electrical subsystems. Generation subsystem Transmission subsystem Distribution subsystem The subtransmission

More information

Optimal Placement of Unified Power Flow Controller for Minimization of Power Transmission Line Losses

Optimal Placement of Unified Power Flow Controller for Minimization of Power Transmission Line Losses Optimal Placement of Unified Power Flow Controller for inimization of Power Transmission Line Losses Sreerama umar R., Ibrahim. Jomoah, and Abdullah Omar Bafail Abstract This paper proposes the application

More information

Optimal distribution network reconfiguration using meta-heuristic algorithms

Optimal distribution network reconfiguration using meta-heuristic algorithms University of Central Florida Electronic Theses and Dissertations Doctoral Dissertation (Open Access) Optimal distribution network reconfiguration using meta-heuristic algorithms 2015 Arash Asrari University

More information

OPTIMAL PASSIVE FILTER LOCATION BASED POWER LOSS MINIMIZING IN HARMONICS DISTORTED ENVIRONMENT

OPTIMAL PASSIVE FILTER LOCATION BASED POWER LOSS MINIMIZING IN HARMONICS DISTORTED ENVIRONMENT OPTIMAL PASSIVE FILTER LOCATION BASED POWER LOSS MINIMIZING IN HARMONICS DISTORTED ENVIRONMENT * Mohammadi M., Mohammadi Rozbahani A., Montazeri M. and Memarinezhad H. Department of Electrical Engineering,

More information

Whale Optimization Algorithm Based Technique for Distributed Generation Installation in Distribution System

Whale Optimization Algorithm Based Technique for Distributed Generation Installation in Distribution System Bulletin of Electrical Engineering and Informatics Vol. 7, No. 3, September 2018, pp. 442~449 ISSN: 2302-9285, DOI: 10.11591/eei.v7i3.1276 442 Whale Optimization Algorithm Based Technique for Distributed

More information

Improve Distribution System Energy Efficiency With Coordinated Reactive Power Control

Improve Distribution System Energy Efficiency With Coordinated Reactive Power Control IEEE TRANSACTIONS ON POWER SYSTEMS 1 Improve Distribution System Energy Efficiency With Coordinated Reactive Power Control Fang Yang, Member, IEEE, and Zhao Li, Member,IEEE Abstract In the distribution

More information

Management of Electric Distribution Systems Planning

Management of Electric Distribution Systems Planning From the SelectedWorks of Almoataz Youssef Abdelaziz December, 2012 Management of Electric Distribution Systems Planning Almoataz Youssef Abdelaziz Available at: https://works.bepress.com/almoataz_abdelaziz/46/

More information

ANALYSIS OF RADIAL DISTRIBUTION SYSTEM OPTIMIZATION WITH FACTS DEVICES USING HYBRID HEURISTIC TECHNIQUE

ANALYSIS OF RADIAL DISTRIBUTION SYSTEM OPTIMIZATION WITH FACTS DEVICES USING HYBRID HEURISTIC TECHNIQUE ANALYSIS OF RADIAL DISTRIBUTION SYSTEM OPTIMIZATION WITH FACTS DEVICES USING HYBRID HEURISTIC TECHNIQUE 1 S.VIJAYABASKAR, T.MANIGANDAN 1 Associate Professor, Department of Electrical and Electronics Engineering

More information

Implementation of Control Center Based Voltage and Var Optimization in Distribution Management System

Implementation of Control Center Based Voltage and Var Optimization in Distribution Management System 1 Implementation of Center d Voltage and Var Optimization in Distribution Management System Xiaoming Feng, William Peterson, Fang Yang, Gamini M. Wickramasekara, John Finney Abstract--This paper presents

More information

Power Distribution System Planning with Demand Uncertainty Consideration

Power Distribution System Planning with Demand Uncertainty Consideration 0 Journal of Electrical Engineering & Technology, Vol. 3, No. 1, pp. 0~8, 008 Power Distribution System Planning with Demand Uncertainty Consideration Sirichai Wattanasophon and Bundhit Eua-arporn* Abstract

More information

Power Quality Improvement by DVR

Power Quality Improvement by DVR Power Quality Improvement by DVR K Rama Lakshmi M.Tech Student Department of EEE Gokul Institute of Technology and Sciences, Piridi, Bobbili Vizianagaram, AP, India. Abstract The dynamic voltage restorer

More information

Voltage Support and Reactive Power Control in Micro-grid using DG

Voltage Support and Reactive Power Control in Micro-grid using DG International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Voltage Support and Reactive Power Control in Micro-grid using DG Nagashree. J. R 1, Vasantha Kumara. T. M 2, Narasimhegowda 3 1

More information

Optimal Location of Multi-Type FACTS Devices in a Power System by Means of Genetic Algorithms

Optimal Location of Multi-Type FACTS Devices in a Power System by Means of Genetic Algorithms IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 16, NO. 3, AUGUST 2001 537 Optimal Location of Multi-Type FACTS Devices in a Power System by Means of Genetic Algorithms Stéphane Gerbex, Rachid Cherkaoui, and

More information

Single Phase Earth Fault Location in the Medium Voltage Distribution Networks

Single Phase Earth Fault Location in the Medium Voltage Distribution Networks 1.2478/v1144-9-2-6 SCINTIFIC PROCDINGS OF RIG TCHNICL UNIVRSITY TH 5TH INTRNTIONL SCINTIFIC CONFRNC POWR ND LCTRICL NGINRING, OCTOBR 29 Single Phase arth Fault Location in the Medium Voltage Distribution

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information

Optimal Voltage Regulators Placement in Radial Distribution System Using Fuzzy Logic

Optimal Voltage Regulators Placement in Radial Distribution System Using Fuzzy Logic Optimal Voltage Regulators Placement in Radial Distribution System Using Fuzzy Logic K.Sandhya 1, Dr.A.Jaya Laxmi 2, Dr.M.P.Soni 3 1 Research Scholar, Department of Electrical and Electronics Engineering,

More information

Optimal Solar Photovoltaic Placement as a Distributed Generation in Radial Distribution Networks using Particle Swarm Optimization

Optimal Solar Photovoltaic Placement as a Distributed Generation in Radial Distribution Networks using Particle Swarm Optimization Nigerian Journal of Solar Energy, Vol. 26, 2015. Solar Energy Society of Nigeria (SESN) 2015. All rights reserved. Optimal Solar Photovoltaic as a Distributed Generation in Radial Distribution Networks

More information

Utility Interconnection and System Protection

Utility Interconnection and System Protection Utility Interconnection and System Protection Alex Steselboim President, Advanced Power Technologies, Inc. Utility paralleling vs. isolated operation. Isochronous kw load sharing Reactive power (VAR) sharing

More information

Voltage Control of Distribution Networks with Distributed Generation using Reactive Power Compensation

Voltage Control of Distribution Networks with Distributed Generation using Reactive Power Compensation Voltage Control of Distribution Networks with Distributed Generation using Reactive Power Compensation Author Mahmud, M., Hossain, M., Pota, H., M Nasiruzzaman, A. Published 2011 Conference Title Proceedings

More information