CHAPTER 3 SYSTEM RECONFIGURATION FOR UNBALANCED DISTRIBUTION SYSTEM

Size: px
Start display at page:

Download "CHAPTER 3 SYSTEM RECONFIGURATION FOR UNBALANCED DISTRIBUTION SYSTEM"

Transcription

1 52 CHAPTER 3 SYSTEM RECONFIGURATION FOR UNBALANCED DISTRIBUTION SYSTEM 3.1 INTRODUCTION Mostly distribution systems are unbalanced nature due to sglephase, two-phase, unbalanced three-phase loads and unbalanced impedance. With the replacement of three-phase load flow for sgle-phase load flow, the algorithm proposed chapter 2 has been practiced for handlg loss reduction for unbalanced distribution system this chapter. With the troduction of PGSA, search space has been greatly reduced by a detailed description on switch state and decision variables. Furthermore, SaHDE has been corporated to improve the searchg efficacy. 3.2 FORMULATION OF THREE-PHASE LOAD FLOW Load flow is a very important and fundamental tool for analysis of any power system and is used the operational as well as planng stages. Certa applications, particularly distribution automation and optimization of a power system, require repeated load flow solutions. In these applications it is very important to solve the load flow problem as efficiently as possible. The goal was to develop a solution algorithm for solvg load flow large three-phase unbalanced systems which exploits the radial topological

2 53 structure to reduce the number of equations and unknown ones the distribution systems Three-phase Distribution System Modelg For power flow studies, radial distribution system shown Figure 3.1 has been modeled as a system of buses connected by distribution les, switches, or transformers to a voltage specified source bus (Zimmerman and Chiang (1995)). Each bus may also have shunt capacitor and voltage regulator addition to the connected load to it. S a, S,b m I a,m n Two phase Lateral o Distribution le, Switch, or transformer I b,m I b,m S a S b S c V m V n Sgle phase Lateral V o I Cc,n I Cc,n I Cc,n S a Shunt capacitor S c,n S b, S a,n Figure 3.1 Three phase distribution system with components Le model Figure 3.2 shows the le section, m, between buses m and n. The le parameters can be obtaed usg the method developed by Carson s equations. The primitive impedance matrix is obtaed from equation (3.1),

3 54 m I a,m, n Z aa,m V a,m I b,m, Z bb,m Z ab,m Z ac,m V a,n V b,m I c,m Z cc,m Z bc,m Z an,m V b,n V c, I n,m, Z cn,m Z bn,m V c,n Z nn,m Figure 3.2 Three phase Le Section Z Z Z Z Z Z Z Z aa,m ab,m ac,m an,m ab,m bb,m bc,m bn,m Zm Z ac,m Zbc,m Zcc,m Z cn,m Z Z Z Z an,m bn,m cn,m nn,g (3.1) The impedance matrix shown Equation (3.2) can be calculated by applyg the Kron reduction rule for Equation (3.1). For any phase which fails to present, the correspondg row and column this matrix will conta null-entries. Z Z Z Z Z Z Z Z Z Z aa,m ab,m ac,m m ab,m bb,m bc,m ac,m bc,m cc,m (3.2)

4 Shunt Capacitor Model Shunt capacitors are modeled as wye-connected or delta connected constant admittance. The jected current as a function of voltage for the grounded wye-connected case is given Equation (3.3) ICa,n Y Ca,n 0 0 Va,n I Cb,n 0 Y Cb,n 0 Vb,n I 0 0 Y V Cc,n Cc,n c,n (3.3) Load model The load model used is a general model which allows each load to be either wye-connected or delta-connected or else either constant impedance, constant current, or constant complex power. For the wye-connected case the jected currents can be computed as shown Equations (3.4)-(3.6). Injected currents for delta connected loads are computed by takg the differences of the appropriate elements Equations (3.4)-(3.6). This model could easily be generalized to be a lear combation of all of the above types. For any phase which fails to present, the correspondg row and column this matrix will conta null-entries. Constant Z Load I Ln V n / ZLn (3.4) Constant I Load ILn ILn (3.5) Constant PQ Load I S / V * (3.6) Ln Ln n

5 Voltage Regulator Model Voltage regulator is used to control the voltage an amount up to 5 or 10%. The voltage regulator can be modeled as series impedance and a transformer with tap on the secondary wdg. The voltages and currents are given by, I a I (3.7). m R n V a V (3.8). m R n where a R Tap (3.9) Transformer model Three-phase transformer banks are used the distribution substation to transfer the voltage from the transmission or sub-transmission level to the distribution feeder level. Therefore, it is important to model the various three-phase transformer connections. This thesis describes the grounded wye-grounded wye transformer model, as the case studies this thesis utilize this respective model. For grounded wye-grounded-wye type transformer, the voltage and current at the secondary can be calculated usg the Equations (3.10) and (3.11) n V t a,n Va,n Z I ta 0 0 a,n 1 Vb,n 0 0 Vb,n 0 Z tb 0 Ib,n n t V 0 0 Z c,n V c,n tc I c,n nt (3.10)

