INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)

Size: px
Start display at page:

Download "INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)"

Transcription

1 INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) Proceedings of the 2 nd International Conference on Current Trends in Engineering and Management ICCTEM ISSN (Print) ISSN (Online) Volume 5, Issue 8, August (2014), pp IAEME: Journal Impact Factor (2014): (Calculated by GISI) IJEET I A E M E FUZZY-EXPERT SYSTEM BASED OPTIMAL CAPACITOR ALLOCATION IN DISTRIBUTION SYSTEM Maruthi Prasanna. H. A. 1,*, Likith Kumar. M. V. 1, T. Ananthapadmanabha 2, & A. D. Kulkarni 2 1 Research Scholar, Department of EEE, The National Institute of Engineering, Mysore, India 2 Professor, Department of EEE, The National Institute of Engineering, Mysore, India ABSTRACT A fuzzy logic approach for determining the optimal location and size of capacitors is reported in this work. The impacts of capacitors of various sizes at various locations in distribution system are evaluated with two indices viz. Power Loss Reduction Index (PLRI) and Voltage Deviation Reduction Index (VDRI). These two indices are fuzzified to obtain Placement Suitability Index (CPSI) through proposed fuzzy-expert system. The proposed method is applied for IEEE- 33bus Radial distribution system using MATLAB R2009b. The allocation of single, two and three capacitor units has been carried out. The capacitor combination which results in the minimum power loss is decided as optimal allocation. The results are compared with those existing in literature in order to prove the effectiveness of the proposed fuzzy approach. Keywords: Distribution System, s, Power loss reduction, Voltage deviation reduction, Fuzzy logic, Load flow, optimal placement. 1. INTRODUCTION Loss minimization in distribution systems has assumed greater significance recently since the trend towards distribution automation will require the most efficient operating scenario for economic viability. Studies have indicated that as much as 13% of total power generated is consumed as I 2 R losses at the distribution level. Reactive currents account for a portion of these losses. However, the losses produced by reactive currents can be reduced by the installation of shunt capacitors. In addition to the reduction of energy and peak power losses, effective capacitor installation can also release additional kva capacity from distribution apparatus and improve the system voltage profile. Reactive power compensation plays an important role in the planning of an electrical system. Its aim is principally to provide an appropriate placement of the compensation devices to ensure a satisfactory voltage profile while minimizing the cost of compensation. 86

2 Installation of shunt capacitors on distribution networks is essential for power flow control, improving system stability, power factor correction, voltage profile management and losses minimization. Therefore it is important to find optimal location and sizes of capacitors required to minimize feeder losses. The solution techniques for loss minimization can be classified into four categories: Analytical, numerical programming, heuristics and artificial intelligence based. allocation problem is a well researched topic and all earlier approached differ from each other either in their problem formulation or problem solution methods employed [1]. In large distribution networks it is very difficult to predict the optimum size and location of capacitor which finally results not only in reducing losses but also improves the overall voltage profile [2]. Though many conventional models and techniques are used for this purpose but it becomes a cumbersome task as the complexity of the system increases. [3, 4, 5] Linear and nonlinear programming methods have been proposed earlier to solve the placement problem. s are commonly used to provide reactive power support in distribution systems. The amount of reactive compensation provided is very much related to the placement of capacitors in distribution feeders. The determination of the location, size, number and type of capacitors to be placed is of great significance, as it reduces power and energy losses, increases the available capacity of the feeders and improves the feeder voltage profile. Numerous methods for solving this problem in view of minimizing losses have been suggested in the literature [6 11]. A fuzzy-expert system (FES) is developed in this paper for determining the location for connecting capacitor unit/s in distribution system to reduce the real power losses and to improve the voltage profile. The proposed fuzzy inference system is of mamdani type consisting of two fuzzy input variables and one fuzzy output variable. For determining the suitability of capacitor placement at a particular node, a set of multiple-antecedent fuzzy rules has been established. The inputs to the rules are the power loss reduction and voltage deviation reduction indices and the output is the suitability of capacitor placement. The proposed fuzzy logic approach is developed in MATLAB R2009b and in order to validate the proposed capacitor placement technique, the methodology is tested on IEEE-33 bus Radial Distribution system. Comparison of obtained results with those in recent publications showed that the proposed algorithms are capable of producing high-quality solutions with good performance of convergence, and demonstrated viability. The fuzzy based optimal capacitor placement can provide approximate global optimum solution. The organization of this paper is as follows; section 2 introduces fuzzy-expert system, section 3 defines the DG placement evaluation indices, Section 4 explains about the proposed FEM for optimal DG placement, Section 5 shows the proposed algorithm for optimal DG placement using FEM, Section 6 discusses the Results obtained by the proposed method and finally section 7 concludes the paper. 2. INTRODUCTION TO FUZZY-EXPERT SYSTEM Fuzzy logic refers to a logic system that generalizes the classical two-valued logic for reasoning under uncertainty. It is motivated by observing that human reasoning can utilize concepts and knowledge that do not have well-defined or sharp boundaries [12], [13]. Unlike the classical Boolean set allowing only 0 or 1 value, the fuzzy set is a set with a smooth boundary allowing partial membership. The degree of membership in a set is expressed by a number between 0 and 1, with 0 indicating entirely not in the set, 1 indicating completely in the set and a number in between meaning partially in the set. In this way, a smooth and gradual transition from the regions outside the set to those in the set can be described. A fuzzy set can thus be defined by a function that maps objects in the domain of concern (i.e. the universe of discourse) to their membership values in the set. Such a function is called the membership function. The two most widely used membership functions are the triangular and trapezoidal functions [12], [13]. 87

3 A fuzzy-expert system is an expert system that uses a collection of fuzzy sets and rules, instead of Boolean sets for reasoning about data. The rule in the fuzzy-expert system usually takes the form If x is low and y is high; then z = medium Where x and y are input variables, z is the output variable, and low, high and medium are membership functions defined for x, y and z respectively. The antecedent (the rule s premise) describes the degree that the rule applies, while the conclusion (the rule s consequent) assigns a membership function to the output variable. The set of rules in a fuzzy-expert system is known as the rule base or knowledge base. The computation of the output variable usually takes the following steps [12, 13] and is presented in Fig 1. Fuzzification: This step is also called Fuzzy Matching, which calculates the degree that the input data match the conditions of the fuzzy rules. Inference: Calculate the fuzzy set of the rule s conclusion based on its matching degree. There are two common approaches for the inference, namely the clipping method and the scaling method. Both methods generate conclusion by suppressing the membership function of the consequent. The extent to which they suppress the membership function depends on the degree to which the rule is matched. The lower the matching degree, the more severe the suppression of the membership functions. The clipping method cuts off the top of the membership function, whose value is higher than the matching degree. The scaling method scales down the membership function in proportion to the matching degree. The scaling method is used in this paper. Composition: Because a fuzzy rule-based system consists of a set of fuzzy rules with partially overlapping conditions, a particular input to the system often triggers multiple fuzzy rules (i.e. more than one rule will match the input to a non-zero degree). Therefore, the composition is needed to combine the inference results of all the triggered rules to form a single fuzzy subset for the output variable. The fuzzy disjunction operator Max is commonly used for constructing the output fuzzy set by taking the point-wise maximum over all the fuzzy subsets generated from the inference step. Defuzzification: This step is to convert the fuzzy set of the output variable to a crisp number. Among the various types of defuzzification methods, the Center of Area (COA or Centroid) and Maximum are the two most widely used techniques. The COA derives the crisp number by calculating the weighted average of the output fuzzy set while the Maximum method chooses the value with maximum member-ship degree as the crisp number. Fig. 1: General Fuzzy Expert System Approach. 88

