SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
Short Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013

Differential Evolution Based Optimization Approach
for Power Factor Correction
S.Neelima#1, Dr. P.S.Subramanyam*2
#1

Associate Professor, Department of Electrical and Electronics Engineering, VBIT, Ghatkesar,
Hyderabad-501301, India. Email : neelimarakesh@gmail.com
*2
Professor, Department of Electrical and Electronics Engineering, VBIT, Ghatkesar,
Hyderabad-501301, India. Email : subramanyamps@gmail.com
and dynamic programs [4]. Although these techniques have
solved the problem, most of the early works used analytical
methods with some kind of heuristics. In doing so, the problem
formulation was oversimplified with certain assumptions,
which was lacking generality. There is also a problem of local
minimal in some of these methods. Furthermore, since the
capacitor banks are non continuous variables, taking them
as continuous compensation, by some authors, can cause
very high inaccuracy with the obtained results. A differential
evolution algorithm (DEA) is an evolutionary computation
method that was originally introduced by Storn and Price in
1995 [5]. Furthermore, they developed DEA to be a reliable
and versatile function optimizer that is also readily applicable
to a wide range of optimization problems [6]. DEA uses rather
greedy selection and less stochastic approach to solve
optimization problems than other classical EAs. There are
also a number of significant advantages when using DEA,
which were summarized by Price in [7]. Most of the initial
researches were conducted by the differential evolution
algorithm inventors (Storn and Price) with several papers [8]
which explained the basis of differential evolution algorithm
and how the optimization process is carried out. In this
respect, it is very suitable to solve the capacitor placement or
location problem. IEEE 69 bus distribution system is
considered for case study. The test system is a 12.66 KV, 10
KVA, 69-bus radial distribution feeder consisting of one main
branch and seven laterals containing different number of load
buses. Buses 1 to 27 lie on the main branch. Bus #1 represents
the substation feeding the distribution system.

Abstract- In radial distribution systems, the voltages at buses
reduces when moved away from the substation, also the losses
are high. The reason for decrease in voltage and high losses is
the insufficient amount of reactive power, which can be
provided by the shunt capacitors. For this purpose, in this
paper, two stage methodologies are used. In first stage, the
load flow of pre-compensated distribution system is carried
out using ‘Dimension reducing distribution load flow
algorithm’. In the second stage, Differential Evolution (DE)
technique is used to determine the optimal location and size
of the capacitors. The above method is tested on IEEE 69 bus
system. In this paper a new method is proposed to improve the
power factor of those buses having low power factor (less than
0.8lag) to unity power factor simultaneously by placing the
capacitors.
Index Terms- Electrical Distribution System, Optimal
Capacitor Placement, Dimension reducing distribution load
flow algorithm (DRDLFA), Differential Evolution (DE)
Algorithm, power factor correction.

I. INTRODUCTION
Capacitors are generally used for reactive power
compensation in distribution systems. The purpose of
capacitors is to minimize the power and energy losses and to
maintain better voltage regulation for load buses and to
improve system security. The amount of compensation
provided with the capacitors that are placed in the distribution
network depends upon the location, size and type of the
capacitors placed in the system [1]. A lot of research has
been made on the location of capacitors in the recent past [2]
without including the installation cost of the capacitors. All
the approaches differ from each other by the way of their
problem formulation and the problem solution method
employed. Some of the early works could not take into
account of capacitor cost. In some approaches the objective
function considered was for control of voltage. In some of
the techniques, only fixed capacitors are adopted and load
changes which are very vital in capacitor location was not
considered. Other techniques have considered load changes
only in three different levels. A few proposals were schemes
for determining the optimal design and control of switched
capacitors with non-simultaneous switching [3]. It is also
also very important to consider the problem solution methods
employed to solve the capacitor placement problem, such as
gradient search optimization, local variation method,
optimization of equal area criteria method for fixed capacitors
© 2013 ACEEE
DOI: 01.IJEPE.4.3.1313

II. DISTRIBUTION LOAD FLOW
The distribution systems are characterized by their
prevailing radial nature and high R/X ratio. This renders the
load flow problem ill conditioned. So many methods [9-14]
have been developed and tested ranging from sweep
methods, to conic programming formulation. The relationship
between the complex branch powers and complex bus powers
is derived as a non singular square matrix known as element
the equations are expressed in matrix format. This proposed
dimension Reducing load flow method could be applied to
distribution systems having voltage-controlled buses also.
Notations
N-no of buses
I ij -Branch current flowing through element ij
I j -Bus current of node j
49
Short Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013
V j -Bus voltage of node j
S ij -Complex power flowing from node i to node j
S ji-Complex power flowing received at node j from
node i
S j-Specified Bus power at bus j
Z ij-Impedance of element ij
TL ij-Transmission loss of element ij
The power flow method is summarized as follows:
1. For the first iteration transmission losses are initialized
as zero for each element.
2. From the bus powers specified the branch powers are
determined as per equation (1&2).

(12)
(11)
(13)

(15)
(16)

(1)
Then the same procedure described for the PQ buses is carried
out till the convergence.

(2)
3. The variable Rij. is determined for each element using
equation 3
(3)

III. POWERFACTOR CORRECTION
By supplying leading KVAR with the addition of the
capacitor, the total lagging KVAR required by the load can
effectively be reduced and the apparent power S of the load
can be reduced. This effectively decreases the power factor
angle and improves the power factor. The generation of
reactive power at a power plant and its supply to a load
located at a far distance is not economically feasible, but it
can easily be improved by capacitors located at the load
centers.
Assume that a load is supplied with a real power P, lagging
reactive power Q1, and apparent power S1 at a lagging power
factor of
(17)

4. The bus voltage, branch current and bus current are
determined from Rij.
(4)
(5)
5. The bus currents are determined
(6)
And from (6) bus powers are calculated. Since the
transmission losses are neglected in the first iteration there
will be mismatch between the specified powers and calculated
powers. The mismatch is a part of the transmission loss. TLijr
is the transmission loss part for ‘ij’th element for ‘r’th iteration.
Transmission loss of each element is the summation of the
transmission loss portions of all previous iterations.

When a shunt capacitor of Qc is installed at the load, the
power factor can be improved from cos1 to cos2,
(18)
Thus the power factor correction produces economic savings
in capital expenditures and fuel expenses through a release
of kilovolt ampereage capacity.
a. Savings Calculations Due To Power Factor
Correction
• PSE Rate Schedule:
• Energy Rate = $4.08 per KWH
•Energy Rate = $4.08 per KWH

(7)

(8)

(9)
IV. DIFFERENTIAL EVOLUTION
Differential Evolution is relatively a newer addition to the
population based search algorithms. DE was first suggested
by Storn and Price in 1995 as a search technique for solving
optimization problems. It uses the same operators like
mutation, crossover and selection as that of GA but
manipulates them in a manner different to that of GA.
Differential Evolution (DE) has proven to be a promising
candidate for minimizing real valued, multi-nodal objective
functions. Besides it has good convergence properties. DE
is very simple to understand and to implement.