6 57 Ia,n n I t 0 0 a,m I b,n 0 n t 0 Ib,m I 0 0 n I c,n t c,m (3.11) Calculation of Distribution System Parameters The voltages at the buses of the distribution system have been calculated usg the backward and forward substitution. The iterative procedure starts with backward substitution. The backward substitution is used to calculate the current each branch. The current the last branch is equal to the current jection at the correspondg end node. The voltage values are kept constant. The system is traced the backward direction. The currents all the other branches can be found out by usg KCL as given by the Equation (3.12). Ia,m ILa,n Iap ICa,n I b,m I Lb,n I bp I Cb,n (3.12) p M I I cp c,m I Lc,n I Cc,n where I a,m, I b,m and I c,m are branch current of le section (m) and i ap, i bp i cp are current branch m before updatg and M is the set of le sections connected to m th branch. Once the phase/branch currents are calculated, the fe tung of the voltage at the buses are geared up by forward substitution. The feeder bus voltage is set to its specified value. The current each branch is held constant at the value obtaed the backward substitution. T hus, usg the branch currents for calculation the backward substitution, the values of voltages are calculated by usg the Equation (3.13),

7 58 Va,n Va,m Z aa,m Z ab,m Zac,m Ia,m V b,n V b,mz ab,m Z bb,m Z bc,m * Ia,m V c,n V c,m Z ac,m Z bc,m Z cc,m I a,m (3.13) where m and n are the parent node and child node respectively. These values of the voltages are used for calculatg the currents by backward substitution the next iteration. The forward and backward substitutions are performed each iteration of the load flow. The voltage magnitudes at each bus iteration are compared with their values the previous iteration. If the error is with the tolerance limit, the procedure is stopped. Otherwise, the steps of backward substitution, forward substitution and check for convergence are repeated. 3.3 PGSA-SaHDE ALGORITHM FOR SYSTEM RECONFIGURATION The reconfiguration scheme begs with fdg the solution sets of the radial distribution system described through PGSA. Then, the total number of switches present each set/loop is calculated. With the use of SaHDE, the optimal solution for the reconfiguration is obtaed. The real power loss, branch currents and bus voltages correspondg to respective configuration are calculated usg radial load flow. The reconfiguration procedure based on hybrid PGSA-SaHDE is illustrated the flowchart shown Figure 3.3.

8 59 Start Read Le data and load data Keep all the switches closed and execute three phase RLF and fd itial configuration loss P oloss Apply PGSA and fd the dividual loops (variables and number of switches considered each loop) Set NP, CR_Variance, CR_Mean, F_Mean, F_Variance, itial population matrix (Z), iter=0 Run three phase Radial load flow for chromosomes (Z) and fd losses P z_loss Apply Mutation with F=getGaussian(F_Mean,F_Variance) Apply Crossover with CR=getGaussian(CR_Mean,CR_Variance) Run three phase Radial load flow for new chromosomes (Z plus ) and fd losses P zplus_loss If P z_loss >P zplus_loss Yes No Update CRMemory Fd P nloss =m(p z_loss,p zplus_loss ) Set P oloss =P nloss Apply Acceleration and Migration and calculate CR_Mean = Mean (CRMemory) and check for iteration count Prt the best solution Stop Figure 3.3 Flowchart for reconfiguration of unbalanced system through hybrid PGSA-SaHDE

9 SIMULATION RESULTS The effectiveness of the PGSA-SaHDE algorithm has been validated through two test distribution systems. Also the reconfiguration was carried out by considerg both the systems workg under different loadg conditions of daily load pattern The 25 Node Unbalanced RDS (Test System III) System Description The test system III shown Figure 3.4 is a 4.16kV system. It consists of 25 nodes and three tie les. The total load conditions are kW and 2393kVAR. The characteristic data of test system is given Table 3.1 and all the branches current capacity are assumed (for I S1 =500A, I S2 =300A, from I S3 to I S25 current capacity was set as 200A accordance with system characteristic) and voltage limits are V m =0.9 pu and V max =1.0 pu. The itial condition of the system is identified by the open switches S 25, S 26, S 27, the closed switches S 1 to S 24. The correspondg power loss is kW. Figure 3.4 The 25-bus distribution system with loop numbers (Test System III)

10 Table 3.1 System data of 25-bus RDS (Test System III) Branch No. Sendg end bus Receivg end bus Receivg end bus load Conductor Length kva type (ft) Receivg end bus load BranchSendg Receivg Conductor Length kva No. end bus end bus type (ft.) A B C A B C j35 60+j45 50+j j25 40+j30 45+j j25 45+j32 40+j j30 45+j32 35+j j40 60+j45 50+j j30 35+j25 45+j j30 40+j30 40+j j25 40+j30 45+j j30 40+j30 40+j j30 35+j25 45+j j45 50+j40 50+j j45 50+j35 50+j j35 60+j45 50+j j30 40+j30 40+j j25 45+j32 40+j j45 50+j40 50+j j45 50+j30 50+j j j j35 50+j40 60+j j30 40+j30 40+j j25 40+j30 45+j j32 35+j25 40+j j100 61

11 62 Table 3.2 Impedance for different types of conductors for Test System III Type Impedance ohms/mile j j j j j j j j j j j j j j j j j j j j j j j j j j j Implementation of PGSA-SaHDE algorithm As per the PGSA, decision variables are designed for the Test System III. As per the proposed approach, all the switches of the loops are considered as closed. Test System III with decision variables is shown the Figure 3.4. The possible solution sets are, L S,S,S,S,S L S,S,S,S,S,S L S,S,S,S,S,S,S,S,S,S,S,S,S,S,S (3.14) After describg the switches four states, the chance for the unfeasible solutions the iterative procedure has been elimated. By closg some switches permanently closed, the search space was reduced as follows,