4 3. CAPACITOR PLACEMENT EVALUATION INDICES In order to determine benefits from capacitor integration, two sets of indices are proposed in this paper Viz PLRI and VDRI. They are explained below. 3.1 Power Loss Reduction Index (PLRI) The total real power loss in a distribution system with N buses as a function of active and reactive power injection at all buses can be calculated using the following equation [14]. N N [ αij( PP i j + QQ i j ) + βij( Qi Pj Pi Qj )] PL= i= 1 j= 1 (1) rij rij α ij = cos( δ i δ j ) βij = sin( δ i δ j ) V Where, iv j V & iv j PL is the exact loss of the distribution system; r ij is the resistance between bus i and bus j; V i and V j is the voltage magnitude of buses i and j respectively; δ i is the voltage angle at bus i; δ j is the voltage angle at bus j; P i and Q i active and reactive power injection at bus i ; P j and Q j is the active and reactive power injection at bus j. The Power Loss Reduction Index of i th bus when capacitor is connected to that bus is given by, PL( i) PL(min) PLRI ( i) = PL( base) PL(min) (2) Where, PL(i) is the distribution system real power loss when capacitor is connected to the i th bus; PL(base) is the distribution system real power loss without capacitor; PL(min) is the minimum distribution system real power loss obtained when capacitor is connected to all the buses other than slack bus; 3.2 Voltage Deviation Reduction Index (VDRI) The voltage deviation index (VDI) of the distribution system is given by, VDI N = b i= 1 spec ( V i V i 2 ) (3) Where, V spec i is the Voltage specified in pu. In this paper, it is taken as 1 pu; V i is the Voltage at the i th bus in pu. The VDI is a measure of the voltage profile of the distribution system and it indicates how the voltage values of the distribution nodes are nearer to the specified voltage. It is expected that this value should be nearer to zero, so that all the nodes of the distribution system will be having voltage nearer to the specified voltage (1 pu). The Voltage Deviation Reduction Index (VDRI) of i th bus when capacitor is connected to that bus is given by, VDI ( i) VDI (min) VDRI ( i) = VDI ( base) VDI (min) (4) Where, VDI(i) is the voltage deviation index of distribution system when capacitor is connected to ith bus; VDI(min) is the minimum voltage deviation of distribution system of a particular bus among 89

5 all the buses when capacitor is connected to each of them other than slack bus; VDI(base) is the voltage deviation index of the distribution system without capacitor connection; 4. PROPOSED FUZZY EXPERT SYSTEM FOR OPTIMAL CAPACITOR PLACEMENT In this FES, in order to determine optimal location for capacitor integration in distribution system, two input and one output variables are proposed. Input variable-1 is power loss reduction index (PLRI) and Input variable-2 is the voltage deviation reduction index (VDRI). Output variable is placement suitability index (CPSI). The structure of proposed FES is of mamdani type. PLRI variable is fuzzified into three trapezoidal membership functions and scaled in the range from 0 to 1, as shown in Fig 2. The three membership functions of PLRI are H, M and L. The value of 0 indicates largest reduction while value of 1 indicates smallest reduction of power loss. VDRI variable is fuzzified into five triangular membership functions and scaled in the range from 0 to 1, as shown in Fig 3. The five membership functions of VDRI are H, HM, M, LM and L. The value of 0 indicates better voltage profile where as value of 1 indicates poor voltage profile of distribution system. Fig. 2: Power Loss Reduction Index (PLRI) representation The CPSI is the output fuzzy variable which is evaluated for each bus by considering PLRI and VDRI as input variables to the FES using a set of rules, which are developed from qualitative descriptions. These rules are summarized in the fuzzy decision matrix given in Table 1. CPSI is a fuzzy variable having five triangular membership functions and scaled in the range from 0 to 1, as shown in Fig 4. The five membership functions of CPSI are H, HM, M, LM and L. The minimum value of CPSI indicates the best location for capacitor placement. 90

6 Fig. 3: Voltage Deviation Reduction Index (VDRI) representation Fig. 4: Placement Suitability Index (CPSI) representation 91

7 The MAX MIN METHOD involves truncating the consequent membership function of each fired rule at the minimum membership value of all the antecedents. A final aggregated membership function is achieved by taking the union of all the truncated consequent membership functions of the fired rules [15]. For the capacitor location problem, resulting capacitor placement suitability membership function µs of node i for k fired rules is given by, µ = max (min( µ ( i), µ s k p v ( i))) µ p Where and µ v are the membership functions of the PLRI and VDRI variables respectively. The CPSI values must be defuzzified in order to determine the node suitability ranking for capacitor placement. This is achieved by Centroid method of defuzzification [15]. The capacitor placement suitability index (CPSI) is determined by (5) CPSI = µ ( z) zdz s µ ( z) dz s (6) PLRI AND Table 1: Fuzzy Decision Matrix for CPSI VDRI H HM M LM L H H H HM M LM M M M LM L L L LM LM LM L L 5. PROPOSED ALGORITHM FOR OPTIMAL CAPACITOR PLACEMENT BY FES The procedural steps that have been adopted in finding optimal location for capacitor placement in distribution system using Fuzzy-Expert System is shown in Fig SIMULATION RESULTS The proposed methodology using FES is tested on IEEE-33bus Radial Distribution System (RDS) shown in Fig. 6 [16] having following characteristics: Number of buses=33; Number of lines=32; Slack Bus no=1; Base Voltage=12.66KV; Base MVA=100 MVA; The test system is simulated in MATLAB R2009b & the proposed FES methodology has been tested, whose results are as shown below. The forward backward method of load flow (FBLF) is employed in this paper, whose details are given in [17]. The objective of this paper is to determine the optimal locations for the capacitor units to be placed in distribution system so that maximum loss reduction and voltage deviation reduction is achieved. Initially, the base case FBLF is run for the IEEE 33bus RDS and the base case voltage profile is shown in Fig 7. The base case real power loss is kw and base case VDI is pu. 92

8 Fig. 5: Optimal Placement using Fuzzy-Expert System 93