Treatment of voltage controlled buses If power is fed from
multiple ends of the radial system, other feeding buses except
slack bus are treated as voltage controlled buses. The
equation is as follows.
(10)
The trigonometric equations are to be solved to get the phase
angle of each PV bus j and the reactive power can be updated
as

© 2013 ACEEE
DOI: 01.IJEPE.4.3. 1313

50
Short Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013
Differential evolution (DE) is a population-based
stochastic optimization algorithm for real-valued optimization
problems. In DE each design variable is represented in the
chromosome by a real number. The DE algorithm is simple
and requires only three control parameters: weight factor (F),
crossover rates (CR), and population size (NP). Three main
steps of DE, mutation, crossover, and selection were
performed sequentially and were repeated during the
optimization cycle. Figure 1 gives the flowchart of DE.
a. De Implementation
The basic procedure of DE is summarized as follows.
Step 1: Randomly initialize population of individual for
DE.
Step 2: Evaluate the objective values of all individuals,
and determine the best individual.
Step 3: Perform mutation operation for each individual in
order to obtain each individual’s corresponding mutant
vector.
Step 4: Perform crossover operation between each
individual and its corresponding mutant vector in order to
obtain each individual’s trial vector.
Step 5: Evaluate the objective values of the trial vectors.
Step 6: Perform selection operation between each
individual and its corresponding trial Vector so as to generate
the new individual for the next generation.
Step 7: Determine the best individual of the current new
population with the best Objective value then updates best
individual and its objective value.
Step 8: If a stopping criterion is met, then output gives its
bests and its objective value.
Otherwise go back to step 3.

Fig 1: Differential Evolution flowchart

V. MATHEMATICAL FORMULATION
The cost function is formulated and it can be represented
by the equation 3.1 [15].
ncap

C

 K

E

TP





(K

c

Q

ci

 K

cf

) (19)

i1

C
KE
T
P
Kc
Qci
Kcf
ncap

Total cost in $
Factor to convert energy losses to dollars =
$0.06/KWH
Load Duration in Hours
Real Power loss in KW
Capacitor Cost = $ 3/KVAR
Reactive power injection from capacitor to node i
Capacitor Installation Cost = 1000$/KVAR
Number of Capacitor locations
VI. CASE STUDY AND RESULTS

Prior to capacitor installation, a load flow program based
on Dimension Reducing Distribution load flow method is run
to obtain the present system conditions. The proposed solution methodologies have been implemented in MATLAB
7.10.0. The solution algorithm is based on DE algorithm and
tested on IEEE 69 Bus System in Fig.2 which has been designed to find the optimal solution for this problem.
© 2013 ACEEE
DOI: 01.IJEPE.4.3.1313

Fig 2: IEEE 69 Bus System

The parameters are defined as shown below:
Elapsed time: 92.38 Sec; Gmax = 800; F: 0.8; CR: 0.8; NP:
100
51
Short Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013
TABLE 5: C OMPARISON OF PER UNIT VOLTAGES OF IEEE 69 BUS SYSTEM OF
DE METHOD BEFORE AND AFTER P .F. CORRECTION

TABLE 1: POWER FACTOR CORRECTION

Bus No. #

Old p.f

New p.f

Capacitor rating
required in KVAR

5
9
40

0.7633
0.7791
0.768

1
1
1

2.2
3.5
1.0

Bus No. #

To saving in
tal
s
$/y
ear

Bus No. #9
3054.72

2890.8

4599

4829.64

7653.72

Opt imal Location
Bus No #16

Optimal Locati on

Optim al Size of the capacitor

Bus No #16

200KVAR

Bus No #60
Bus No #61
Bu s No # 5
Bu s No # 9
Bus No # 40

700 KVAR
500 KVAR
2.2 KVAR
3.5 KVAR
1.0 KVAR

© 2013 ACEEE
DOI: 01.IJEPE.4.3.1313

52

0.9738
0.9713
0.9689

0.9595
0.9589

0.9665
0.9661

0.9665
0.9661

0.9581
0.9581
0.9576

0.9653
0.9653
0.9649

0.9654
0.9654
0.9649

0.9573
0.9568
0.9568
0.9567

0.9646
0.9641
0.9641
0.9640

0.9646
0.9641
0.9641
0.9640

0.9566
0.9564
0.9563
0.9563
0.9999

0.9639
0.9637
0.9636
0.9636
0.9999

0.9639
0.9637
0.9636
0.9636
0.9999

0.9999
0.9997
0.9997
0.9996

0.9999
0.9998
0.9997
0.9996

0.9999
0.9998
0.9997
0.9996

0.9993
0.9990
0.9989

0.9994
0.9990
0.9990

0.9994
0.9990
0.9990

0.9999
0.9997
0.9996
0.9995

0.9999
0.9998
0.9996
0.9996

0.9999
0.9998
0.9996
0.9996

0.9995
0.9988
0.9986

0.9996
0.9989
0.9986

0.9996
0.9989
0.9986

43
44

TABLE IV: T OTAL KVAR PLACED INCLUDING ADDITIONAL CAPACITORS ON IEEE
69 BUS SYSTEM FOR P.F .C USING DE

0.9738
0.9713
0.9689

40
41
42

Table 4 gives the total KVAR capacity required including
additional capacitors to improve the power factors of the
weak buses to unity in addition, to improve the voltage
profile and to reduce the energy losses using DE on IEEE 69
Bus System.

0.9682
0.9653
0.9624

36
37
38
39

700 KVAR
500 KVAR

0.9832
0.9823
0.9777
0.9766

33
34
35

200 KVAR

Bus No #60
Bus No #61

0.9831
0.9823
0.9776
0.9766

29
30
31
32

Optimal Si ze of the capacitor

0.9786
0.9774
0.9724
0.9713

24
25
26
27
28

TABLE III: KVAR REQUIRED ONLY FOR IMPROVING THE VOLTAGE PROFILE AND
REDUCING LOSSES USING DE

0.9994
0.9923
0.9849

20
21
22
23

Table 2 gives savings that can be obtained by correcting
the power factor to unity at the buses #5, #9 and #40 by
placing the additional capacitors. Table 3 gives the ratings
of the capacitors required only for improving the voltage
profile and reducing the losses using DE.

0.9994
0.9923
0.9849

17
18
19

2193.12

0.9990
0.9901
0.9808

15
16

1314

1.0000
1.0000
1.0000
0.9999

12
13
14

879.12

1.0000
1.0000
1.0000
0.9999

8
9
10
11

Bus N #40
o.

1938.84

1.0000
1.0000
0.9999
0.9998

0.9985
0.9985

0.9985
0.9985

0.9985
0.9985

45
46
47