12 L S,S,S,S,S,S,S,S,S,S,S,S,S (3.15) Inclusion of the concept of temporary closed state avoids fdg the unfeasible solutions due to the terrelation of some switches. As a result, the possible solution sets shown Equations (3.14) and (3.15) were reduced. The search space is reduced to, L S,S,S,S,S L S,S,S,S,S,S L S,S,S,S,S,S,S,S (3.16) From the above equation, it is clear that the Test system III has three-control variables (L 1, L 2, and L 5 ) and those variables have ranges from 1 to 5, 6 and 8 respectively. For an stance for control variable L 1, by the control strategy DE/current-to-rand/1 the value generated is 3 then S 11 is the switch assumed as opened the loop 1 and the same process is contued for the rest of the variables. The itial population and their respective losses were calculated and stored. With the itial values of F_Mean=0.5, F_Variance=0.1, CR_Mean=0.5 and CR_Variance=0.1 the new chromosomes were generated and their respective losses were calculated and stored. The CRMemory has been created, which stores only the CR_Mean values of the best new chromosomes. The mean of the CRMemory has been considered as CR_Mean for the next iteration. The best solution and its respective configuration have been stored at the end of each iteration. The same process has been repeated for the fixed number of iterations. The loss has been reduced to kW from its itial configuration loss. The identified switches to be opened are S 15, S 17 and S 22. The fal configuration bus voltages and branch currents are shown Figure 3.5 and Figure 3.6 respectively. The results obtaed through

13 64 proposed methodology have been compared with other technologies proposed earlier for reconfiguration Table 3.3 for Test system III and it is realized that proposed algorithm receives global optimum with mimum time consumption of seconds. Voltage p.u Phase A Phase B Phase C Bus Number Figure 3.5 Fal configuration bus voltages under Actual Load condition through PGSA-SaHDE for Test System III Figure 3.6 Fal configuration branch currents under Actual Load condition through PGSA-SaHDE for Test System III

14 65 Table 3.3 Simulation results of Test System III through Hybrid PGSA- SaHDE Algorithm Item Initial configuration Raju et al (2008) Fal Configuration Vulasala. et al (2009) Subrahmanyam et al (2010) Proposed Method Tie Switches S 25, S 26, S 27 S 15, S 17, S 22 S 15, S 17, S 22 S 15, S 17, S 22 S 15, S 17, S 22 Loss(kW) Loss Reduction (%) Mimum Voltage (p.u) Phase A Phase B Phase C Implementation under daily load pattern The daily load pattern has been applied to Test system III to validate the robustness of the proposed algorithm. The bus voltages under actual, mimum and maximum load levels after reconfiguration have been shown the tables from Table 3.4 to Table 3.6. The load values kva for 24 hours along with mimum bus voltage and real power loss before and after reconfiguration have been shown the Table 3.7. From the tables, it is observed that the real power loss has been reduced significantly by the implementation of the proposed algorithm and matas the mimum value of bus voltage well above the mimum voltage of 0.9 pu.

15 66 Table 3.4 Voltage Magnitude and Phase Angle under Actual load condition through PGSA-SaHDE Algorithm for Test System III Bus No. a pu V a deg. b pu V b degrees c pu V c deg

16 67 Table 3.5 Voltage Magnitude and Phase Angle under Mimum load condition through PGSA-SaHDE Algorithm for Test System III Bus No. a pu V a deg. b pu V b degrees c pu V c deg

17 68 Table 3.6 Voltage Magnitude and Phase Angle under Maximum load condition through PGSA-SaHDE Algorithm for Test System III Bus No. a pu V a deg. b pu V b degrees c pu V c deg

18 69 Table 3.7 Power loss and Mimum Voltage Magnitude before and after applyg the PGSA-SaHDE Algorithm under Daily Load Pattern for Test System III Hours Load kva Power Loss kw Before Reconfiguration After Reconfiguration Voltage Magnitude p.u Before Reconfiguration After Reconfiguration j j j j j j j j j j j j j j j j j j j j j j j j

19 Modified IEEE 125 Node RDS (Test System IV) System Description The Test System IV (IEEE Distribution Planng Workg Group Report (1991)) shown Figure 3.7 is an unbalanced distribution system with base kv of 4.16 kv and base MVA of 100. It consists of 125 nodes and two tie les. The actual total load conditions are 3490kW and 1925kVAR. The characteristic data of test system is given tables from Table 3.8 to Table 3.12 and the current capacity of all the branches are assumed as 500A accordance with system characteristic and voltage limits are V m =0.9pu and V max =1.05 pu. It is characterized by overhead and underground le segments, four step- type voltage regulator, and shunt capacitors and switchg to provide alternate paths of power flow. The itial loadg at the phases a, b and c are A, A and A respectively. It consists of 125 les and 2 loops with 26 and 9 switches respective loops Implementation of PGSA-SaHDE algorithm under actual load condition As per the PGSA, decision variables are designed for the system shown Figure 3.7. After applyg the proposed methodology, the real power loss is reduced from kw to kw. The fal configuration bus voltages are shown Table The identified switches to be opened at the fal configuration are S 73 and S 97. The results obtaed through proposed methodology have been compared with other technologies proposed earlier for reconfiguration Table 3.14 for Test system IV and it is realized that proposed algorithm receives global optimum with mimum time consumption of 14.2 seconds.

20 Sectionalizg switch Voltage Regulator Tie switch Figure 3.7 Modified IEEE 125 bus Power Distribution System (Test System IV)

