You are on page 1of 7

International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING &

; ISSN 0976 6553(Online) Volume 5, Issue 2, February (2014), pp. 44-50 IAEME TECHNOLOGY (IJEET)

ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume 5, Issue 2, February (2014), pp. 44-50 IAEME: www.iaeme.com/ijeet.asp Journal Impact Factor (2014): 2.9312 (Calculated by GISI) www.jifactor.com

IJEET
IAEME

PERFORMANCE IMPROVEMENT OF DISTRIBUTION SYSTEM WITH MULTI DISTRIBUTED GENERATION USING PARTICLE SWARM OPTIMIZATION
P. Sobha Rani1, Dr. A. Lakshmi Devi2
1 2

Assoc.Professor, Dept.E.E.E. , N.B.K.R.I.S.T, Vidyanagar, Andhrapradesh Professor, Dept. E.E.E., S.V.University College of Engineering, Tirupathi

ABSTRACT Distributed generators are beneficial in reducing losses effectively in distribution systems as compared to other methods of loss reduction. Sizing and location of DG sources places an important role in reducing losses in distribution network. In this paper both genetic algorithm and particle swarm optimization methods are presented for optimal location and sizing of DG sources. The methodology is based on exact loss formula. The objective of this methodology is to calculate size and to identify the corresponding optimum location for DG placement for minimizing the total power losses and to improve voltage profile in primary distribution system. The proposed methodology is tested on IEEE-33 distribution system and the results are compared. Keywords: Distributed generation (DG), exact loss formula, Genetic algorithm (GA), Particle swarm optimization (PSO), Power losses. 1. INTRODUCTION Distribution system provides a final link between the high voltage transmission and consumers. Power loss in a distribution system is high because of low voltage and hence high current. One of modern important techniques in electrical distribution systems to reduce losses is to accommodate small scale decentralized generating units known as distributed generation (DG). The DGs are small scale power generation technologies of low voltage type that provide electrical power at a site closer to consumption centers. Developments of DGs will bring new chances to traditional distribution systems. Appropriate size and location of DG play a significant role in minimizing power losses in distribution systems. Examples of DG are diesel generators, small hydro, wind electric systems, solar electric systems, batteries, photo voltaic and fuel systems.

44

International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6553(Online) Volume 5, Issue 2, February (2014), pp. 44-50 IAEME

In the present vast load growing electrical system usage of DG have more advantages like reduction of transmission and distribution cost, electricity price, saving of fuel, line loss reduction, better voltage profile, power quality improvement. DG can be classified into four major types based on their terminal characteristics in terms of real and reactive power delivering capability as follows: 1. DG capable of injecting active power only. 2. DG capable of injecting reactive power only. 3. DG capable of injecting both active and reactive power. 4. DG capable of injecting active power but consuming reactive power. Photo voltaic, micro turbines, fuel cells which are integrated to main grid with the help of converters/ inverters are good examples of type1. Synchronous compensators such as gas turbines are examples for type2. DG units that are based on synchronous machine fall in type 3. Type 4 is mainly induction generators that are used in wind farms. This paper is organized as follows: Methodology is explained in section II, Problem formulation is discussed in section III, Simulation results are shown in section IV. 2. METHODOLOGY Technical advances and availability of renewable energy sources have resulted in a constantly increasing penetration of DG integrated with distribution networks. For the connection of new DG installations to the networks a variety of factors have to be taken into account to ensure that the DG doesnt adversely affect the operation and power quality of networks. In a large distribution system network with high power loss, it is difficult to select a particular bus from many buses so as to place a DG unit for loss reduction. Power losses are present at every bus and identification of bus with highest Power loss is important because losses at that bus includes majority of total losses in the system. This can be partially accomplished by DG unit placement in the network. If DG size exceeds certain value of limit, power loss at that bus becomes negative. This situation must be avoided. The beneficial effects of DG mainly depend on its location and size. Selection of optimal location and size of DG is a necessary process to maintain reliability of existing system effectively before it is connected to grid. There are many approaches to determine the optimum sizing and sitting of DG units in distribution systems considering overall system efficiency, system reliability, voltage profile, load variation, network losses. In some research the optimum location and size of a single DG unit is determined and in some others optimum location and sizes of multiple DG units are determined. In this Paper exact loss formula is used to determine the size and location of Type-1 and Type-2 DG. 3. PROBLEM FORMULATION The objective of problem is to find the location of DGs and its size for type-1 and type-2 DG to minimize the real power losses and to improve the voltage profile. Power loss in the system can be calculated by equation (1), given the system operating condition,

PL =

[
i =1, j =1

ij

( Pi Pj + Qi Q j ) + ij (Qi Pj Pi Q j )]
rij Vi V j rij Vi V j

(1)

Where ij =

Cos ( i j ) and ij =

Sin( i j )

45

International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6553(Online) Volume 5, Issue 2, February (2014), pp. 44-50 IAEME

The objective is to minimize PL subject to power balance constraints as per equation(2)

PDGi = PDi + PL

(2)

Voltage constraints: Vimin Vi Vimax Where PL is real power loss in the system, PDGi is real power generation DG at bus i, PDi is power delivered at bus i.