9 Fig. 6: Single line diagram of IEEE-33 bus RDS Fig. 7: Base Case Voltage Profile of IEEE-33 bus RDS In this paper, 3 scenarios of optimal capacitor placement are carried out: Scenario-1 in which a single capacitor is to be placed; Scenario-2 in which two capacitor units of unity pf are to be placed; Scenario-3 in which three capacitor units of unity pf are to be placed. The procedure of determining optimal location for capacitor units is explained in Fig 5. In each scenario, the practically available capacitor sizes are considered. The details of available capacitors can be found in [18]. The results of each scenario are tabulated in Table 2, Table 3 and Table 4 respectively. Table 2 corresponds to Scenario-1, Table 3 corresponds to Scenario-2 and Table 4 corresponds to Scenario-3. In Table 2 and Table 3, the total capacity of capacitors is restricted to 1800KVAr. In each scenario, the power loss with capacitor is compared with the base case power loss and Loss reduction in Kw by injection is tabulated and similarly the VDI with capacitor is compared with base case VDI and VDI reduction in pu by injection is tabulated. To demonstrate the validity of the proposed method, the obtained results are compared with those existing in literature. Table 5 presents the comparison of the performance parameters of the distribution system with the capacitor allocation using the proposed fuzzy approach with the other techniques present in the literature. In order to compare the different capacitor allocations, the loss savings from the capacitor allocation is evaluated as loss savings per MVAr injection of capacitor. Through this index, it is very clear from Table 5 that the proposed method yields maximum loss 94

10 reduction of Kw/MVAr with 3 capacitor units of 450KVAr optimally located at bus 33, 16, and 30 of IEEE 33 bus RDS. Fig 8 shows the distribution system loss reduction for increasing penetration of 450kvar capacitor units through each scenario. It is observed that, there will be significant reduction in power loss for each capacitor unit injection at the optimal locations of 450KVAr capacitor unit/s given in sl.no 3 of Table 2, Table 3 and Table 4 respectively. Similarly, Fig 9 shows the improvement in the voltage profile of the IEEE 33 bus RDS for increasing penetration of 450KVAr capacitor units through each scenario. It is observed that, as the VDI is reducing for each scenario, there will be an improvement in the voltage profile. Table 2: Optimal Placement Results of IEEE 33 bus RDS for Scenario-1 for various ratings Sl. no size in KVAr Optimal location Base case power loss in kw Base case VDI in pu Power loss with in kw VDI with in pu Loss reduction in kw VDI reduction in pu Table 3: Optimal Placement Results of IEEE 33 bus RDS for Scenario-2 for various ratings Sl. no size in KVAr Optimal location Base case power loss in kw Base case VDI in pu Power loss with in kw VDI with in pu Loss reduction in kw VDI reduction in pu

11 Table 4: Optimal Placement Results of IEEE 33 bus RDS for Scenario-3 for various ratings Base Base Power case VDI with Loss VDI Sl. Optimal case loss with size in power reduction reduction no location VDI in KVAr loss in in pu in kw in pu pu in kw kw Table 5: Performance of the Proposed Fuzzy-Expert System based Placement Before Optimal Allocation After Placement Placement Referen ces Losses (Kw) [19] [20] [21] [22] Propose d Method Location 8, 15, 20, 21, 24, 26, , 14, 15, 16, 31, Size in KVAr Total Size in MVA r Losses (Kw) Loss Savings in Kw Loss Savings/ MVAr injection

12 Base case 1 CAP of 450 KVAr 2 CAP of 450 KVAr 3 CAP of 450 KVAr Power loss reduction pattern Fig. 8: Reduction of Power loss in IEEE 33 bus RDS with penetration of 450KVAr s for three scenarios Voltage in Pu Distribution Network Nodes Base case 1 CAP of 450kVAr 2 CAP of 450kVAr Fig. 9: Improvement of voltage profile of IEEE 33bus RDS with penetration of 450KVAr Units for three scenarios 7. CONCLUSION A fuzzy-expert system is developed for optimal allocation of capacitor units in distribution system. The optimal locations for capacitor placement are decided in order to provide maximum power loss reduction and voltage profile improvement. The proposed fuzzy-expert system provides placement suitability index by PLRI and VDRI fuzzy variables. The proposed methodology is tested on IEEE-33bus Radial distribution system using MATLAB 9.0 for placement of single capacitor unit, two capacitor units and three capacitor units. From the results it is apparent that the proposed fuzzy-expert system provides optimal loss reduction and voltage profile improvement. The results were also compared with those existing in literature, through which, it is apparent that the proposed method provides maximum loss reduction saving per capacitor MVAr injection. 97

13 ACKNOWLEDGEMENT The authors Maruthi Prasanna. H. A. and Likith Kumar. M. V. acknowledge the Technical Education Quality Improvement Programme (TEQIP)-II of All India Council for Technical Education (AICTE), New Delhi, India and Dr. G. L. Shekar, Principal, NIE, Mysore for providing financial assistance for carrying out this research work. The author Maruthi Prasanna. H. A. also acknowledge the Karntaka Power Transmission Corporation Limited (KPTCL), Karnataka for providing leave to pursue Integrated M.Tech + PhD programme. REFERENCES [1] Sundharajan, S and Pahwa, A., Optimal Selection of s for Radial Distribution Systems using a Genetic Algorithm, IEEE Transactions on Power Systems, Vol. 9, No. 3, August 1994,pp [2] Grainger, J.J and Lee, S.H., Optimum size and location of shunt capacitors for reduction in loss in distribution systems, IEEE Transactions on Power Apparatus and Systems, Vol. PAS 100, No. 3, March 1981, pp [3] Baran, M.E. and Wu, F.F., Optimal Placement on Radial Distribution Feeders, IEEE Transactions on Power Delivery, Vol. 4, No.1, January 1989, pp [4] Chiang, H.D., Wang, J.C. and Shin, H.D., Optimal Placement in Distribution Systems: Part 1: A New Formulation and the overall problem, Part II Solution Algorithms and Numerical Results., IEEE Transactions on Power Delivery, Vol.5, No.2, April 1990, pp , and pp [5] Chis, M., Salama, M.M.A and Jayaram, S., placement in distribution systems using heuristic search strategies, IEE Proceedings Generation, Transmission and Distribution, vol. 144, no. 2, pp , May [6] Haque M H. placement in radial distribution systems for loss reduction. IEE Proc Gen Trans Dist 1999;146(5): [7] Carlisle JC, El-Keib AA. A graph search algorithm for optimal placement of fixed and switched capacitors on radial distribution systems. IEEE Trans Power Deliv 2000;15(1): [8] Prakash K, Sydulu M. A novel approach for optimal locations and sizing of capacitors on radial distribution systems using loss sensitivity factors anda-coefficients. In: IEEE PES, power system conference and exposition; p [9] Su CT, Chang CF, Chiou JP. Optimal capacitor placement in distribution systems employing ant colony search algorithm. Electric Power Compo Syst [10] 2004;33(8): [11] Venkatesh B, Ranjan B. Fuzzy EP algorithm and dynamic data structure for optimal capacitor allocation in radial distribution systems. IEE Proc Gen Trans Dist 2006;153(5):80 8. [12] Abul Wafa Ahmed R. Optimal capacitor allocation in radial distribution systems for loss reduction: a two stage method. Electric Power Syst Res 2013; 95: [13] Yen J, Langari R. Fuzzy logic: intelligence, control, and information. Englewood Cliffs, NJ: Prentice-Hall; 1999 [14] Yuan Liao a, Jong-Beom Lee, A fuzzy-expert system for classifying power quality disturbances, Electrical Power and Energy Systems 26 (2004) [15] Elgerd IO. Electric energy system theory: an introduction. New York: McGraw-Hill Inc.;