B No. #5
us
Savings in E
nergy
usagein $/year
Savings due to p
.f.
im
provement in
$/y
ear

Voltage in
(p.u.) using DE
after p.f.
correction

5
6
7

TABLE II: SAVINGS DUE T O POWER FACTOR CORRECTION

Voltage in
(p.u.) using DE
after placing
capacitor

1
2
3
4

Table 1 shows that there are three buses having low power
factor i.e less than 0.8 out of 69 buses and the buses are #5,
#9 and #40. The rating of the additional capacitors required
for power factor correction to unity power factor
simultaneously at buses #5, 9 and 40 are 2.2, 3.5 and 1.0
KVAR respectively.

Voltage in (p.u.)
before placing
capacitors

0.9984
0.9984
0.9998

0.9984
0.9984
0.9998

0.9984
0.9984
0.9998
Short Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013
TABLE 5: C OMPARISON OF PER UNIT VOLTAGES OF IEEE 69 BUS SYSTEM OF
DE METHOD BEFORE AND AFTER P .F. CORRECTION

48

0.9985

0.9986

0.9 986

49

0.9947

0.9948

0.9 948

50

0.9942

0.9942

0.9 942

51

0.9785

0.9831

0.9 831

52

0.9785

0.9831

0.9 831

53

0.9747

0.9802

0.9 802

54

0.9714

0.9779

0.9 779

55

0.9669

0.9746

0.9 746

56

0.9626

0.9715

0.9 715

57

0.9401

0.9538

0.9 538

58

0.9290

0.9451

0.9 451

59

0.9248

0.9417

0.9 417

60

0.9197

0.9377

0.9 377

61

0.9123

0.9325

0.9 326

62

0.9120

0.9324

0.9 324

63

0.9117

0.9321

0.9 321

64

0.9098

0.9302

0.9 302

65

0.9092

0.9296

0.9 296

66

0.9713

0.9766

0.9 766

67

0.9713

0.9766

0.9 766

68

0.9678

0.9735

0.9 735

69

0.9678

0.9735

0.9 735

using GA is 7 whereas for DE it is 6. Because of this the
reduction in the installation cost of the capacitors is $1000
and also the total KVAR required in DE is 1406.7KVAR
whereas in the case of GA it is 1506.7KVAR. Because of this
also the reduction in the cost of the capacitors is $300.
Therefore when compared to GA, DE is giving better savings.
DE is the best method when compared to GA because of its
savings, less number of capacitors to be installed and
reduction in the installation cost of the capacitors even
though there is slight improvement in the magnitudes of the
voltage profile in GA when compared to DE.

TABLE VI: SAVINGS

DUE TO POWER FACTOR CORRECTION OF

IEEE 69 B US

SYSTEM USING DE

TABLE VII: COMPARISON BETWEEN SAVINGS DUE TO POWER FACTOR CORRECTION
OF IEEE 69 BUS SYSTEM USING DE AND GA
A
fter
placing
capacitor &
before p.f.c
using
GA[15]
Energy loss
cost / Year($)
Savings due
Energy loss
reduction /
year($)
Savings due
to p.f.c /
year($)
Total
Capacitors
cost ($)
Installation
cost ($)
Net Savings /
Year($)

After placing
capacitor & after
p.f.c.
using G
A[15]

A placing
fter
capacitor &
before p.f.c.
using DE

A placing
fter
capacitor & after
p.f.c.
Using DE

77,152.82

77,131.8$

77,767.77

77,741.49

41,107.18

41,128.2$

40,492.23

40,518.51

-

14,676.48$

-

14,676.48

4,500

4,520.1

4,200

4,220.1

4,000

7,000

3,000

6,000

32,607.18

44,284.58$

33,292.23

44,974.89

VII. CONCLUSION
Before
placing
capaci tor
Energy loss cost /
Year
S avi ng due to
reduct ion in Energy
loss / year
Savi ngs due t o p. f.
correcti on / year
Total cos t of the
Cap acitors (KVAR
cost)
Inst allati on cost of
t he Capacit ors
Net Savings / Year

After p lacing the
capacit or & before
p.f. correction

After placing
t he capaci tor &
after p.f.
correction

1,18,260$

77,767.77$

77,741.49$

-

40,492.23$

40,518.51$

-

-

14,676.48$

-

4200$

4220.1$

-

3000$

6000$

-

33,292.23$

44,974.89$

Buses having low power factor (less than 0.8 lag) are
identified for the IEEE 69 Bus System and their power factor
had been improved to unity simultaneously with the help of
additional capacitors by DE Algorithm along with the
Dimension Reducing Load Flow method. The act of improving
the power factor of the poor power factor buses to unity
power factor has resulted in better voltage profile, reducing
losses in spite of additional capacitors placed, due to further
increase in savings because of power factor correction. In
overall consideration the Differential Evolution algorithm
method along with improvement of the poor power factor
buses to unity power factor was found to give good voltage
profile, reduced losses and improved savings from the point
of view of annual savings with good performance this seems
to be the Best Method.

REFERENCES
Table 5 gives the comparison of Per Unit voltages of
IEEE 69 Bus System before and after p.f. correction and
[1] M. Damodar Reddy, Prof V.C. Veera
Reddy “Optimal
Table 6 gives the savings due to power factor correction of
Capacitor Placement using fuzzy and real coded genetic
algorithm for maximum saving” Journal of Theoretical and
IEEE 69 Bus System using DE. Finally the net savings before
Applied Information Technology” 2005 pp219-224.
p.f. correction are 33,292.23$ and 44,974.89$ per annum
[2] Miller, T.J.E,
Reactive Power Control in Electric
after p.f. correction.
System, New York, John Wiley & Sons Inc1982.
Table 7 gives comparison between savings due to power
[3] Barn, M.E. and WU, F.F, Optimal Capacitor Placement on
factor correction of IEEE 69 Bus System using DE and GA
Radial Distribution System, IEEE Transaction on Power
[15]. The reduction in real power losses is almost same in I.
Delivery, 4(1), 1989, 725-734.
in both GA and DE. The total number of capacitors required
53
© 2013 ACEEE
DOI: 01.IJEPE.4.3.1313
Short Paper
ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013
[4] Chen, C.S. Shu, C.T and Yan Y.H, Optimal Distribution Feeder
Capacitor Placement Considering Mutual Coupling Effect of
Conductors, IEEE Transactions on Power Delivery, 10(2),
1995, 987-994.
[5] R.Hooshmand and M.Joorabian, Optimal Choice of Fixed and
Switched Capacitors for Distribution Systems by Genetic
Algorithm, Proceedings of Australian Universities Power
Engineering Conference (AUPEC’02), Melbourne,
Australia,2002.
[6] L.Furong, J.Pilgrim, C.Dabeedin, A.Cheebo and R.Aggarwal,
Genetic Algorithms for Optimal Reactive Power Compensation
on the National Grid System, IEEE Transactions on Power
Systems, 20(1), 2005, 493-500.
[7] Robert S.Agniar, Paolo Cuervo, Capacitor Placement in Radial
Distribution Network through a Linear Deterministic
Optimization Model. Electricity Engineering Department,
University of Brasilia, Brazil.
[8]
A.Charette, J.Xu, A.Ba-Razzouk, P.Pillay, V.Rajagopalan,
The Use of the Genetic Algorithm for in-situ Efficiency
Measurement of an Induction Motor, IEEE Power Engineering
Society Winter Meeting, 1(1), 2000, 392-397. Journal, vol.
264, pp. 18-24, Apr. 1997.
[9] R. Storn, “On the usage of differential evolution for function
optimization,” in Proc. the 1996 Biennial Conference of the
North American Fuzzy Information 135 Processing Society,
(NAFIPS 1996), pp. 519 – 523, 19th- 22nd Jun. 1996.