21 72 Table 3.8 System data of modified IEEE 125 bus Test System Receivg end bus load Receivg end bus load Branch Sendg Receivg Conductor Length Branch kva Sendg Receivg Conductor Length kva No. end bus end bus type (ft) No. end bus end bus type (ft) A B C A B C j j j j j j j j j j j j j j j j j j j j j j j j j j j j

22 73 Table 3.8 (Contued) Receivg end bus load Receivg end bus load Branch Sendg Receivg Conductor Length Branch kva Sendg Receivg Conductor Length kva No. end bus end bus type (ft) No. end bus end bus type (ft) A B C A B C j j j j j j j j j j j25 35+j25 70+j j j j j j j j j j j j j j j j j j80 70+j50 70+j j j j j j

23 74 Table 3.8 (Contued) Receivg end bus load Receivg end bus load Branch Sendg Receivg Conductor Length Branch kva Sendg Receivg Conductor Length kva No. end bus end bus type (ft) No. end bus end bus type (ft) A B C A B C j25 70+j50 35+j j25 35+j25 35+j j j50 70+j50 70+j j j j j j j j j j j j j j j j j j j j j

24 75 Table 3.9 Regulator Data for Test System IV Regulator ID: Le Segment: Location: Phases: A-B-C A A-C A-B-C Connection: 3-Ph, Wye 1-Ph, L-G 2-Ph,L-G 3-Ph, LG Monitorg Phase: A A A & C A-B-C Bandwidth: 2.0 volts 2.0 volts 1 2 PT Ratio: Primary CT Ratg: Compensator: Ph-A Ph-A Ph-A Ph- C Ph-A Ph-B Ph-C R - Settg: X - Settg: Voltage Level: Table 3.10 Configuration data for Test System IV Config. Phasg Phase Conductor Neutral Conductor ACSR ACSR 1 A B C N 336,400 26/7 4/0 6/1 2 C A B N 336,400 26/7 4/0 6/1 3 B C A N 336,400 26/7 4/0 6/1 4 C B A N 336,400 26/7 4/0 6/1 5 B A C N 336,400 26/7 4/0 6/1 6 A C B N 336,400 26/7 4/0 6/1 7 A C N 336,400 26/7 4/0 6/1 8 A B N 336,400 26/7 4/0 6/1 9 A N 1/0 1/0 10 B N 1/0 1/0 11 C N 1/0 1/0

25 76 Table 3.11 Capacitor Data for Test System IV Node Phase A Phase B Phase C kvar kvar kvar Total Table 3.12 Conductor Data for Test System IV Conductor 60 Hz Conductor Geometric Ampacity size Type of resistance at outside Mean at 50 AWG or conductor 50 degrees C diameter Radius degrees C kcmil (ohms/mile) (ches) (ft.) (amps) ACSR # 4/0 ACSR # 1/0 ACSR

26 77 Table 3.13 Bus Voltage Magnitude and Phase Angle under Actual Load Condition through hybrid PGSA-SaHDE Algorithm of Test System IV Bus No. a V a b V b c pu degrees pu degrees pu degrees V c

27 78 Bus No. a V a Table 3.13 (Contued) b V b c pu degrees pu degrees pu degrees V c

28 79 a V a Table 3.13 (Contued) b V b c Bus No. pu degrees pu degrees pu degrees V c

29 80 Table 3.14 Simulation results through hybrid PGSA-SaHDE Algorithm for Test System IV Item Initial configuration GA Fal Configuration SA Proposed method Tie Switches S 2 and S 3 S 73 and S 97 S 73 and S 97 S 73 and S 97 Loss (kw) Loss Reduction (%) MimumPhase A Voltage Phase B (p.u) Phase C Implementation under daily load pattern The effectiveness and robustness of the proposed algorithm has been further validated by handlg the test system with the daily load pattern. The bus voltages under mimum and maximum load levels after reconfiguration have been shown the Table 3.15 and Table 3.16 respectively. The load values kva for 24 hours along with mimum bus voltage and real power loss before and after reconfiguration have been shown the Table It is observed that the real power loss has been reduced significantly by the reconfiguration and matas the bus voltage well above the mimum voltage of 0.9 pu.

30 81 Table 3.15 Bus Voltage Magnitude and Phase Angle under mimum Bus No. Load Condition through hybrid PGSA-SaHDE Algorithm for Test System IV a V a b V b c pu degrees pu degrees pu degrees V c

31 82 Table 3.15 (Contued) Bus a V a b V b c V c No. pu degrees pu degrees pu degrees

32 83 Table 3.15 (Contued) Bus a V a b V b c V c No. pu degrees pu degrees pu degrees

33 84 Table 3.16 Bus Voltage Magnitude and Phase Angle under maximum Load Condition through hybrid PGSA-SaHDE Algorithm for Test System IV a Bus V a b V b c V c No. pu degrees pu degrees pu degrees

34 85 Table 3.16 (Contued) Bus a V a b V b c V c No. pu degrees pu degrees pu degrees

35 86 Table 3.16 (Contued) Bus a V a b V b c V c No. pu degrees pu degrees pu degrees

36 87 Table 3.17 Power loss and Mimum Voltage Magnitude before and after applyg the PGSA-SaHDE Algorithm under Daily Load Pattern for Test System IV Time Load kva Hours Power Loss kw Voltage Magnitude p.u Before After Before After Reconfiguration Reconfiguration Reconfiguration Reconfiguration j j j j j j j j j j j j j j j j j j j j j j j j