Type-1 DG
For type-1 DG, power factor is unity. The optimal size of DG at each bus i for minimizing losses is given by equation (3).

1 PDGi = PDi ii
Type-2 DG

[ ii Qi +

(P
j j =i , j i

ij

Q j ij )]
(3)

For type-2 DG, the optimal size of DG at each bus i for minimizing losses is given by equation (4)

1 QDGi = QDi + ii

[ ii Pi

(Q
j j =i , j i

ij

+ Pj ij )]

(4)

The optimal sizes at various locations have been calculated for different types of DG and the losses are calculated with optimal sizes for each case. The case with minimum losses is selected as optimal location for each type DG. This paper uses GA and PSO for solving problems of optimal sitting and sizing of DG.

3.1 Genetic algorithm Genetic algorithms (GA) are a part of evolutionary computing which is a rapidly growing area of artificial intelligence. GA begins with a set of solutions (represented by chromosomes) called population. Solution from one population are taken and used to form a new population. This is motivated by a hope that new population will be better than old one. Solutions that are then selected to form new solutions (offspring) according to their fitness- the more suitable they are the more chances to reproduce. This is repeated until some condition is satisfied. Simplicity of operation and power of effect are advantages of GA approach. Algorithm 1. Read the system data, perform load flow, and generate initial population size. 2. Start iteration count iter=1 3. Determine the sizes of DG units at each candidate node by decoding the population. 4. Place the DG unit at a candidate bus and run the load flow for each string of population and find the losses. With the obtained losses, calculate the fitness function. Fitness=1/total loss. 5. Arrange the elements of the fitness function in the descending order and hence find the maximum fit and average fit. 6. Find the error using Error=(maxfit) (average fit) If this error is less than epsilon, go to step 9.
46

International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6553(Online) Volume 5, Issue 2, February (2014), pp. 44-50 IAEME

7.

Carry out cross over and mutation on the off springs and generate new population. Increment the iteration count. 8. If (iter<=itermax) go to step 3. 9. If the problem is converged in itermax iterations stop. 10. Print the DG unit rating and power losses after compensation.

3.2 Particle swarm optimization Particle swarm optimization is an algorithm capable of optimizing a nonlinear and multi dimensional problem which gives good solutions. The basic concept of algorithm is to create a swarm of particles which move in the space around them (the problem space) searching for their goal, the place which best suits their needs is given by a fitness function. Each particle keeps track of its coordinates in the solution space which are associated with best solution (fitness) that has achieved so far by that particle. This value is called personal best (pbest). Another best value is the best value obtained so far by any particle in the neighborhood of that particle. This value is called gbest. The basic concept of PSO lies in accelerating each particle toward its pbest and gbest locations with a random weighted acceleration. The modification of the particles position can be mathematically modeled according the following equation:
Vik +1 = wVik +c1 rand1() x (pbesti-sik) + c2 rand2() x (gbest-sik) where, vik: velocity of agent i at iteration k, w: weighting function, cj: weighting factor, rand: uniformly distributed random number between 0 and 1, sik: current position of agent i at iteration k, pbesti: pbest of agent i, gbest: gbest of the group. The following weighting function is usually utilized in (6) (5)

w = wMax-[(wMax-wMin) x iter]/maxIter
where wMax = initial weight, wMin = final weight, maxIter = maximum iteration number, iter = current iteration number. sik+1 = sik + Vik+1

(6)

(7)

Algorithm 1. Read the system data, perform load flow 2. Randomly generate an initial population of particles with random positions and velocities on dimensions in solution space. 3. Initialize the swarm from the solution space. 4. Evaluate fitness of individual particles. 5. Modify gbest, pbest and velocity. 6. Move each particle to a new position. 7. Go to step 3, and repeat until convergence or a stopping condition is satisfied.
47

International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6553(Online) Volume 5, Issue 2, February (2014), pp. 44-50 IAEME

4. SIMULATION
The proposed algorithm is tested on IEEE-33 bus system. The original total real power loss and reactive power loss in the system are found to be 301.696 kW and 220.6 kvar respectively by conducting Backward-Forward load flow method. For GA parameters population size=100, crossover probability=0.7; the maximum number of DG is 3 for each type. One type-1 DG can reduce total real and reactive power loss by23.77 and 25.44 respectively. For three type-1 DGs they can further reduce the loss by 66.68 compared to 29.65 in type-2 DG. The results are shown following tables.

Table 1. Summary of results for type-1 DG


Number of DG G A 1 DG P S O G A Bus Number 9 8 TPL(kw) Without DG 301.69 301.69 With DG 251.63 243.74 % loss reduction 19.89 23.77 DG size (kw) 288.926 383.442 TQL(kvar) Without DG 220.6 220.6 With DG 182.15 175.86 %loss reduction 21.11 25.44 Without DG 0.8866 0.8971 Voltage(p.u) With DG 0.9016 0.9127 % voltage increment 1.69 1.74

301.69

200.952

50.14

383.424

220.6

143.08

54.18

0.8971

0.9275

3.39

2DG P S O G A 3DG P S O