14 [16] Ahmed R. Abul Wafa, Optimal capacitor placement for enhancing voltage stability in distribution systems using analytical algorithm and Fuzzy-Real Coded GA, International Journal of Electrical Power and Energy Systems, 55 (2014): [17] Kashem. M. A, Ganapathy V, Jasmon G B, Buhari M I, A novel method for loss minimization in distribution networks, in Proceedings of international conference on electric utility deregulation and restructuring and power technologies, p [18] M.H. Haque. Efficient load flow method for distribution systems with radial or mesh configuration, IET Proc. On Generation, Transmission and Distribution. 1996, 143 (1): [19] R. Srinivasas Rao, S.V.L. Narasimham, M. Ramalingaraju, Optimal capacitor placement in a radial distribution system using Plant Growth Simulation Algorithm, Electrical Power and Energy Systems 33 (2011) [20] K. S. Swarup, Genetic Algorithm for Optimal Allocation in Radial Distribution Systems, Proceedings of the 6th WSEAS Int. Conf. on Evolutionary Computing, Lisbon, Portugal, June 16-18, 2005 (pp ). [21] Aravindhababu P, Mohan G, Optimal capacitor placement for voltage stability enhancement in distribution systems, ARPN Journal of Engineering and Applied Sciences, April 2009;4(2): [22] Mohan G, Aravindhababu P. Optimal locations and sizing of capacitors for voltage stability enhancement in distribution systems. International Journal of Computer Applications ( ) 2010;1(4): [23] Ahmed R., Abul Wafa, Optimal capacitor placement for enhancing voltage stability in distribution systems using analytical algorithm and Fuzzy-Real Coded GA, Electrical Power and Energy Systems 55 (2014)

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume 5, Issue 8, August (2014), pp. 76-85 IAEME: www.iaeme.com/ijeet.asp Journal Impact

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 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

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

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS 1 P.DIVYA, 2 PROF. G.V.SIVA KRISHNA RAO A.U.College of Engineering, Andhra University, Visakhapatnam Abstract: Capacitors in

More information

THE loss minimization in distribution systems has assumed

THE loss minimization in distribution systems has assumed Optimal Capacitor Allocation for loss reduction in Distribution System Using Fuzzy and Plant Growth Simulation Algorithm R. Srinivasa Rao Abstract This paper presents a new and efficient approach for capacitor

More information

PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS IMPACT: International ournal of Research in Engineering & Technology (IMPACT: IRET) ISSN 2321-8843 Vol. 1, Issue 3, Aug 2013, 85-92 Impact ournals PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION

More information

Optimal Capacitor Placement and Sizing on Radial Distribution System by using Fuzzy Expert System

Optimal Capacitor Placement and Sizing on Radial Distribution System by using Fuzzy Expert System 274 Optimal Placement and Sizing on Radial Distribution System by using Fuzzy Expert System T. Ananthapadmanabha, K. Parthasarathy, K.Nagaraju, G.V. Venkatachalam Abstract:--This paper presents a mathematical

More information

Farzaneh Ostovar, Mahdi Mozaffari Legha

Farzaneh Ostovar, Mahdi Mozaffari Legha Quantify the Loss Reduction due Optimization of Capacitor Placement Using DPSO Algorithm Case Study on the Electrical Distribution Network of north Kerman Province Farzaneh Ostovar, Mahdi Mozaffari Legha

More information

K. Valipour 1 E. Dehghan 2 M.H. Shariatkhah 3

K. Valipour 1 E. Dehghan 2 M.H. Shariatkhah 3 International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 21-838X / Vol, 4 (7): 1663-1670 Science Explorer Publications Optimal placement of Capacitor Banks

More information

Optimal capacitor placement and sizing via artificial bee colony

Optimal capacitor placement and sizing via artificial bee colony International Journal of Smart Grid and Clean Energy Optimal capacitor placement and sizing via artificial bee colony Mohd Nabil Muhtazaruddin a*, Jasrul Jamani Jamian b, Danvu Nguyen a Nur Aisyah Jalalludin

More information

OPTIMAL DG UNIT PLACEMENT FOR LOSS REDUCTION IN RADIAL DISTRIBUTION SYSTEM-A CASE STUDY

OPTIMAL DG UNIT PLACEMENT FOR LOSS REDUCTION IN RADIAL DISTRIBUTION SYSTEM-A CASE STUDY 2006-2007 Asian Research Pulishing Network (ARPN). All rights reserved. OPTIMAL DG UNIT PLACEMENT FOR LOSS REDUCTION IN RADIAL DISTRIBUTION SYSTEM-A CASE STUDY A. Lakshmi Devi 1 and B. Suramanyam 2 1 Department

More information

A Novel Analytical Technique for Optimal Allocation of Capacitors in Radial Distribution Systems

A Novel Analytical Technique for Optimal Allocation of Capacitors in Radial Distribution Systems 236 J. Eng. Technol. Sci., Vol. 49, No. 2, 2017, 236-246 A Novel Analytical Technique for Optimal Allocation of Capacitors in Radial Distribution Systems Sarfaraz Nawaz*, Ajay Kumar Bansal & Mahaveer Prasad

More information

Optimal Capacitor Placement in Distribution System with Random Variations in Load

Optimal Capacitor Placement in Distribution System with Random Variations in Load I J C T A, 10(5) 2017, pp. 651-657 International Science Press Optimal Capacitor Placement in Distribution System with Random Variations in Load Ajay Babu B *, M. Ramalinga Raju ** and K.V.S.R. Murthy

More information

J. Electrical Systems x-x (2010): x-xx. Regular paper

J. Electrical Systems x-x (2010): x-xx. Regular paper JBV Subrahmanyam Radhakrishna.C J. Electrical Systems x-x (2010): x-xx Regular paper A novel approach for Optimal Capacitor location and sizing in Unbalanced Radial Distribution Network for loss minimization

More information

Optimal Placement of Capacitor Banks in order to Improvement of Voltage Profile and Loss Reduction based on PSO

Optimal Placement of Capacitor Banks in order to Improvement of Voltage Profile and Loss Reduction based on PSO Research Journal of Applied Sciences, Engineering and Technology 4(8): 957-961, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: October 26, 2011 Accepted: November 25, 2011 ublished:

More information

Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks

Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 2, Jan 2014 Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks M. Arjun Yadav 1, D. Srikanth

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

Congestion Alleviation using Reactive Power Compensation in Radial Distribution Systems

Congestion Alleviation using Reactive Power Compensation in Radial Distribution Systems IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 6 Ver. III (Nov. Dec. 2016), PP 39-45 www.iosrjournals.org Congestion Alleviation