37 CONCLUSION With the proposed algorithm for Test system III and Test system IV under Actual Load condition, the power loss reduction of 11.08% and 35.94% has been achieved respectively. Also, the bus voltages and branch currents are mataed with the limits. In addition, by the use of PGSA the chances of unfeasible solution occurrences are removed and with the troduction of SaHDE, the numbers of radial load flow executions are comparatively reduced and the global optimum is obtaed. The proposed algorithm provides reduction search space, crease performance, and the best solution reconfiguration. It also addresses the constrats such as bus voltage limits and branch currents limit. Though the proposed algorithm provides solution for real power loss reduction through reconfiguration, it becomes significant on reduction of phase current deviation of the unbalanced distribution system. A severely unbalanced circuit can result excessive voltage drops on the heavy phase. An unbalanced system can be enhanced to balance the system by phase swappg. Ever sce, the balanced system has smaller peak, load voltage drops and energy losses.

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

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

Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update

Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update E. R. (Randy) Collins, PhD, PE Dept. of Electrical and Computer Engineering Clemson University Clemson, South Carolina Stray Voltage Panel

More information

KINGS COLLEGE OF ENGINEERING Punalkulam

KINGS COLLEGE OF ENGINEERING Punalkulam KINGS COLLEGE OF ENGINEERING Punalkulam 613 303 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING POWER SYSTEM ANALYSIS QUESTION BANK UNIT I THE POWER SYSTEM AN OVERVIEW AND MODELLING PART A (TWO MARK

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

APPLICATION OF FORWARD BACKWARD PROPAGATION ALGORITHM FOR THREE PHASE POWER FLOW ANALYSIS IN RADIAL DISTRIBUTION SYSTEM

APPLICATION OF FORWARD BACKWARD PROPAGATION ALGORITHM FOR THREE PHASE POWER FLOW ANALYSIS IN RADIAL DISTRIBUTION SYSTEM Simposium Nasional RAP V 2009 SSN : 1412-9612 APPLCATON OF FORWARD BACKWARD PROPAGATON ALGORTHM FOR THREE PHASE POWER FLOW ANALYSS N RADAL DSTRBUTON SYSTEM Agus Ulinuha Department of Electrical Engineering,

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

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

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

Harmonic Modeling of Networks

Harmonic Modeling of Networks Harmonic Modeling of Networks Thomas H. Ortmeyer ECE Dept. Clarkson University Potsdam, NY 13699-5720 M. Fayyaz Akram Dept. of Elec. Eng. Univ. of Engineering and Technology Lahore, Pakistan Takashi Hiyama

More information

Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques

Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques Asst. Prof. Dr. Hassan Kuhba Electrical Engineering Department, Engineering College/Baghdad University,

More information

B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester. Electrical and Electronics Engineering. EE 1352 Power System Analysis

B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester. Electrical and Electronics Engineering. EE 1352 Power System Analysis B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester Electrical and Electronics Engineering EE 1352 Power System Analysis (Regulation 2008) Time: Three hours Answer all questions Part A (10

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

Distribution System Line Models

Distribution System Line Models FAKULTA ELEKTROTECHNIKY A KOMUNIKAČNÍCH TECHNOLOGIÍ VYSOKÉ UČENÍ TECHNICKÉ V BRNĚ Distribution System Line Models Authors: Ing. Mayada Daboul doc. Ing. Jaroslava Orságová, Ph.D. May 2013 epower Inovace

More information

ELEC4612 Power System Analysis Power Flow Analysis

ELEC4612 Power System Analysis Power Flow Analysis ELEC462 Power Sstem Analsis Power Flow Analsis Dr Jaashri Ravishankar jaashri.ravishankar@unsw.edu.au Busbars The meeting point of various components of a PS is called bus. The bus or busbar is a conductor

More information

Analysis of factors affecting station capacitor bank switching transients

Analysis of factors affecting station capacitor bank switching transients Scholars' Mine Masters Theses Student Research & Creative Works 1971 Analysis of factors affecting station capacitor bank switching transients M. Davarpanah Follow this and additional works at: http://scholarsmine.mst.edu/masters_theses

More information

EE 6501 POWER SYSTEMS UNIT I INTRODUCTION

EE 6501 POWER SYSTEMS UNIT I INTRODUCTION EE 6501 POWER SYSTEMS UNIT I INTRODUCTION PART A (2 MARKS) 1. What is single line diagram? A Single line diagram is diagrammatic representation of power system in which the components are represented by

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

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

Chapter 8: Unsymmetrical Faults

Chapter 8: Unsymmetrical Faults Chapter 8: Unsymmetrical Faults Introduction The sequence circuits and the sequence networks developed in the previous chapter will now be used for finding out fault current during unsymmetrical faults.

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

Fast Decoupled Power Flow for Unbalanced Radial Distribution Systems

Fast Decoupled Power Flow for Unbalanced Radial Distribution Systems Fast Decoupled Power Flow for Unbalanced Radial Distribution Systems Ray D. Zimmerman Hsiao-Dong Chiang School of Electrical Engineering Cornell University, Ithaca, NY 4853 USA 95 WM 29-6 PWRS Abstract

More information

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let Chapter 6: Power Flow Network Matrices Network Solutions Newton-Raphson Method Fast Decoupled Method Bus Admittance Matri Let I = vector of currents injected into nodes V = vector of node voltages Y bus

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

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur Lecture - 9 Transmission Line Steady State Operation Welcome to lesson 9, in Power

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

LOAD FLOW SOLUTION FOR UNBALANCED RADIAL DISTRIBUTION SYSTEMS

LOAD FLOW SOLUTION FOR UNBALANCED RADIAL DISTRIBUTION SYSTEMS International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN 2250155X Vol.2, Issue 3 Sep 2012 3755 TJPRC Pvt. Ltd., LOAD FLOW SOLUTION FOR UNBALANCED RADIAL DISTRIBUTION SYSTEMS

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

Load Capability for Smart Distribution Systems. A Thesis. Submitted to the Faculty. Drexel University. Nicholas Stephen Coleman

Load Capability for Smart Distribution Systems. A Thesis. Submitted to the Faculty. Drexel University. Nicholas Stephen Coleman Load Capability for Smart Distribution Systems A Thesis Submitted to the Faculty of Drexel University by Nicholas Stephen Coleman in partial fulfillment of the requirements for the degree of Master of

More information

Module 3 : Sequence Components and Fault Analysis

Module 3 : Sequence Components and Fault Analysis Module 3 : Sequence Components and Fault Analysis Lecture 12 : Sequence Modeling of Power Apparatus Objectives In this lecture we will discuss Per unit calculation and its advantages. Modeling aspects

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

LO 1: Three Phase Circuits

LO 1: Three Phase Circuits Course: EEL 2043 Principles of Electric Machines Class Instructor: Dr. Haris M. Khalid Email: hkhalid@hct.ac.ae Webpage: www.harismkhalid.com LO 1: Three Phase Circuits Three Phase AC System Three phase

More information

Performance analysis and comparison of load flow methods in a practical distribution system

Performance analysis and comparison of load flow methods in a practical distribution system Performance analysis and comparison of load flow methods in a practical distribution system B.Muruganantham Dept. of Electrical and Electronics Engineering Pondicherry Engineering College Puducherry -

More information

1 Unified Power Flow Controller (UPFC)

1 Unified Power Flow Controller (UPFC) Power flow control with UPFC Rusejla Sadikovic Internal report 1 Unified Power Flow Controller (UPFC) The UPFC can provide simultaneous control of all basic power system parameters ( transmission voltage,

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

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous)

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK Course Name : Computer Methods in Power Systems Course Code : A60222

More information

ECE 476 Power System Analysis Fall 2014 Exam #1, Thursday, October 2, :30AM - 10:50AM

ECE 476 Power System Analysis Fall 2014 Exam #1, Thursday, October 2, :30AM - 10:50AM ECE 476 Power System Analysis Fall 4 Exam #, Thursday, October, 4. 9:3AM - :5AM Name: Problem (5 p) Two balanced 3-phase loads are connected in parallel. One is Y-connected and draws 75 kw (3-phase) at.8

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

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

Load Flow Analysis of Unbalanced Radial Distribution Systems. Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190)

Load Flow Analysis of Unbalanced Radial Distribution Systems. Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190) Load Flow Analysis of Unbalanced Radial Distribution Systems Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190) Department of Electrical Engineering National Institute of Technology