© 2013 ACEEE
DOI: 01.IJEPE.4.3.1313

[10] Cespedes R (1990) New method or the analysis of
Distribution networks. IEEE Trans. Power Del. 5, 391– 396.
3. Chakravorty M and Das D (2001) Voltage stability analysis
of radial distribution networks. Elect. Power Energy Syst.
23, 129–135.
[11] Danaraj RMS (2007) An efficient software to Solve distribution
power flow in complex mode. Research report, ATRI/R&D/
DPF1, Electrical department, Aurora’s Technological Research
Institute, Hyderabad.
[12] Baran ME and Wu FF (1989) Network reconfiguration in
distribution systems
for loss reduction and load
balancing. IEEE Trans. Power Del. 4, 1401–1407.
[13] Das D, Nagi HS and Kothari DP (1994) Novel method for
solving radial distribution networks. Proc. Inst. Elect. Eng.,
Gen., Transm. Distrib. 141, 291–298.
[14] Expósito AG and Ramos ER (1999) Reliable load flow
technique for radial distribution networks. IEEE Trans
Power Syst. 14, 1063–1069.
[15] Rabih AJ (2006) Radial distribution load flow using conic
programming. IEEE transactions on power systems, 21, 14581459.
[16] S.Neelima, Dr. P. S. Subramanyam, “An optimization Approach
for power factor correction in distribution systems using
Genetic Algorithm”, CSEE-2013 SPRINGER, Feb 22, 23,
Chennai.

54

Mais conteúdo relacionado

Mais procurados

SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...VLSICS Design
 
Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...IJECEIAES
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Dd31477485
Dd31477485Dd31477485
Dd31477485IJMER
 
Load flow study
Load flow studyLoad flow study
Load flow studyf s
 
Iaetsd static network equivalents for large power systems
Iaetsd static network equivalents for large power systemsIaetsd static network equivalents for large power systems
Iaetsd static network equivalents for large power systemsIaetsd Iaetsd
 
Improved dynamic response of dstatcom using genetic algorithm
Improved dynamic response of dstatcom using genetic algorithmImproved dynamic response of dstatcom using genetic algorithm
Improved dynamic response of dstatcom using genetic algorithmAlexander Decker
 
A Particle Swarm Optimization for Reactive Power Optimization
A Particle Swarm Optimization for Reactive Power OptimizationA Particle Swarm Optimization for Reactive Power Optimization
A Particle Swarm Optimization for Reactive Power Optimizationijceronline
 
New Three-Phase Multilevel Inverter With Reduced Number of Power Electronic C...
New Three-Phase Multilevel Inverter With Reduced Number of Power Electronic C...New Three-Phase Multilevel Inverter With Reduced Number of Power Electronic C...
New Three-Phase Multilevel Inverter With Reduced Number of Power Electronic C...Projectsatbangalore
 
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus SystemIRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus SystemIRJET Journal
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Onyebuchi nosiri
 
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...sunny katyara
 
1 ijaems oct-2015-3-design and development of novel matrix converter performance
1 ijaems oct-2015-3-design and development of novel matrix converter performance1 ijaems oct-2015-3-design and development of novel matrix converter performance
1 ijaems oct-2015-3-design and development of novel matrix converter performanceINFOGAIN PUBLICATION
 
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of ControlsCascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of ControlsIOSR Journals
 

Mais procurados (18)

SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
SIMULTANEOUS OPTIMIZATION OF STANDBY AND ACTIVE ENERGY FOR SUB-THRESHOLD CIRC...
 
Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...Convergence analysis of the triangular-based power flow method for AC distribu...
Convergence analysis of the triangular-based power flow method for AC distribu...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Power flow analysis
Power flow analysisPower flow analysis
Power flow analysis
 
Dd31477485
Dd31477485Dd31477485
Dd31477485
 
Load flow study
Load flow studyLoad flow study
Load flow study
 
Iaetsd static network equivalents for large power systems
Iaetsd static network equivalents for large power systemsIaetsd static network equivalents for large power systems
Iaetsd static network equivalents for large power systems
 
Improved dynamic response of dstatcom using genetic algorithm
Improved dynamic response of dstatcom using genetic algorithmImproved dynamic response of dstatcom using genetic algorithm
Improved dynamic response of dstatcom using genetic algorithm
 
A Particle Swarm Optimization for Reactive Power Optimization
A Particle Swarm Optimization for Reactive Power OptimizationA Particle Swarm Optimization for Reactive Power Optimization
A Particle Swarm Optimization for Reactive Power Optimization
 
POWER (LOAD) FLOW STUDY
POWER (LOAD)  FLOW STUDYPOWER (LOAD)  FLOW STUDY
POWER (LOAD) FLOW STUDY
 
New Three-Phase Multilevel Inverter With Reduced Number of Power Electronic C...
New Three-Phase Multilevel Inverter With Reduced Number of Power Electronic C...New Three-Phase Multilevel Inverter With Reduced Number of Power Electronic C...
New Three-Phase Multilevel Inverter With Reduced Number of Power Electronic C...
 
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus SystemIRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
IRJET- Comparative Analysis of Load Flow Methods on Standard Bus System
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
 
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
 
1 ijaems oct-2015-3-design and development of novel matrix converter performance
1 ijaems oct-2015-3-design and development of novel matrix converter performance1 ijaems oct-2015-3-design and development of novel matrix converter performance
1 ijaems oct-2015-3-design and development of novel matrix converter performance
 
Load flow study
Load flow studyLoad flow study
Load flow study
 
Load flow studies 19
Load flow studies 19Load flow studies 19
Load flow studies 19
 
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of ControlsCascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
 

Semelhante a Differential Evolution Based Optimization Approach for Power Factor Correction

Efficient Optimal Sizing And Allocation Of Capacitors In Radial Distribution ...
Efficient Optimal Sizing And Allocation Of Capacitors In Radial Distribution ...Efficient Optimal Sizing And Allocation Of Capacitors In Radial Distribution ...
Efficient Optimal Sizing And Allocation Of Capacitors In Radial Distribution ...IDES Editor
 