8 8 8 9 15 32 8 8 17

301.69

200.85

50.20

383.424 383.98 383.98 288.08 146.518 333.72 384.13 384.13 130.837

220.6

143.0

54.26

0.8971

0.9275

3.39

301.696

181.69

66.67

220.6

127.98

72.37

0.8866 0.8613 0.8868 0.8971 0.8971 0.8565

0.9173 0.8986 0.9166 0.9329 0.9329 0.9030

3.46 4.33 3.36 3.99 3.99 5.42

301.696

181.009

66.68

220.6

127.9

72.47

Table 2: Summary of results for type-2 DG


Number of DG G A 1 DG PS O G A 2 DG PS O 8 31 G A 3 DG PS O 9 27 32 27 30 32 301.696 232.71 29.64 301.696 246.19 22.54 206.013 339.076 179.038 349.937 279.469 350 235.76 279.47 220.6 170.6 29.31 220.6 178.65 23.48 0.8971 0.8882 0.8866 0.9284 0.8868 0.9284 0.8966 0.8868 0.9107 0.9070 0.9043 0.9403 0.9082 0.9409 0.9184 0.9122 1.49 2.116 1.996 1.282 2.41 1.346 2.43 2.86 Bus Number 31 TPL(kw) Without DG 301.696 With DG 263.74 % loss reduction 14.39 DG size (kvar) 339.274 TQL(kvar) Without DG 220.6 With DG 191.88 %loss reduction 14.96 Without DG 0.8882 Voltage(p.u) With DG 0.9029 % voltage increment 1.65

31 27 32

301.696 301.696

263.75 247.43

14.38 21.93

339.074 350 279.471

220.6 220.6

191.89 182.03

14.96 21.18

0.8882 0.9284 0.8868

0.9029 0.9378 0.9076

1.65 1.012 2.345

301.696

232.7

29.65

220.6

170.58

29.32

48

International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6553(Online) Volume 5, Issue 2, February (2014), pp. 44-50 IAEME

Simulation results are shown in the following figures.


1 without DG with DG GA with DG PSO

0.95 Voltage in p.u. 0.9 0.85

10

15 20 BUS NUMBER

25

30

35

Fig 1: Bus voltages for one Type-1 DG


1 0.9 0.8 0.7 Lin eL osses 0.6 0.5 0.4 0.3 0.2 0.1 0 without DG with DG GA with DG PSO

10

15 20 Branch Number

25

30

35

Fig 2: Line losses for one Type-1 DG


1 without DG with DG GA with DG PSO

0.95 V o lta g e in p .u 0.9 0.85

10

15 20 Bus Number

25

30

35

Fig 3: Bus voltages for three Type-2 DGS


49

International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6553(Online) Volume 5, Issue 2, February (2014), pp. 44-50 IAEME
1 0.9 0.8 0.7 Loss in p.u 0.6 0.5 0.4 0.3 0.2 0.1 0 without DG with DG GA with DG PSO

10

15 20 Branch Number

25

30

35

Fig 4: Line losses for three Type-2 DGs 5. CONCLUSION


In this paper both genetic algorithm and particle swarm optimization methods are used for optimal placement of multi DG sources. Exact loss formula is used to determine optimal size and the location for both type-1 and type-2 DGs. The two types of DGs effectively reduced the power loss and voltage profile is also improved.

REFERENCES [1]. M.H.Moradi, M.Abedini, A combination of genetic algorithm and particle swarm optimization for optimal DG location and sizing in distribution system, Electric power energy systems 34 (2012) 66-74. [2]. P.Sobha Rani, Dr.A.Lakshmi Devi, Sizing and placement of multi DG using exact loss formula,, International journal of advanced research in electrical electronics and instrumentation engineering, vol.2, issue 11, Nov 2013. [3]. Duong quoc Hung, Nadarajah Mithulananthan, Multiple distributed generations in primary distribution networks for loss reduction, IEEE transactions on industrial electronics, vol.60, No.4, April 13. [4]. W. El-hattam, M.M.A. Salma, DG technologies definition and benefits, Electrical power system research, vol.71, pp 119-128, 2004. [5]. A.M.El-Zonkoly, optimal placement of multi DG units including different load models using particle swarm optimization, Swarm and evolutionary computation, 1(2011) 50-59. [6]. D. Zhu, R.P.Broad water, K.Tam, R. Seguin, H. Asgeirsson, Impact of DG placement on reliability and efficiency with time varying loads, IEEE transactions on power systems 21(1) 2006,419-427. [7]. T.Gozel, M.H.Hocaoglu, An analytical method for the sizing and sitting of distributed generators in radial systems, International journal of electric power system research 79(2009) 912-918. [8]. Dr.T.Ananthapadmanabha, Maruthi Prasanna.H.A., Veeresha.A.G. and Likith Kumar. M. V, A New Simplified Approach for Optimum Allocation of a Distributed Generation Unit in the Distribution Network for Voltage Improvement and Loss Minimization, International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 2, 2013, pp. 165 - 178, ISSN Print : 0976-6545, ISSN Online: 0976-6553.
50

You might also like