More information

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

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

More information

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

The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks

The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks Photo credit: Infineon The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks Jean Yves Le Boudec and Mario Paolone EPFL LCA and DESL (joint work with Dr. Mostafa

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

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

Power and Energy Measurement

Power and Energy Measurement Power and Energy Measurement EIE 240 Electrical and Electronic Measurement April 24, 2015 1 Work, Energy and Power Work is an activity of force and movement in the direction of force (Joules) Energy is

More information

METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS. Salem Elsaiah

METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS. Salem Elsaiah METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS By Salem Elsaiah A DISSERTATION Submitted to Michigan State University in partial fulfillment of the requirements for the degree of Electrical

More information

EE2351 POWER SYSTEM ANALYSIS UNIT I: INTRODUCTION

EE2351 POWER SYSTEM ANALYSIS UNIT I: INTRODUCTION EE2351 POWER SYSTEM ANALYSIS UNIT I: INTRODUCTION PART: A 1. Define per unit value of an electrical quantity. Write equation for base impedance with respect to 3-phase system. 2. What is bus admittance

More information

Lecture notes 1: ECEN 489

Lecture notes 1: ECEN 489 Lecture notes : ECEN 489 Power Management Circuits and Systems Department of Electrical & Computer Engeerg Texas A&M University Jose Silva-Martez January 207 Copyright Texas A&M University. All rights

More information

Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations

Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations Lecture (5) Power Factor,threephase circuits, and Per Unit Calculations 5-1 Repeating the Example on Power Factor Correction (Given last Class) P? Q? S? Light Motor From source 1000 volts @ 60 Htz 10kW

More information

Electrical Distribution System Analysis Dr. Ganesh Kumbhar Department of Electrical Engineering Indian Institute of Technology, Roorkee

Electrical Distribution System Analysis Dr. Ganesh Kumbhar Department of Electrical Engineering Indian Institute of Technology, Roorkee Electrical Distribution System Analysis Dr. Ganesh Kumbhar Department of Electrical Engineering Indian Institute of Technology, Roorkee Lecture 10 Series Impedance of Distribution Lines and Feeders Part

More information

Consider Figure What is the horizontal axis grid increment?

Consider Figure What is the horizontal axis grid increment? Chapter Outline CHAPER 14 hree-phase Circuits and Power 14.1 What Is hree-phase? Why Is hree-phase Used? 14.2 hree-phase Circuits: Configurations, Conversions, Analysis 14.2.1 Delta Configuration Analysis

More information

The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of Unbalanced Three Phases Electrical Distribution System

The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of Unbalanced Three Phases Electrical Distribution System IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 9, 2013 ISSN (online): 2321-0613 The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of

More information

CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS 9 CHAPTER 2 CAPACITANCE REQUIREMENTS OF SIX-PHASE SELF-EXCITED INDUCTION GENERATORS 2.. INTRODUCTION Rapidly depleting rate of conventional energy sources, has led the scientists to explore the possibility

More information

A New Fault-Location Method with High Robustness for Distribution Systems

A New Fault-Location Method with High Robustness for Distribution Systems http://dx.doi.org/10.5755/j01.eee.19.6.1896 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 1392-1215, VOL. 19, NO. 6, 2013 A New Fault-Location with High Robustness for Distribution Systems Dahai You 1, Lei Ye 1,

More information

Module 3 : Sequence Components and Fault Analysis

Module 3 : Sequence Components and Fault Analysis Module 3 : Sequence Components and Fault Analysis Lecture 13 : Sequence Modeling (Tutorial) Objectives In this lecture we will solve tutorial problems on fault analysis in sequence domain Per unit values

More information

TRANSMISSION LINES. All aluminum alloy conductor (AAAC) Aluminum conductor alloy reinforced (ACAR)

TRANSMISSION LINES. All aluminum alloy conductor (AAAC) Aluminum conductor alloy reinforced (ACAR) TRANSMISSION LINES. Transmission Structures An overhead transmission line consists of conductor, insulators, support structures and in most cases shield wires. Overhead power transmission lines are classified

More information

ECEN 460 Exam 1 Fall 2018

ECEN 460 Exam 1 Fall 2018 ECEN 460 Exam 1 Fall 2018 Name: KEY UIN: Section: Score: Part 1 / 40 Part 2 / 0 Part / 0 Total / 100 This exam is 75 minutes, closed-book, closed-notes. A standard calculator and one 8.5 x11 note sheet

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

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

SHORT QUESTIONS AND ANSWERS. Year/ Semester/ Class : III/ V/ EEE Academic Year: Subject Code/ Name: EE6501/ Power System Analysis

SHORT QUESTIONS AND ANSWERS. Year/ Semester/ Class : III/ V/ EEE Academic Year: Subject Code/ Name: EE6501/ Power System Analysis Srividya colllege of Engg & Tech,Virudhunagar Sri Vidya College of Engineering And Technology Virudhunagar 626 005 Department of Electrical and Electronics Engineering QUESTION BANK SHORT QUESTIONS AND

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

SSC-JE EE POWER SYSTEMS: GENERATION, TRANSMISSION & DISTRIBUTION SSC-JE STAFF SELECTION COMMISSION ELECTRICAL ENGINEERING STUDY MATERIAL

SSC-JE EE POWER SYSTEMS: GENERATION, TRANSMISSION & DISTRIBUTION SSC-JE STAFF SELECTION COMMISSION ELECTRICAL ENGINEERING STUDY MATERIAL 1 SSC-JE STAFF SELECTION COMMISSION ELECTRICAL ENGINEERING STUDY MATERIAL Power Systems: Generation, Transmission and Distribution Power Systems: Generation, Transmission and Distribution Power Systems:

More information

DISTRIBUTION TRANSFORMERS MODELING WITH ANGULAR DISPLACEMENT - ACTUAL VALUES AND PER UNIT ANALYSIS

DISTRIBUTION TRANSFORMERS MODELING WITH ANGULAR DISPLACEMENT - ACTUAL VALUES AND PER UNIT ANALYSIS DISTRIBUTION TRANSFORMERS MODELING WITH ANGULAR DISPLACEMENT - ACTUAL VALUES AND PER UNIT ANALYSIS Dario E Rodas R drodas@utpeduco Luis F Ochoa luis_ochoa@ieeeorg Antonio Padilha-Feltrin padilha@deefeisunespbr

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

Optimal Conductor Selection in Radial Distribution System using Plant Growth Simulation Algorithm

Optimal Conductor Selection in Radial Distribution System using Plant Growth Simulation Algorithm International Journal of Electrical and Computer Engineering. ISSN 0974-2190 Volume 2, Number 1 (2010), pp. 31--42 International Research Publication House http://www.irphouse.com Optimal Conductor Selection

More information

PowerApps Optimal Power Flow Formulation

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

More information

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

A Simplified Approach for Load Flow Analysis of Radial Distribution Network

A Simplified Approach for Load Flow Analysis of Radial Distribution Network A Simplified Approach for Load Flow Analysis of Radial Distribution Network K. Vinoth Kumar, M.P. Selvan Abstract This paper presents a simple approach for load flow analysis of a radial distribution network.

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

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

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

Work, Energy and Power

Work, Energy and Power 1 Work, Energy and Power Work is an activity of force and movement in the direction of force (Joules) Energy is the capacity for doing work (Joules) Power is the rate of using energy (Watt) P = W / t,

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

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

EE Branch GATE Paper 2010

EE Branch GATE Paper 2010 Q.1 Q.25 carry one mark each 1. The value of the quantity P, where, is equal to 0 1 e 1/e 2. Divergence of the three-dimensional radial vector field is 3 1/r 3. The period of the signal x(t) = 8 is 0.4

More information

Power and Energy Measurement

Power and Energy Measurement Power and Energy Measurement ENE 240 Electrical and Electronic Measurement Class 11, February 4, 2009 werapon.chi@kmutt.ac.th 1 Work, Energy and Power Work is an activity of force and movement in the direction

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

Nowadays computer technology makes possible the study of. both the actual and proposed electrical systems under any operating

Nowadays computer technology makes possible the study of. both the actual and proposed electrical systems under any operating 45 CHAPTER - 3 PLANT GROWTH SIMULATION ALGORITHM 3.1 INTRODUCTION Nowadays computer technology makes possible the study of both the actual and proposed electrical systems under any operating condition

More information

A Data-driven Voltage Control Framework for Power Distribution Systems

A Data-driven Voltage Control Framework for Power Distribution Systems A Data-driven Voltage Control Framework for Power Distribution Systems Hanchen Xu, Alejandro D. Domínguez-García, and Peter W. Sauer arxiv:1711.04159v1 [math.oc] 11 Nov 2017 Abstract In this paper, we

More information

Distribution System Modeling and Analysis

Distribution System Modeling and Analysis Distribution System Modeling and Analysis The ELECTRIC POWER ENGINEERING Series series editor Leo Grigsby Grigsy Published Titles Electromechanical Systems, Electric Machines, and Applied Mechatronics

More information

DISTRIBUTION SYSTEM OPTIMISATION

DISTRIBUTION SYSTEM OPTIMISATION Politecnico di Torino Dipartimento di Ingegneria Elettrica DISTRIBUTION SYSTEM OPTIMISATION Prof. Gianfranco Chicco Lecture at the Technical University Gh. Asachi, Iaşi, Romania 26 October 2010 Outline

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

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

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

Basics of Electric Circuits

Basics of Electric Circuits António Dente Célia de Jesus February 2014 1 Alternating Current Circuits 1.1 Using Phasors There are practical and economic reasons justifying that electrical generators produce emf with alternating and

More information

DIRECTED GRAPH BASED POWER-FLOW ALGORITHM FOR 1-PHASE RDN

DIRECTED GRAPH BASED POWER-FLOW ALGORITHM FOR 1-PHASE RDN method is used to formulate element-currents during the Forward-Sweep and the inclusion of power variable in the algorithm during Backward Sweep leads to more accurate results. The proposed TT based power-flow

More information

Optimal Placement of Capacitor in Radial Distribution System Using Real Coded Genetic Algorithm

Optimal Placement of Capacitor in Radial Distribution System Using Real Coded Genetic Algorithm I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 and Computer Engineering 2(2): 23-29(2013) Optimal Placement of Capacitor in Radial Distribution System Using Real

More information

QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34)

QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34) QUESTION BANK SUBJECT: NETWORK ANALYSIS (10ES34) NOTE: FOR NUMERICAL PROBLEMS FOR ALL UNITS EXCEPT UNIT 5 REFER THE E-BOOK ENGINEERING CIRCUIT ANALYSIS, 7 th EDITION HAYT AND KIMMERLY. PAGE NUMBERS OF

More information

MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS

MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS MODIFIED DIRECT-ZBR METHOD PSO POWER FLOW DEVELOPMENT FOR WEAKLY MESHED ACTIVE UNBALANCED DISTRIBUTION SYSTEMS Suyanto, Indri Suryawati, Ontoseno Penangsang, Adi Soeprijanto, Rony Seto Wibowo and DF Uman

More information

Work, Energy and Power

Work, Energy and Power 1 Work, Energy and Power Work is an activity of force and movement in the direction of force (Joules) Energy is the capacity for doing work (Joules) Power is the rate of using energy (Watt) P = W / t,

More information

ABSTRACT I. INTRODUCTION

ABSTRACT I. INTRODUCTION ABSTRACT 2015 ISRST Volume 1 Issue 2 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science Network Reconfiguration for Loss Reduction of a Radial Distribution System Laxmi. M. Kottal, Dr.

More information

Enterprise GIS to Support ADMS ESRI GeoConx EGUG 2016 Parag Parikh