Power flow solution
Power flow solutionPower flow solution
Power flow solutionBalaram Das
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...ijeei-iaes
 
Performance Improvement of the Radial Distribution System by using Switched C...
Performance Improvement of the Radial Distribution System by using Switched C...Performance Improvement of the Radial Distribution System by using Switched C...
Performance Improvement of the Radial Distribution System by using Switched C...idescitation
 
Three Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus SystemThree Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus Systempaperpublications3
 
Optimal Capacitor Placement in Distribution System using Fuzzy Techniques
Optimal Capacitor Placement in Distribution System using Fuzzy TechniquesOptimal Capacitor Placement in Distribution System using Fuzzy Techniques
Optimal Capacitor Placement in Distribution System using Fuzzy TechniquesIDES Editor
 
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...iosrjce
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...IOSR Journals
 
The effect of load modelling on phase balancing in distribution networks usin...
The effect of load modelling on phase balancing in distribution networks usin...The effect of load modelling on phase balancing in distribution networks usin...
The effect of load modelling on phase balancing in distribution networks usin...IJECEIAES
 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmITIIIndustries
 
Selective localization of capacitor banks considering stability aspects in po...
Selective localization of capacitor banks considering stability aspects in po...Selective localization of capacitor banks considering stability aspects in po...
Selective localization of capacitor banks considering stability aspects in po...IAEME Publication
 
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...theijes
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...Alexander Decker
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...Alexander Decker
 
Three-phase four-wire shunt hybrid active power filter model with model pred...
Three-phase four-wire shunt hybrid active power filter model  with model pred...Three-phase four-wire shunt hybrid active power filter model  with model pred...
Three-phase four-wire shunt hybrid active power filter model with model pred...IJECEIAES
 
Power Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR MethodPower Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR Methodijtsrd
 

Semelhante a Differential Evolution Based Optimization Approach for Power Factor Correction (20)

Efficient Optimal Sizing And Allocation Of Capacitors In Radial Distribution ...
Efficient Optimal Sizing And Allocation Of Capacitors In Radial Distribution ...Efficient Optimal Sizing And Allocation Of Capacitors In Radial Distribution ...
Efficient Optimal Sizing And Allocation Of Capacitors In Radial Distribution ...
 
Power flow solution
Power flow solutionPower flow solution
Power flow solution
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
 
Performance Improvement of the Radial Distribution System by using Switched C...
Performance Improvement of the Radial Distribution System by using Switched C...Performance Improvement of the Radial Distribution System by using Switched C...
Performance Improvement of the Radial Distribution System by using Switched C...
 
Three Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus SystemThree Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus System
 
Optimal Capacitor Placement in Distribution System using Fuzzy Techniques
Optimal Capacitor Placement in Distribution System using Fuzzy TechniquesOptimal Capacitor Placement in Distribution System using Fuzzy Techniques
Optimal Capacitor Placement in Distribution System using Fuzzy Techniques
 
K010418290
K010418290K010418290
K010418290
 
EE6501 - Power System Analysis
EE6501 - Power System AnalysisEE6501 - Power System Analysis
EE6501 - Power System Analysis
 
F010624651
F010624651F010624651
F010624651
 
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
 
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
Capacitor Placement and Reconfiguration of Distribution System with hybrid Fu...
 
The effect of load modelling on phase balancing in distribution networks usin...
The effect of load modelling on phase balancing in distribution networks usin...The effect of load modelling on phase balancing in distribution networks usin...
The effect of load modelling on phase balancing in distribution networks usin...
 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic Algorithm
 
Selective localization of capacitor banks considering stability aspects in po...
Selective localization of capacitor banks considering stability aspects in po...Selective localization of capacitor banks considering stability aspects in po...
Selective localization of capacitor banks considering stability aspects in po...
 
Load flow analysis of 10 bus loop distribution network excited by a generator...
Load flow analysis of 10 bus loop distribution network excited by a generator...Load flow analysis of 10 bus loop distribution network excited by a generator...
Load flow analysis of 10 bus loop distribution network excited by a generator...
 
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
Particle Swarm Optimization based Network Reconfiguration in Distribution Sys...
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
 
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
A chaotic particle swarm optimization (cpso) algorithm for solving optimal re...
 
Three-phase four-wire shunt hybrid active power filter model with model pred...
Three-phase four-wire shunt hybrid active power filter model  with model pred...Three-phase four-wire shunt hybrid active power filter model  with model pred...
Three-phase four-wire shunt hybrid active power filter model with model pred...
 
Power Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR MethodPower Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR Method
 

Mais de IDES Editor

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A ReviewIDES Editor
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...IDES Editor
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...IDES Editor
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...IDES Editor
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCIDES Editor
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...IDES Editor
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingIDES Editor
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...IDES Editor
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsIDES Editor
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...IDES Editor
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...IDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkIDES Editor
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetIDES Editor
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyIDES Editor
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’sIDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...IDES Editor
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance AnalysisIDES Editor
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesIDES Editor
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...IDES Editor
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...IDES Editor
 

Mais de IDES Editor (20)

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive Thresholds
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 

Último

Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 

Último (20)

Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 