More information

International Journal of Mechatronics, Electrical and Computer Technology

International Journal of Mechatronics, Electrical and Computer Technology A Hybrid Algorithm for Optimal Location and Sizing of Capacitors in the presence of Different Load Models in Distribution Network Reza Baghipour* and Seyyed Mehdi Hosseini Department of Electrical Engineering,

More information

Comparison of Loss Sensitivity Factor & Index Vector methods in Determining Optimal Capacitor Locations in Agricultural Distribution

Comparison of Loss Sensitivity Factor & Index Vector methods in Determining Optimal Capacitor Locations in Agricultural Distribution 6th NATIONAL POWER SYSTEMS CONFERENCE, 5th-7th DECEMBER, 200 26 Comparison of Loss Sensitivity Factor & Index Vector s in Determining Optimal Capacitor Locations in Agricultural Distribution K.V.S. Ramachandra

More information

Optimal Placement & sizing of Distributed Generator (DG)

Optimal Placement & sizing of Distributed Generator (DG) Chapter - 5 Optimal Placement & sizing of Distributed Generator (DG) - A Single Objective Approach CHAPTER - 5 Distributed Generation (DG) for Power Loss Minimization 5. Introduction Distributed generators

More information

Multiple Distribution Generation Location in Reconfigured Radial Distribution System Distributed generation in Distribution System

Multiple Distribution Generation Location in Reconfigured Radial Distribution System Distributed generation in Distribution System IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Multiple Distribution Generation Location in Reconfigured Radial Distribution System Distributed generation in Distribution System

More information

ENERGY LOSS MINIMIZATION AND RELIABILITY ENHANCEMENT IN RADIAL DISTRIBUTION SYSTEMS DURING LINE OUTAGES

ENERGY LOSS MINIMIZATION AND RELIABILITY ENHANCEMENT IN RADIAL DISTRIBUTION SYSTEMS DURING LINE OUTAGES ENERGY LOSS MINIMIZATION AND RELIABILITY ENHANCEMENT IN RADIAL DISTRIBUTION SYSTEMS DURING LINE OUTAGES N. Gnanasekaran 1, S. Chandramohan 2, P. Sathish Kumar 3 and T. D. Sudhakar 4 1 Misrimal Navajee

More information

Optimal DG allocation and sizing in a Radial Distribution System using Analytical Approach

Optimal DG allocation and sizing in a Radial Distribution System using Analytical Approach Optimal allocation and sizing in a Radial Distribution System using Analytical Approach N.Ramya PG Student GITAM University, T.Padmavathi, Asst.Prof, GITAM University Abstract This paper proposes a comprehensive

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

Fast Power Loss Computation and Shunt Capacitor Insertion Using Fuzzy Logic Technique

Fast Power Loss Computation and Shunt Capacitor Insertion Using Fuzzy Logic Technique American Journal of Applied Sciences 4 (): 37-4, 27 ISSN 546-9239 27 Science ublications Fast ower Loss Computation and Shunt Capacitor Insertion Using Fuzzy Logic Technique Wagah F. Mohammad, Nabil Tawalbeh

More information

Distribution System Power Loss Reduction by Optical Location and Size of Capacitor

Distribution System Power Loss Reduction by Optical Location and Size of Capacitor International Journal of Research in Advent Technology, Vol.2, No.3, March 2014 E-ISSN: 2321-9637 Distribution System Power Loss Reduction by Optical Location and Size of Capacitor PUSHPENDRA SINGH, BALVENDER

More information

A Comparative Study Of Optimization Techniques For Capacitor Location In Electrical Distribution Systems

A Comparative Study Of Optimization Techniques For Capacitor Location In Electrical Distribution Systems A Comparative Study Of Optimization Techniques For Capacitor Location In Electrical Distribution Systems Ganiyu A. Ajenikoko 1, Jimoh O. Ogunwuyi 2 1, Department of Electronic & Electrical Engineering,

More information

Optimal placement of capacitor in distribution networks according to the proposed method based on gradient search

Optimal placement of capacitor in distribution networks according to the proposed method based on gradient search Applied mathematics in Engineering, Management and Technology 2 (6) 2014:570-581 www.amiemt-journal.com Optimal placement of capacitor in distribution networks according to the proposed method based on

More information

Energy Conversion and Management

Energy Conversion and Management Energy Conversion and Management 51 (2010) 518 523 Contents lists available at ScienceDirect Energy Conversion and Management journal homepage: www.elsevier.com/locate/enconman Heuristic method for reactive

More information

Optimal capacitor placement in radial distribution networks with artificial honey bee colony algorithm

Optimal capacitor placement in radial distribution networks with artificial honey bee colony algorithm Bulletin of Environment, Pharmacology and Life Sciences Bull. Env.Pharmacol. Life Sci., Vol 4 [Spl issue 1] 2015: 255-260 2014 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED DISTRIBUTION NETWORK

A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED DISTRIBUTION NETWORK VOL. 3, NO. 4, AUGUST 28 ISSN 89-668 26-28 Asian Research Publishing Network (ARPN). All rights reserved. A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED S. Sivanagaraju, J. Viswanatha Rao 2 and M. Giridhar

More information

Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization

Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization Optimal Capacitor Placement in Radial Distribution System to minimize the loss using Fuzzy Logic Control and Hybrid Particle Swarm Optimization 1 S.Joyal Isac, 2 K.Suresh Kumar Department of EEE, Saveetha

More information

Genetic Algorithm for Optimal Capacitor Allocation in Radial Distribution Systems

Genetic Algorithm for Optimal Capacitor Allocation in Radial Distribution Systems Genetic Algorithm for Optimal Allocation in Radial Distribution Systems K. S. Swarup Abstract Optimum location and size of capacitors for a radial distribution system is presented. In the present study

More information

Distribution System s Loss Reduction by Optimal Allocation and Sizing of Distributed Generation via Artificial Bee Colony Algorithm

Distribution System s Loss Reduction by Optimal Allocation and Sizing of Distributed Generation via Artificial Bee Colony Algorithm American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-03, Issue-06, pp-30-36 www.ajer.org Research Paper Open Access Distribution System s Loss Reduction by Optimal

More information

A Study of the Factors Influencing the Optimal Size and Site of Distributed Generations

A Study of the Factors Influencing the Optimal Size and Site of Distributed Generations Journal of Clean Energy Technologies, Vol. 2, No. 1, January 2014 A Study of the Factors Influencing the Optimal Size and Site of Distributed Generations Soma Biswas, S. K. Goswami, and A. Chatterjee system

More information

Voltage Profile Improvement by Capacitor Placement and Control in Unbalanced Distribution Systems Using Differential Evolution Algorithm

Voltage Profile Improvement by Capacitor Placement and Control in Unbalanced Distribution Systems Using Differential Evolution Algorithm Voltage Profile Improvement by Capacitor Placement and Control in Unbalanced Distribution Systems Using Differential Evolution Algorithm A.Hemasekhar 1, Chevireddy Harika 2 Associate professor, H.O.D,

More information