Enterprise GIS to Support ADMS ESRI GeoConx EGUG 2016 Parag Parikh October 20, 2016 ESRI GeoConX Enterprise GIS to Support ADMS ESRI GeoConx EGUG 2016 Parag Parikh Parag.Parikh@us.abb.com Slide 1 WE Energies Overview Total accounts: 2,240,640 Electric accounts: 1,148,805

More information

Ch 8. Three-phase systems

Ch 8. Three-phase systems Ch 8. Three-ase systems Lecture outcomes (what you are supposed to learn): Generation of three-ase voltages Connection of three-ase circuits Wye-Delta transformation Power of three-ase connected loads

More information

STEADY STATE NETWORK EQUIVALENTS FOR LARGE ELECTRICAL POWER SYSTEMS THESIS. Submitted in Partial Fulfillment. of the REQUIREMENTS for the.

STEADY STATE NETWORK EQUIVALENTS FOR LARGE ELECTRICAL POWER SYSTEMS THESIS. Submitted in Partial Fulfillment. of the REQUIREMENTS for the. STEADY STATE NETWORK EQUIVALENTS FOR LARGE ELECTRICAL POWER SYSTEMS THESIS Submitted in Partial Fulfillment of the REQUIREMENTS for the Degree of MASTER OF SCIENCE (Electrical Engineering) at the POLYTECHNIC

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

CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS 79 CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS 6.. INTRODUCTION The steady-state analysis of six-phase and three-phase self-excited induction generators has been presented

More information

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions EE 581 Power Systems Admittance Matrix: Development, Direct and Iterative solutions Overview and HW # 8 Chapter 2.4 Chapter 6.4 Chapter 6.1-6.3 Homework: Special Problem 1 and 2 (see handout) Overview

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