Differential Evolution Based Optimization Approach for Power Factor Correction

  • 1. Short Paper ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013 Differential Evolution Based Optimization Approach for Power Factor Correction S.Neelima#1, Dr. P.S.Subramanyam*2 #1 Associate Professor, Department of Electrical and Electronics Engineering, VBIT, Ghatkesar, Hyderabad-501301, India. Email : neelimarakesh@gmail.com *2 Professor, Department of Electrical and Electronics Engineering, VBIT, Ghatkesar, Hyderabad-501301, India. Email : subramanyamps@gmail.com and dynamic programs [4]. Although these techniques have solved the problem, most of the early works used analytical methods with some kind of heuristics. In doing so, the problem formulation was oversimplified with certain assumptions, which was lacking generality. There is also a problem of local minimal in some of these methods. Furthermore, since the capacitor banks are non continuous variables, taking them as continuous compensation, by some authors, can cause very high inaccuracy with the obtained results. A differential evolution algorithm (DEA) is an evolutionary computation method that was originally introduced by Storn and Price in 1995 [5]. Furthermore, they developed DEA to be a reliable and versatile function optimizer that is also readily applicable to a wide range of optimization problems [6]. DEA uses rather greedy selection and less stochastic approach to solve optimization problems than other classical EAs. There are also a number of significant advantages when using DEA, which were summarized by Price in [7]. Most of the initial researches were conducted by the differential evolution algorithm inventors (Storn and Price) with several papers [8] which explained the basis of differential evolution algorithm and how the optimization process is carried out. In this respect, it is very suitable to solve the capacitor placement or location problem. IEEE 69 bus distribution system is considered for case study. The test system is a 12.66 KV, 10 KVA, 69-bus radial distribution feeder consisting of one main branch and seven laterals containing different number of load buses. Buses 1 to 27 lie on the main branch. Bus #1 represents the substation feeding the distribution system. Abstract- In radial distribution systems, the voltages at buses reduces when moved away from the substation, also the losses are high. The reason for decrease in voltage and high losses is the insufficient amount of reactive power, which can be provided by the shunt capacitors. For this purpose, in this paper, two stage methodologies are used. In first stage, the load flow of pre-compensated distribution system is carried out using ‘Dimension reducing distribution load flow algorithm’. In the second stage, Differential Evolution (DE) technique is used to determine the optimal location and size of the capacitors. The above method is tested on IEEE 69 bus system. In this paper a new method is proposed to improve the power factor of those buses having low power factor (less than 0.8lag) to unity power factor simultaneously by placing the capacitors. Index Terms- Electrical Distribution System, Optimal Capacitor Placement, Dimension reducing distribution load flow algorithm (DRDLFA), Differential Evolution (DE) Algorithm, power factor correction. I. INTRODUCTION Capacitors are generally used for reactive power compensation in distribution systems. The purpose of capacitors is to minimize the power and energy losses and to maintain better voltage regulation for load buses and to improve system security. The amount of compensation provided with the capacitors that are placed in the distribution network depends upon the location, size and type of the capacitors placed in the system [1]. A lot of research has been made on the location of capacitors in the recent past [2] without including the installation cost of the capacitors. All the approaches differ from each other by the way of their problem formulation and the problem solution method employed. Some of the early works could not take into account of capacitor cost. In some approaches the objective function considered was for control of voltage. In some of the techniques, only fixed capacitors are adopted and load changes which are very vital in capacitor location was not considered. Other techniques have considered load changes only in three different levels. A few proposals were schemes for determining the optimal design and control of switched capacitors with non-simultaneous switching [3]. It is also also very important to consider the problem solution methods employed to solve the capacitor placement problem, such as gradient search optimization, local variation method, optimization of equal area criteria method for fixed capacitors © 2013 ACEEE DOI: 01.IJEPE.4.3.1313 II. DISTRIBUTION LOAD FLOW The distribution systems are characterized by their prevailing radial nature and high R/X ratio. This renders the load flow problem ill conditioned. So many methods [9-14] have been developed and tested ranging from sweep methods, to conic programming formulation. The relationship between the complex branch powers and complex bus powers is derived as a non singular square matrix known as element the equations are expressed in matrix format. This proposed dimension Reducing load flow method could be applied to distribution systems having voltage-controlled buses also. Notations N-no of buses I ij -Branch current flowing through element ij I j -Bus current of node j 49
  • 2. Short Paper ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013 V j -Bus voltage of node j S ij -Complex power flowing from node i to node j S ji-Complex power flowing received at node j from node i S j-Specified Bus power at bus j Z ij-Impedance of element ij TL ij-Transmission loss of element ij The power flow method is summarized as follows: 1. For the first iteration transmission losses are initialized as zero for each element. 2. From the bus powers specified the branch powers are determined as per equation (1&2). (12) (11) (13) (15) (16) (1) Then the same procedure described for the PQ buses is carried out till the convergence. (2) 3. The variable Rij. is determined for each element using equation 3 (3) III. POWERFACTOR CORRECTION By supplying leading KVAR with the addition of the capacitor, the total lagging KVAR required by the load can effectively be reduced and the apparent power S of the load can be reduced. This effectively decreases the power factor angle and improves the power factor. The generation of reactive power at a power plant and its supply to a load located at a far distance is not economically feasible, but it can easily be improved by capacitors located at the load centers. Assume that a load is supplied with a real power P, lagging reactive power Q1, and apparent power S1 at a lagging power factor of (17) 4. The bus voltage, branch current and bus current are determined from Rij. (4) (5) 5. The bus currents are determined (6) And from (6) bus powers are calculated. Since the transmission losses are neglected in the first iteration there will be mismatch between the specified powers and calculated powers. The mismatch is a part of the transmission loss. TLijr is the transmission loss part for ‘ij’th element for ‘r’th iteration. Transmission loss of each element is the summation of the transmission loss portions of all previous iterations. When a shunt capacitor of Qc is installed at the load, the power factor can be improved from cos1 to cos2, (18) Thus the power factor correction produces economic savings in capital expenditures and fuel expenses through a release of kilovolt ampereage capacity. a. Savings Calculations Due To Power Factor Correction • PSE Rate Schedule: • Energy Rate = $4.08 per KWH •Energy Rate = $4.08 per KWH (7) (8) (9) IV. DIFFERENTIAL EVOLUTION Differential Evolution is relatively a newer addition to the population based search algorithms. DE was first suggested by Storn and Price in 1995 as a search technique for solving optimization problems. It uses the same operators like mutation, crossover and selection as that of GA but manipulates them in a manner different to that of GA. Differential Evolution (DE) has proven to be a promising candidate for minimizing real valued, multi-nodal objective functions. Besides it has good convergence properties. DE is very simple to understand and to implement. Treatment of voltage controlled buses If power is fed from multiple ends of the radial system, other feeding buses except slack bus are treated as voltage controlled buses. The equation is as follows. (10) The trigonometric equations are to be solved to get the phase angle of each PV bus j and the reactive power can be updated as © 2013 ACEEE DOI: 01.IJEPE.4.3. 1313 50
  • 3. Short Paper ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013 Differential evolution (DE) is a population-based stochastic optimization algorithm for real-valued optimization problems. In DE each design variable is represented in the chromosome by a real number. The DE algorithm is simple and requires only three control parameters: weight factor (F), crossover rates (CR), and population size (NP). Three main steps of DE, mutation, crossover, and selection were performed sequentially and were repeated during the optimization cycle. Figure 1 gives the flowchart of DE. a. De Implementation The basic procedure of DE is summarized as follows. Step 1: Randomly initialize population of individual for DE. Step 2: Evaluate the objective values of all individuals, and determine the best individual. Step 3: Perform mutation operation for each individual in order to obtain each individual’s corresponding mutant vector. Step 4: Perform crossover operation between each individual and its corresponding mutant vector in order to obtain each individual’s trial vector. Step 5: Evaluate the objective values of the trial vectors. Step 6: Perform selection operation between each individual and its corresponding trial Vector so as to generate the new individual for the next generation. Step 7: Determine the best individual of the current new population with the best Objective value then updates best individual and its objective value. Step 8: If a stopping criterion is met, then output gives its bests and its objective value. Otherwise go back to step 3. Fig 1: Differential Evolution flowchart V. MATHEMATICAL FORMULATION The cost function is formulated and it can be represented by the equation 3.1 [15]. ncap C  K E TP   (K c Q ci  K cf ) (19) i1 C KE T P Kc Qci Kcf ncap Total cost in $ Factor to convert energy losses to dollars = $0.06/KWH Load Duration in Hours Real Power loss in KW Capacitor Cost = $ 3/KVAR Reactive power injection from capacitor to node i Capacitor Installation Cost = 1000$/KVAR Number of Capacitor locations VI. CASE STUDY AND RESULTS Prior to capacitor installation, a load flow program based on Dimension Reducing Distribution load flow method is run to obtain the present system conditions. The proposed solution methodologies have been implemented in MATLAB 7.10.0. The solution algorithm is based on DE algorithm and tested on IEEE 69 Bus System in Fig.2 which has been designed to find the optimal solution for this problem. © 2013 ACEEE DOI: 01.IJEPE.4.3.1313 Fig 2: IEEE 69 Bus System The parameters are defined as shown below: Elapsed time: 92.38 Sec; Gmax = 800; F: 0.8; CR: 0.8; NP: 100 51
  • 4. Short Paper ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013 TABLE 5: C OMPARISON OF PER UNIT VOLTAGES OF IEEE 69 BUS SYSTEM OF DE METHOD BEFORE AND AFTER P .F. CORRECTION TABLE 1: POWER FACTOR CORRECTION Bus No. # Old p.f New p.f Capacitor rating required in KVAR 5 9 40 0.7633 0.7791 0.768 1 1 1 2.2 3.5 1.0 Bus No. # To saving in tal s $/y ear Bus No. #9 3054.72 2890.8 4599 4829.64 7653.72 Opt imal Location Bus No #16 Optimal Locati on Optim al Size of the capacitor Bus No #16 200KVAR Bus No #60 Bus No #61 Bu s No # 5 Bu s No # 9 Bus No # 40 700 KVAR 500 KVAR 2.2 KVAR 3.5 KVAR 1.0 KVAR © 2013 ACEEE DOI: 01.IJEPE.4.3.1313 52 0.9738 0.9713 0.9689 0.9595 0.9589 0.9665 0.9661 0.9665 0.9661 0.9581 0.9581 0.9576 0.9653 0.9653 0.9649 0.9654 0.9654 0.9649 0.9573 0.9568 0.9568 0.9567 0.9646 0.9641 0.9641 0.9640 0.9646 0.9641 0.9641 0.9640 0.9566 0.9564 0.9563 0.9563 0.9999 0.9639 0.9637 0.9636 0.9636 0.9999 0.9639 0.9637 0.9636 0.9636 0.9999 0.9999 0.9997 0.9997 0.9996 0.9999 0.9998 0.9997 0.9996 0.9999 0.9998 0.9997 0.9996 0.9993 0.9990 0.9989 0.9994 0.9990 0.9990 0.9994 0.9990 0.9990 0.9999 0.9997 0.9996 0.9995 0.9999 0.9998 0.9996 0.9996 0.9999 0.9998 0.9996 0.9996 0.9995 0.9988 0.9986 0.9996 0.9989 0.9986 0.9996 0.9989 0.9986 43 44 TABLE IV: T OTAL KVAR PLACED INCLUDING ADDITIONAL CAPACITORS ON IEEE 69 BUS SYSTEM FOR P.F .C USING DE 0.9738 0.9713 0.9689 40 41 42 Table 4 gives the total KVAR capacity required including additional capacitors to improve the power factors of the weak buses to unity in addition, to improve the voltage profile and to reduce the energy losses using DE on IEEE 69 Bus System. 0.9682 0.9653 0.9624 36 37 38 39 700 KVAR 500 KVAR 0.9832 0.9823 0.9777 0.9766 33 34 35 200 KVAR Bus No #60 Bus No #61 0.9831 0.9823 0.9776 0.9766 29 30 31 32 Optimal Si ze of the capacitor 0.9786 0.9774 0.9724 0.9713 24 25 26 27 28 TABLE III: KVAR REQUIRED ONLY FOR IMPROVING THE VOLTAGE PROFILE AND REDUCING LOSSES USING DE 0.9994 0.9923 0.9849 20 21 22 23 Table 2 gives savings that can be obtained by correcting the power factor to unity at the buses #5, #9 and #40 by placing the additional capacitors. Table 3 gives the ratings of the capacitors required only for improving the voltage profile and reducing the losses using DE. 0.9994 0.9923 0.9849 17 18 19 2193.12 0.9990 0.9901 0.9808 15 16 1314 1.0000 1.0000 1.0000 0.9999 12 13 14 879.12 1.0000 1.0000 1.0000 0.9999 8 9 10 11 Bus N #40 o. 1938.84 1.0000 1.0000 0.9999 0.9998 0.9985 0.9985 0.9985 0.9985 0.9985 0.9985 45 46 47 B No. #5 us Savings in E nergy usagein $/year Savings due to p .f. im provement in $/y ear Voltage in (p.u.) using DE after p.f. correction 5 6 7 TABLE II: SAVINGS DUE T O POWER FACTOR CORRECTION Voltage in (p.u.) using DE after placing capacitor 1 2 3 4 Table 1 shows that there are three buses having low power factor i.e less than 0.8 out of 69 buses and the buses are #5, #9 and #40. The rating of the additional capacitors required for power factor correction to unity power factor simultaneously at buses #5, 9 and 40 are 2.2, 3.5 and 1.0 KVAR respectively. Voltage in (p.u.) before placing capacitors 0.9984 0.9984 0.9998 0.9984 0.9984 0.9998 0.9984 0.9984 0.9998
  • 5. Short Paper ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013 TABLE 5: C OMPARISON OF PER UNIT VOLTAGES OF IEEE 69 BUS SYSTEM OF DE METHOD BEFORE AND AFTER P .F. CORRECTION 48 0.9985 0.9986 0.9 986 49 0.9947 0.9948 0.9 948 50 0.9942 0.9942 0.9 942 51 0.9785 0.9831 0.9 831 52 0.9785 0.9831 0.9 831 53 0.9747 0.9802 0.9 802 54 0.9714 0.9779 0.9 779 55 0.9669 0.9746 0.9 746 56 0.9626 0.9715 0.9 715 57 0.9401 0.9538 0.9 538 58 0.9290 0.9451 0.9 451 59 0.9248 0.9417 0.9 417 60 0.9197 0.9377 0.9 377 61 0.9123 0.9325 0.9 326 62 0.9120 0.9324 0.9 324 63 0.9117 0.9321 0.9 321 64 0.9098 0.9302 0.9 302 65 0.9092 0.9296 0.9 296 66 0.9713 0.9766 0.9 766 67 0.9713 0.9766 0.9 766 68 0.9678 0.9735 0.9 735 69 0.9678 0.9735 0.9 735 using GA is 7 whereas for DE it is 6. Because of this the reduction in the installation cost of the capacitors is $1000 and also the total KVAR required in DE is 1406.7KVAR whereas in the case of GA it is 1506.7KVAR. Because of this also the reduction in the cost of the capacitors is $300. Therefore when compared to GA, DE is giving better savings. DE is the best method when compared to GA because of its savings, less number of capacitors to be installed and reduction in the installation cost of the capacitors even though there is slight improvement in the magnitudes of the voltage profile in GA when compared to DE. TABLE VI: SAVINGS DUE TO POWER FACTOR CORRECTION OF IEEE 69 B US SYSTEM USING DE TABLE VII: COMPARISON BETWEEN SAVINGS DUE TO POWER FACTOR CORRECTION OF IEEE 69 BUS SYSTEM USING DE AND GA A fter placing capacitor & before p.f.c using GA[15] Energy loss cost / Year($) Savings due Energy loss reduction / year($) Savings due to p.f.c / year($) Total Capacitors cost ($) Installation cost ($) Net Savings / Year($) After placing capacitor & after p.f.c. using G A[15] A placing fter capacitor & before p.f.c. using DE A placing fter capacitor & after p.f.c. Using DE 77,152.82 77,131.8$ 77,767.77 77,741.49 41,107.18 41,128.2$ 40,492.23 40,518.51 - 14,676.48$ - 14,676.48 4,500 4,520.1 4,200 4,220.1 4,000 7,000 3,000 6,000 32,607.18 44,284.58$ 33,292.23 44,974.89 VII. CONCLUSION Before placing capaci tor Energy loss cost / Year S avi ng due to reduct ion in Energy loss / year Savi ngs due t o p. f. correcti on / year Total cos t of the Cap acitors (KVAR cost) Inst allati on cost of t he Capacit ors Net Savings / Year After p lacing the capacit or & before p.f. correction After placing t he capaci tor & after p.f. correction 1,18,260$ 77,767.77$ 77,741.49$ - 40,492.23$ 40,518.51$ - - 14,676.48$ - 4200$ 4220.1$ - 3000$ 6000$ - 33,292.23$ 44,974.89$ Buses having low power factor (less than 0.8 lag) are identified for the IEEE 69 Bus System and their power factor had been improved to unity simultaneously with the help of additional capacitors by DE Algorithm along with the Dimension Reducing Load Flow method. The act of improving the power factor of the poor power factor buses to unity power factor has resulted in better voltage profile, reducing losses in spite of additional capacitors placed, due to further increase in savings because of power factor correction. In overall consideration the Differential Evolution algorithm method along with improvement of the poor power factor buses to unity power factor was found to give good voltage profile, reduced losses and improved savings from the point of view of annual savings with good performance this seems to be the Best Method. REFERENCES Table 5 gives the comparison of Per Unit voltages of IEEE 69 Bus System before and after p.f. correction and [1] M. Damodar Reddy, Prof V.C. Veera Reddy “Optimal Table 6 gives the savings due to power factor correction of Capacitor Placement using fuzzy and real coded genetic algorithm for maximum saving” Journal of Theoretical and IEEE 69 Bus System using DE. Finally the net savings before Applied Information Technology” 2005 pp219-224. p.f. correction are 33,292.23$ and 44,974.89$ per annum [2] Miller, T.J.E, Reactive Power Control in Electric after p.f. correction. System, New York, John Wiley & Sons Inc1982. Table 7 gives comparison between savings due to power [3] Barn, M.E. and WU, F.F, Optimal Capacitor Placement on factor correction of IEEE 69 Bus System using DE and GA Radial Distribution System, IEEE Transaction on Power [15]. The reduction in real power losses is almost same in I. Delivery, 4(1), 1989, 725-734. in both GA and DE. The total number of capacitors required 53 © 2013 ACEEE DOI: 01.IJEPE.4.3.1313
  • 6. Short Paper ACEEE Int. J. on Electrical and Power Engineering , Vol. 4, No. 3, November 2013 [4] Chen, C.S. Shu, C.T and Yan Y.H, Optimal Distribution Feeder Capacitor Placement Considering Mutual Coupling Effect of Conductors, IEEE Transactions on Power Delivery, 10(2), 1995, 987-994. [5] R.Hooshmand and M.Joorabian, Optimal Choice of Fixed and Switched Capacitors for Distribution Systems by Genetic Algorithm, Proceedings of Australian Universities Power Engineering Conference (AUPEC’02), Melbourne, Australia,2002. [6] L.Furong, J.Pilgrim, C.Dabeedin, A.Cheebo and R.Aggarwal, Genetic Algorithms for Optimal Reactive Power Compensation on the National Grid System, IEEE Transactions on Power Systems, 20(1), 2005, 493-500. [7] Robert S.Agniar, Paolo Cuervo, Capacitor Placement in Radial Distribution Network through a Linear Deterministic Optimization Model. Electricity Engineering Department, University of Brasilia, Brazil. [8] A.Charette, J.Xu, A.Ba-Razzouk, P.Pillay, V.Rajagopalan, The Use of the Genetic Algorithm for in-situ Efficiency Measurement of an Induction Motor, IEEE Power Engineering Society Winter Meeting, 1(1), 2000, 392-397. Journal, vol. 264, pp. 18-24, Apr. 1997. [9] R. Storn, “On the usage of differential evolution for function optimization,” in Proc. the 1996 Biennial Conference of the North American Fuzzy Information 135 Processing Society, (NAFIPS 1996), pp. 519 – 523, 19th- 22nd Jun. 1996. © 2013 ACEEE DOI: 01.IJEPE.4.3.1313 [10] Cespedes R (1990) New method or the analysis of Distribution networks. IEEE Trans. Power Del. 5, 391– 396. 3. Chakravorty M and Das D (2001) Voltage stability analysis of radial distribution networks. Elect. Power Energy Syst. 23, 129–135. [11] Danaraj RMS (2007) An efficient software to Solve distribution power flow in complex mode. Research report, ATRI/R&D/ DPF1, Electrical department, Aurora’s Technological Research Institute, Hyderabad. [12] Baran ME and Wu FF (1989) Network reconfiguration in distribution systems for loss reduction and load balancing. IEEE Trans. Power Del. 4, 1401–1407. [13] Das D, Nagi HS and Kothari DP (1994) Novel method for solving radial distribution networks. Proc. Inst. Elect. Eng., Gen., Transm. Distrib. 141, 291–298. [14] Expósito AG and Ramos ER (1999) Reliable load flow technique for radial distribution networks. IEEE Trans Power Syst. 14, 1063–1069. [15] Rabih AJ (2006) Radial distribution load flow using conic programming. IEEE transactions on power systems, 21, 14581459. [16] S.Neelima, Dr. P. S. Subramanyam, “An optimization Approach for power factor correction in distribution systems using Genetic Algorithm”, CSEE-2013 SPRINGER, Feb 22, 23, Chennai. 54