Fast Energy Loss Computation and Fuzzy-Based Shunt Capacitor Insertion

Fast Energy Loss Computation and Fuzzy-Based Shunt Capacitor Insertion hiladelphia University, Jordan From the SelectedWorks of hiladelphia University, Jordan Summer May 0, 00 Fast Energy Loss Computation and Fuzzy-Based Shunt Capacitor Insertion hiladelphia University, hiladelphia

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

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

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

CAPACITOR PLACEMENT IN UNBALANCED POWER SYSTEMS

CAPACITOR PLACEMENT IN UNBALANCED POWER SYSTEMS CAPACITOR PLACEMET I UBALACED POWER SSTEMS P. Varilone and G. Carpinelli A. Abur Dipartimento di Ingegneria Industriale Department of Electrical Engineering Universita degli Studi di Cassino Texas A&M

More information

Optimal Placement of Multi DG Unit in Distribution Systems Using Evolutionary Algorithms

Optimal Placement of Multi DG Unit in Distribution Systems Using Evolutionary Algorithms IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume, Issue 6 Ver. IV (Nov Dec. 2014), PP 47-52 www.iosrjournals.org Optimal Placement of Multi

More information

Classification of Capacitor Allocation Techniques

Classification of Capacitor Allocation Techniques IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 1, JANUARY 2000 387 Classification of Capacitor Allocation Techniques H. N. Ng, Student Member, IEEE, M. M. A. Salama, Member, IEEE, and A. Y. Chikhani,

More information

OPTIMAL DG AND CAPACITOR ALLOCATION IN DISTRIBUTION SYSTEMS USING DICA

OPTIMAL DG AND CAPACITOR ALLOCATION IN DISTRIBUTION SYSTEMS USING DICA Journal of Engineering Science and Technology Vol. 9, No. 5 (2014) 641-656 School of Engineering, Taylor s University OPTIMAL AND CAPACITOR ALLOCATION IN DISTRIBUTION SYSTEMS USING DICA ARASH MAHARI 1,

More information

Optimal Sizing And Placement Of Capacitor In A Radial Distribution System Using Loss Sensitivity Factor And Firefly Algorithm.

Optimal Sizing And Placement Of Capacitor In A Radial Distribution System Using Loss Sensitivity Factor And Firefly Algorithm. www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 4 April, 2014 Page No. 5346-5352 Optimal Sizing And Placement Of Capacitor In A Radial Distribution

More information

ELECTRICAL energy is continuously lost due to resistance

ELECTRICAL energy is continuously lost due to resistance 814 IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 25, NO. 3, SEPTEMBER 2010 Analytical Expressions for DG Allocation in Primary Distribution Networks Duong Quoc Hung, Nadarajah Mithulananthan, Member, IEEE,

More information

ABSTRACT I. INTRODUCTION II. FUZZY MODEL SRUCTURE

ABSTRACT I. INTRODUCTION II. FUZZY MODEL SRUCTURE International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 6 ISSN : 2456-3307 Temperature Sensitive Short Term Load Forecasting:

More information

Analytical approaches for Optimal Placement and sizing of Distributed generation in Power System

Analytical approaches for Optimal Placement and sizing of Distributed generation in Power System IOSR Journal of Electrical and Electronics Engineering (IOSRJEEE) ISSN : 2278-1676 Volume 1, Issue 1 (May-June 2012), PP 20- Analytical approaches for Optimal Placement and sizing of Distributed generation

More information

NEW EVOLUTIONARY TECHNIQUE FOR OPTIMIZATION SHUNT CAPACITORS IN DISTRIBUTION NETWORKS

NEW EVOLUTIONARY TECHNIQUE FOR OPTIMIZATION SHUNT CAPACITORS IN DISTRIBUTION NETWORKS Journal of ELECTRICAL ENGINEERING, VOL. 62, NO. 3, 2011, 163 167 NEW EVOLUTIONARY TECHNIQUE FOR OPTIMIZATION SHUNT CAPACITORS IN DISTRIBUTION NETWORKS Ali Elmaouhab Mohamed Boudour Rabah Gueddouche The

More information

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer 772 NATIONAL POWER SYSTEMS CONFERENCE, NPSC 2002 Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer Avdhesh Sharma and MLKothari Abstract-- The paper deals with design of fuzzy

More information

Chapter-2 Literature Review

Chapter-2 Literature Review Chapter-2 Literature Review ii CHAPTER - 2 LITERATURE REVIEW Literature review is divided into two parts; Literature review of load flow analysis and capacitor allocation techniques. 2.1 LITERATURE REVIEW

More information

Optimal Placement and Sizing of Distributed Generation for Power Loss Reduction using Particle Swarm Optimization

Optimal Placement and Sizing of Distributed Generation for Power Loss Reduction using Particle Swarm Optimization Available online at www.sciencedirect.com Energy Procedia 34 (2013 ) 307 317 10th Eco-Energy and Materials Science and Engineering (EMSES2012) Optimal Placement and Sizing of Distributed Generation for

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

AN IMMUNE BASED MULTI-OBJECTIVE APPROACH TO ENHANCE THE PERFORMANCE OF ELECTRICAL DISTRIBUTION SYSTEM

AN IMMUNE BASED MULTI-OBJECTIVE APPROACH TO ENHANCE THE PERFORMANCE OF ELECTRICAL DISTRIBUTION SYSTEM AN IMMUNE BASED MULTI-OBJECTIVE APPROACH TO ENHANCE THE PERFORMANCE OF ELECTRICAL DISTRIBUTION SYSTEM P. RAVI BABU Head of the Department of Electrical Engineering Sreenidhi Institute of science and technology

More information

OPTIMAL LOCATION AND SIZING OF DISTRIBUTED GENERATOR IN RADIAL DISTRIBUTION SYSTEM USING OPTIMIZATION TECHNIQUE FOR MINIMIZATION OF LOSSES

OPTIMAL LOCATION AND SIZING OF DISTRIBUTED GENERATOR IN RADIAL DISTRIBUTION SYSTEM USING OPTIMIZATION TECHNIQUE FOR MINIMIZATION OF LOSSES 780 OPTIMAL LOCATIO AD SIZIG OF DISTRIBUTED GEERATOR I RADIAL DISTRIBUTIO SYSTEM USIG OPTIMIZATIO TECHIQUE FOR MIIMIZATIO OF LOSSES A. Vishwanadh 1, G. Sasi Kumar 2, Dr. D. Ravi Kumar 3 1 (Department of

More information

Tanuj Manglani 1, Y.S.Shishodia 2

Tanuj Manglani 1, Y.S.Shishodia 2 International Journal of Recent Research and Review, Vol. I, March 2012 ISSN 2277 8322 A Survey of Optimal Capacitor Placement Techniques on Distribution Lines to Reduce Losses Tanuj Manglani 1, Y.S.Shishodia

More information

OPTIMAL CAPACITORS PLACEMENT IN DISTRIBUTION NETWORKS USING GENETIC ALGORITHM: A DIMENSION REDUCING APPROACH

OPTIMAL CAPACITORS PLACEMENT IN DISTRIBUTION NETWORKS USING GENETIC ALGORITHM: A DIMENSION REDUCING APPROACH OPTIMAL CAPACITORS PLACEMENT IN DISTRIBUTION NETWORKS USING GENETIC ALGORITHM: A DIMENSION REDUCING APPROACH S.NEELIMA #1, DR. P.S.SUBRAMANYAM *2 #1 Associate Professor, Department of Electrical and Electronics

More information

Maximum Cost Saving Approach for Optimal Capacitor Placement in Radial Distribution Systems using Modified ABC Algorithm

Maximum Cost Saving Approach for Optimal Capacitor Placement in Radial Distribution Systems using Modified ABC Algorithm International Journal on Electrical Engineering and Informatics - Volume 7, Number 4, Desember 2015 Maximum Cost Saving Approach for Optimal Capacitor Placement in Radial Distribution Systems using Modified

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

Brief Steady of Power Factor Improvement

Brief Steady of Power Factor Improvement International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 5 (2013), pp. 531-539 International Research PublicationHouse http://www.irphouse.com Brief Steady of Power Factor Improvement

More information

Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation

Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation Department of CSE, JayShriram Group of Institutions, Tirupur, Tamilnadu, India on 6 th & 7 th March 2014 Meta Heuristic Harmony Search Algorithm for Network Reconfiguration and Distributed Generation Allocation

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

Multi-objective Placement of Capacitor Banks in Distribution System using Bee Colony Optimization Algorithm

Multi-objective Placement of Capacitor Banks in Distribution System using Bee Colony Optimization Algorithm Journal of Advances in Computer Research Quarterly pissn: 2345-606x eissn: 2345-6078 Sari Branch, Islamic Azad University, Sari, I.R.Iran (Vol. 6, No. 2, May 2015), Pages: 117-127 www.jacr.iausari.ac.ir

More information

Solving Distribution System Overload Contingency Using Fuzzy Multi-Objective Approach Considering Customer Load Pattern

Solving Distribution System Overload Contingency Using Fuzzy Multi-Objective Approach Considering Customer Load Pattern Solving Distribution System Overload Contingency Using Fuzzy Multi-Objective Approach Considering Customer Load Pattern Majid Jamil, Amit Sharma Abstract This paper presents the study of overload contingency

More information

Optimal Capacitor Placement in Radial Distribution Systems Using Flower Pollination Algorithm

Optimal Capacitor Placement in Radial Distribution Systems Using Flower Pollination Algorithm Optimal Capacitor Placement in Radial Distribution Systems Using Flower Pollination Algorithm K. Prabha Rani, U. P. Kumar Chaturvedula Aditya College of Engineering, Surampalem, Andhra Pradesh, India Abstract:

More information

Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization

Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization G. Balakrishna 1, Dr. Ch. Sai Babu 2 1 Associate Professor,

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

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer ANALYSIS AND STABILITY OF FUZZY SYSTEMS Ralf Mikut and Forschungszentrum Karlsruhe GmbH, Germany Keywords: Systems, Linear Systems, Nonlinear Systems, Closed-loop Systems, SISO Systems, MISO systems, MIMO

More information

A Neuro-Fuzzy Approach to Reactive Power Compensation for Improvement of Transmission Line Performance

A Neuro-Fuzzy Approach to Reactive Power Compensation for Improvement of Transmission Line Performance A Neuro-Fuzzy Approach to Reactive Power Compensation for Improvement of Transmission Line Performance 1 Paramjit Singh, 2 Rajesh Chaudhary, 3 R.S. Sachdev 1 Mtech Scholar, 2 Assistant Prof., 3 Assistant

More information

FEEDER RECONFIGURATION AND CAPACITOR SETTINGS ON DISTRIBUTION SYSTEMS : AN APPROACH FOR SIMULTANEOUS SOLUTION USING A GENETIC ALGORITHM

FEEDER RECONFIGURATION AND CAPACITOR SETTINGS ON DISTRIBUTION SYSTEMS : AN APPROACH FOR SIMULTANEOUS SOLUTION USING A GENETIC ALGORITHM C I R E D th International Conference on Electricity Distribution Barcelona, -5 May 00 FEEDER RECONFIGURATION AND CAPACITOR SETTINGS ON DISTRIBUTION SYSTEMS : AN APPROACH FOR SIMULTANEOUS SOLUTION USING

More information

Fuzzy Control for Shunt Capacitors Applied in Distribution Feeders

Fuzzy Control for Shunt Capacitors Applied in Distribution Feeders Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September 5-7, 2007 225 Fuzzy Control for Shunt Capacitors Applied in Distribution Feeders EDUARDO KAZUMI YAMAKAWA

More information

Network Topology Based Back/Forward Sweeping for Load Flow of Radial Distribution Systems

Network Topology Based Back/Forward Sweeping for Load Flow of Radial Distribution Systems Network Topology Based Back/Forward Sweeping for Load Flow of Radial Distribution Systems Soumitri Jena 1, Abhisek Mishra 2, Vivek Rastogi 3 P.G Scholar [Power System], Dept. of EE, National Institute

More information

EE5250 TERM PROJECT. Report by: Akarsh Sheilendranath

EE5250 TERM PROJECT. Report by: Akarsh Sheilendranath EE5250 TERM PROJECT Analytical Approaches for Optimal Placement of Distributed Generation Sources in Power System Caisheng Wang, student member, IEEE, and M. Hashem Nehrir, senior member, IEEE Report by:

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

DG-Embedded Radial Distribution System Planning Using Binary-Selective PSO

DG-Embedded Radial Distribution System Planning Using Binary-Selective PSO DG-Embedded Radial Distribution System Planning Using Binary-Selective PSO Ahvand Jalali S K. Mohammadi H. Sangrody A. Rahim-Zadegan University of Melbourne, Islamic Azad University, Binghamton University,

More information

Network reconfiguration and capacitor placement for power loss reduction using a combination of Salp Swarm Algorithm and Genetic Algorithm

Network reconfiguration and capacitor placement for power loss reduction using a combination of Salp Swarm Algorithm and Genetic Algorithm International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 11, Number 9 (2018), pp. 1383-1396 International Research Publication House http://www.irphouse.com Network reconfiguration

More information

Performance Of Power System Stabilizerusing Fuzzy Logic Controller

Performance Of Power System Stabilizerusing Fuzzy Logic Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. I (May Jun. 2014), PP 42-49 Performance Of Power System Stabilizerusing Fuzzy

More information

Optimal Unified Power Quality Conditioner Allocation in Distribution Systems for Loss Minimization using Grey Wolf Optimization

Optimal Unified Power Quality Conditioner Allocation in Distribution Systems for Loss Minimization using Grey Wolf Optimization RESEARCH ARTICLE OPEN ACCESS Optimal Unified Power Quality Conditioner Allocation in Distribution Systems for Loss Minimization using Grey Wolf Optimization M. Laxmidevi Ramanaiah*, Dr. M. Damodar Reddy**

More information

LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR

LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR Puneet Sharma 1, Jyotsna Mehra 2, Virendra Kumar 3 1,2,3 M.Tech Research scholar, Galgotias University, Greater Noida, India Abstract

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

2008 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes

2008 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes 2008 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works for resale or

More information

EEE 8005 Student Directed Learning (SDL) Industrial Automation Fuzzy Logic

EEE 8005 Student Directed Learning (SDL) Industrial Automation Fuzzy Logic EEE 8005 Student Directed Learning (SDL) Industrial utomation Fuzzy Logic Desire location z 0 Rot ( y, φ ) Nail cos( φ) 0 = sin( φ) 0 0 0 0 sin( φ) 0 cos( φ) 0 0 0 0 z 0 y n (0,a,0) y 0 y 0 z n End effector

More information

Journal of Artificial Intelligence in Electrical Engineering, Vol. 1, No. 2, September 2012

Journal of Artificial Intelligence in Electrical Engineering, Vol. 1, No. 2, September 2012 Multi-objective Based Optimization Using Tap Setting Transformer, DG and Capacitor Placement in Distribution Networks Abdolreza Sadighmanesh 1, Mehran Sabahi 2, Kazem Zare 2, and Babak Taghavi 3 1 Department

More information

OPTIMAL LOCATION OF COMBINED DG AND CAPACITOR FOR REAL POWER LOSS MINIMIZATION IN DISTRIBUTION NETWORKS

OPTIMAL LOCATION OF COMBINED DG AND CAPACITOR FOR REAL POWER LOSS MINIMIZATION IN DISTRIBUTION NETWORKS OPTIMAL LOCATION OF COMBINED DG AND CAPACITOR FOR REAL POWER LOSS MINIMIZATION IN DISTRIBUTION NETWORKS Purushottam Singh Yadav 1, Laxmi Srivastava 2 1,2 Department of Electrical Engineering, MITS Gwalior,

More information

Handling Uncertainty using FUZZY LOGIC

Handling Uncertainty using FUZZY LOGIC Handling Uncertainty using FUZZY LOGIC Fuzzy Set Theory Conventional (Boolean) Set Theory: 38 C 40.1 C 41.4 C 38.7 C 39.3 C 37.2 C 42 C Strong Fever 38 C Fuzzy Set Theory: 38.7 C 40.1 C 41.4 C More-or-Less

More information

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 16 CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 2.1 INTRODUCTION Load flow analysis of power system network is used to determine the steady state solution for a given set of bus loading

More information

An Improved Method for Determining Voltage Collapse Proximity of Radial Distribution Networks

An Improved Method for Determining Voltage Collapse Proximity of Radial Distribution Networks An Improved Method for Determining Voltage Collapse Proximity of Radial Distribution Networks A. AUGUGLIARO, L. DUSONCHET, S. FAVUA, S. MANGIONE Dept. of Electrical, Electronic and Telecommunication Engineering

More information

Optimal Distributed Generation and Capacitor placement in Power Distribution Networks for Power Loss Minimization

Optimal Distributed Generation and Capacitor placement in Power Distribution Networks for Power Loss Minimization Optimal Distributed Generation and apacitor placement in Power Distribution Networs for Power Loss Minimization Mohamed Imran A School of Electrical Engineering VIT University Vellore, India mohamedimran.a@vit.ac.in

More information

Optimal Placement and Sizing of Capacitor Banks Using Fuzzy-Ant Approach in Electrical Distribution Systems

Optimal Placement and Sizing of Capacitor Banks Using Fuzzy-Ant Approach in Electrical Distribution Systems Leonardo Electronic Journal of Practices and Technologies ISSN 583-078 Issue 6, January-June 200 p. 75-88 Optimal Placement and Sizing of apacitor Banks Using Fuzzy-Ant Approach in Electrical Distribution

More information

OPTIMAL CAPACITOR PLACEMENT AND SIZING IN A RADIAL DISTRIBUTION SYSTEM USING CLONAL SELECTION ALGORITHM

OPTIMAL CAPACITOR PLACEMENT AND SIZING IN A RADIAL DISTRIBUTION SYSTEM USING CLONAL SELECTION ALGORITHM OPTIMAL CAPACITOR PLACEMENT AND SIZING IN A RADIAL DISTRIBUTION SYSTEM USING CLONAL SELECTION ALGORITHM V. Tamilselvan 1, K. Muthulakshmi 1 and T. Jayabarathi 2 1 Department of Electrical and Electronics

More information

Adaptive Fuzzy Logic Power Filter for Nonlinear Systems

Adaptive Fuzzy Logic Power Filter for Nonlinear Systems IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 78-1676,p-ISSN: 30-3331, Volume 11, Issue Ver. I (Mar. Apr. 016), PP 66-73 www.iosrjournals.org Adaptive Fuzzy Logic Power Filter

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

PARTICLE SWARM OPTIMIZATION BASED APPROACH FOR LOSS REDUCTION IN UNBALANCED RADIAL DISTRIBUTION SYSTEM

PARTICLE SWARM OPTIMIZATION BASED APPROACH FOR LOSS REDUCTION IN UNBALANCED RADIAL DISTRIBUTION SYSTEM PARTICLE SWARM OPTIMIZATION BASED APPROACH FOR LOSS REDUCTION IN UNBALANCED RADIAL DISTRIBUTION SYSTEM P. UMAPATHI REDDY Department of Electrical and Electronics Engineering, Sree Vidyaniethan Engineering

More information

Failure Rate Modification For Evaluating Reliability Indices A Case Study of IEEE 30 Bus System For Optimal Capacitor Placement

Failure Rate Modification For Evaluating Reliability Indices A Case Study of IEEE 30 Bus System For Optimal Capacitor Placement Failure Rate Modification For Evaluating Reliability Indices A Case Study of IEEE 30 Bus System For Optimal Capacitor Placement Pravin Machhindra Sonwane Associate Professor, Electrical Engg. Dept., K.K.Wagh

More information

Multi-Deployment of Dispersed Power Sources Using RBF Neural Network

Multi-Deployment of Dispersed Power Sources Using RBF Neural Network Energy and Power Engineering, 2010, 2, 213-222 doi:10.4236/epe.2010.24032 Published Online November 2010 (http://www.scirp.org/journal/epe) Multi-Deployment of Dispersed Power Sources Using RBF Neural

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

Comparison between ABC and CS Algorithms with respect to Capacitor Allocations in Radial Distribution Networks to Minimize of Power Loss

Comparison between ABC and CS Algorithms with respect to Capacitor Allocations in Radial Distribution Networks to Minimize of Power Loss Comparison between ABC and CS Algorithms with respect to Capacitor Allocations in Radial Distribution Networks to Minimize of Power Loss E Kalyana Chakravarthy 1, M Ramasekhara Reddy 2 1PG Student Dept.

More information

Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation

Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation Abdullah A. Alghamdi 1 and Prof. Yusuf A. Al-Turki 2 1 Ministry Of Education, Jeddah, Saudi Arabia. 2 King Abdulaziz

More information