SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 215
OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION
UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE
Rosamma Thomas1
, Jino M Pattery2
, Surumi Hassainar3
1
M.Tech Student, Electrical and Electronics, FISAT, Kerala, India, rosamma.tk@gmail.com
2
Senior Engineer, Product Division, Kalkitech, Kerala, India, jino.pattery@kalkitech.in
3
Assistant Professor, Electrical and Electronics, FISAT, Kerala, India, surumishf@gmail.com
Abstract
This paper proposes the application of Parallel Particle Swarm Optimization (PPSO) technique to find the optimal sizing of multiple
DG(Distributed Generation) units in the radial distribution network by reduction in real power losses and enhancement in voltage
profile. Message passing interface (MPI) is used for the parallelization of PSO. The initial population of PSO algorithm has been
divided between the processors at run time. The proposed technique is tested on standard 123-bus test system and the obtained results
show that the simulation time is significantly reduced and is concluded that parallelization helps in enhancing the performance of
basic PSO. The procedure has been implemented in an environment in which OpenDSS (Open Distribution System Simulator) is
driven from MATLAB. An adaptive weight particle swarm optimization algorithm has been developed in MATLAB , parallelization is
achieved using MATLABMPI and the unbalanced three-phase distribution load flow (DLF) has been performed using Electric Power
Research Institute’s (EPRI) open source tool OpenDSS.
Index Terms: Distributed Generation, Message Passing Interface, Optimal Placement, Parallel Particle Swarm
Optimisation
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Distribution network characteristics include radial structure,
unbalanced operation, high R/X ratios, and nowadays
distributed generation(DG) too . Distribution systems were
designed to operate under unidirectional power flow
conditions, but with distributed generation in the network the
power flow is no longer unidirectional [1]. Some benefits of
installation of distributed generation to the distribution system
are improving voltage profile, reduction in losses, and
providing backup power [2]. Reverse power flow may occur
and can cause voltage rise problem , if penetration level is too
high and also the power loss in the network may be more due
to inappropriate sizing of DG than that of the case without any
DG [3] , [4]. Deep and detailed studies are needed for the
analysis of the distribution network with DG. For these
studies to be possible an appropriate power flow algorithm is
necessary. So the distribution load flow is carried out using
OpenDSS (Open Distribution System Simulator).
The global minimum is easily found out by particle swarm
optimization (PSO) algorithm. It can be used to optimize
objective functions which are not differentiable and irregular.
So PSO based unbalanced three-phase power flow can be
used to solve DG capacity problem in a distribution network
[5]. But it has the disadvantage that, since the algorithm
simulates the movement of a swarm of particle solutions over
a very large number of iterations, it takes a significant
processing time. So a parallel implementation of the PSO is
proposed to reduce the computation time. In this approach the
basic PSO with a very large number of particles and iterations
are simulated in a reduced time[6].
The paper has been organised as follows: In section 2, PSO
algorithm is described briefly. Section 3 describes parallel
PSO using MPI. The objective function formulation of DG
generation capacity is explained in section 4.1.
Implementation of the procedure is given in section 4.2 . Test
system and results are given in section 5.
2. PARTICLE SWARM OPTIMIZATION
Kennedy and Eberhart proposed Particle swarm optimization
(PSO) algorithm which is a population-based optimization
method inspired by social behavior of bird flocking or fish
schooling[7] . In this method individuals called particles
change their position during the optimization process. Each
particle adjusts its position according to its own experience
(pbest), and according to the experience of a neighboring
particle (gbest). The velocity at which the particles move is
given by the equation (1).
= + − ) + − ) 1)
The particle’s new position in the search space is given by
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 216
the equation(2 ).
= + = 1,2, … , 2)
where,
is current searching point,
is modified searching point,
is modified velocity of agent i,
is number of particles in a group,
is pbest of agent i,
is gbest of the group,
is weight function for velocity of agent i,
and are random numbers between 0 and 1
is weight coefficients for each term.
Inertia weight can be calculated by equation (3) .
= − − !)"# "⁄ % 3)
where,
! and are the minimum and maximum weights
respectively. " and " are the current and maximum
iteration. Appropriate value ranges for and are between 1
and 2.
3. PARALLEL PSO USING MPI
To analyze distribution systems of realistic size, some
refinements are needed to significantly reduce the simulation
time of basic PSO. The efficiency of PSO algorithm can be
improved largely by parallel computing technique. Multiple
processors are used to implement the algorithm which reduces
the simulation time. Hence complex functions can be
optimized using parallel PSO [11]. MPI is used to parallelise
PSO so easily. In this paper the swarm particles of basic PSO
are distributed equally among processors such that all
processors have equal load.
4. OPTIMUM CAPACITY ALLOCATION OF DG
UNITS BASED ON PARALLEL PSO
4.1 Objective Function Formulation
The objective of the paper is to determine the optimum
generation capacity of multiple DG units in an unbalanced
distribution network so that efficiency is enhanced and
stability is ensured. The utility’s operating cost can be reduced
and efficiency can be enhanced by reducing the power losses
of the distribution area. So, objective function is considered as
follow:
()*+ = ∑ -. ") 4)!
0
where, PL is the power loss in power delivery lines and n is
the total number of distribution lines[5].
Reverse power flow may occur if DG penetration is too high
and this causes over voltage at the buses[3] . Therefore,
steady-state voltage stability limits have been considered as
inequality constraint. If ! and are the minimum and
maximum voltage limit and N is the total number of nodes,
then voltage stability limit can be written as:
! < < , ∀ 3 5)
In this analysis, the inequality constraint is added to the
objective function using penalty factors[6]. Therefore, overall
objective function can be written as:
min ( 8, 9) 6)
where
( 8, 9) = ()*+ 8, 9) + (; 8, 9) 7)
subject to 8, 9) = 0 8)
with 8 ∈ @!
A B 9 ∈ @
Three different types of DG technologies have been
considered for optimum capacity allocation[5].
They are:
• Type-1 DG: which delivers real power only; therefore,
power factor is 1. e.g. PV cell, fuel cells etc.
• Type-2 DG: which delivers both real and reactive power,
therefore, power factor is positive (In this analysis pf=0.88 has
been considered). e.g. synchronous generators.
• Type-3 DG: which delivers real power but consumes
reactive power, therefore, power factor is negative (In this
analysis pf=-0.88 has been considered).e.g. induction
generators
4.2 Implementation of the Procedure
Optimum generation capacity of multiple DG units are
found out using PSO algorithm implemented in Matlab.
Unbalanced three phase DLF is done using OpenDSS. At
every iteration Matlab and OpenDSS interact with each
other. OpenDSS has a COM (Component Object Model)
server DLL (Dynamic-link library) that can be driven from
other software platforms such as Matlab[10]. For
parallelization of PSO MatlabMPI is used. It is set of Matlab
scripts that implement a subset of MPI and allow any Matlab
program to be run on a parallel computer. MatlabMPI will
run on any combination of computers that Matlab
supports[10].The block diagram of the implemented
procedure is shown in Fig.2 and flowchart is given in Fig. 1
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 217
Fig.1 Flowchart of the implemented procedure
Processor1
Swarm 1 to m
Run DLF using
OpenDSS
Calculate objective
function for each
particle of swarm
Processor1
Swarm 1 to m
Processor p
Swarm pm+ 1 to n
Run DLF using
OpenDSS
Run DLF using
OpenDSS
Calculate objective
function for each
particle of swarm
Calculate objective
function for each
particle of swarm
Calculate number of swarm per processor (m)
Randomly initialise swarm particle position and velocity Also
initialise other PSO parameters
Initialize number of swarm particles (n) and number
of processors(p)
Start
Initialise particle’s best known position Pi and swarm’s
best known position Pg
Update velocity and position of each particle
Processor2
Swarm m+1 to 2m
Processor p
Swarm pm+ 1 to n
Run DLF using
OpenDSS
Run DLF using
OpenDSS
Calculate objective
function for each
particle of swarm
Calculate objective
function for each
particle of swarm
Update particle’s best known position Pi and swarm’s best
known position Pg if necessary
Processor2
Swarm m+1 to 2m
Run DLF using
OpenDSS
Calculate objective
function for each
particle of swarm
Check if any stopping
criterion is satisfied
Stop and print results
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 218
Fig. 2 Block diagram of implemented procedure
5. TEST SYSTEM AND RESULTS
The analysis has been carried out on IEEE 123 node
test distribution feeder which is three-phase unbalanced in
nature. The IEEE 123 node test system does not have any DG
in the base case. In this analysis potential sites for DG
installation have been selected prior to the analysis.
In [5] the author has used basic PSO for optimising
multiple DG unit capacities. The data used in [5] are as
follows. In [5] DG units have been installed in the heavily
loaded buses selected which are bus 76 , bus 48 and bus 65 .
Optimal generation capacity of DG units installed in those
buses has been determined. For the optimization process each
DG capacity has been limited by the equation(9).
-CD
!
< -CD < -CD ,					 	∀	3																																														 9
where -CD
!
is 90 kW (around 2.5% penetration) and -CD is
3 MW (around 85% penetration) and 3 represents the number
of DG units. The same case is simulated with parallel PSO in
this paper.
The purpose of this test scenario is to analyze
computational complexity and time and to examine the
impact of multiple optimum sized DG on power loss profile
and voltage profile of the network. As the number of DG units
increases and the network size increases, solution
complexitywill increase to determine the optimum generation
capacity. Completeness and speed are two qualities of the
proposed method.
In this work the computations are performed
on a HPDL980G8 hardware with 4 processor each with 10
cores. The simulation is conducted in a virtual environment
with four operating system with one master node and three
slave nodes.
Fig.3 IEEE node test feeder
Results for optimum DG capacity at bus 76 , 48 and
65 using the proposed method of parallel PSO using MPI for
three different DG technologies are given in Table I.
Table 1
Comparison Of Solution Time With Basic
PSO And Parallel PSO
Installation of multiple DG units with optimum capacity
will decrease the network power loss significantly. Power loss
of the network becomes 20.17 kW, 19.3 kW and 51.4 kW
respectively for type-1, type-2 and type-3 optimum sized DG
units. Power loss of 123 node test feeder without any DG is
95.8kW. Power loss reduction(PLR) by the DG units can be
calculated using (10) [5]. Power loss reduction is less for
type-3 DG units as they consume reactive power from the
DG Technology
Type-1
DG
Type-2
DG
Type-3
DG
Optimum
DG
capacity
(MW)
at bus 76 1.58 1.22 1.21
at bus 48 0.99 1.02 0.52
at bus 65 0.39 0.39 0.20
Solution time with
basic PSO (s)
20.10 19.90 21.30
Solution time with
parallel PSO (s)
6.91 6.72 7.21
Power Loss (kW) 20.17 19.30 51.40
Power Loss
Reduction (PLR)(%)
78.94 79.80 46.34
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 219
grid; therefore, more power loss occurs compared with the
other two DG technologies[5].
-F@ = -.GHH − -.GHH
CD ) -.GHH⁄ ) ∗ 100%																									 10
where,
-.GHH =Power loss of the system before introducing DG
-.GHH
CD
=Power loss of the system after adding DG
From the table it is clear that with parallelisation of PSO
the simulation time is reduced compared to simulation with
basic PSO used in [5].Following figure shows the location of
three type-1 DG units.
Fig. 4 Location of 3 Type1 DG units in the network
From Fig. 5 it is observed that the steady state voltage
at all nodes are within the permissible limit of 0.94pu and
1.06pu. Thus by optimization of the DG capacities the voltage
profile is also improved.
Fig. 5 Node Voltage considering 3 Type1 DG units
6. CONCLUSION
From the results it can be easily concluded that, using
multiple DG units with optimum generation capacity , power
loss of network is reduced and voltage profile remains within
stability margin. Also without the addition of any extra
parameter PSO can be parallelized which reduces the
simulation time. A major drawback in parallel programming is
communication between processors which cannot be removed
completely. So for getting a considerable reduction in time
with multi processors the problem size should be large.
Distribution system networks are fairly large in size, so this
method can be used to optimize distribution system problems.
7. REFERENCES
[1] V. Janev. Implementation and evaluation of a distribution
load flow algorithm for networks with distributed generation.
Bachelor's Thesis, ETH Zurich, 2009
[2] H. Lee Willis and W.G. Scott, Distributed Power
Generation. Planning and Evaluation, Marcel Dekker, 2000.
[3] P. Carvalho, P. Correia, and L. Ferreira, “Distributed
reactive power generation control for voltage rise mitigation in
distribution networks,” IEEE Transactions on Power Systems,
vol. 23, no. 2, pp. 766–772, May 2008.
[4] V. Quezada, J. Abbad, and T. Roman, “Assessment of
energy distribution losses for increasing penetration of
distributed generation,” IEEE Transactions on Power Systems,
vol. 21, no. 2, pp. 533–540, May 2006.
[5] Adnan Anwar and H. R. Pota, ‘Optimum Capacity
Allocation of DG Units based on Unbalanced Three-phase
Optimal Power Flow’ in IEEE PES General Meeting, San
Diego, USA, Jul. 2012.
[6]V. Roberge and M. Tarbouchi”Parallel particle swarm
optimization on graphical processing unit for pose
estimation”. WSEAS Transactions on Computers , 11(6):170
179, June 2012.
[7] J. Kennedy, and R. Eberhart, “Particle swarm
optimization”, IEEE Int. Conf. on Neural Networks IV, p.
1941-1948, Piscataway, NJ, 1995
[8] Eberhart and Y. Shi, “Particle swarm optimization:
developments, applications and resources,” in Proceedings of
the 2001 Congress on Evolutionary Computation.
[9] “OpenDSS manual and reference guide.” [Online].
Available: http://sourceforge.net/projects/electricdss
[10] “MatlamMPI reference guide .”[Online].Available:
http://www.ll.mit.edu/mission/cybersec/softwaretools/matlab
mpi/matlabmpi.html
[11] G.Singal, A. Jain and A. Patnaik , “Parallelization of
Particle Swarm Optimization using Message Passing
Interfaces” in NaBIC 2009 World Congress

More Related Content

What's hot

A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...eSAT Publishing House
 
Adaptive Training of Radial Basis Function Networks Based on Cooperative
Adaptive Training of Radial Basis Function Networks Based on CooperativeAdaptive Training of Radial Basis Function Networks Based on Cooperative
Adaptive Training of Radial Basis Function Networks Based on CooperativeESCOM
 
A multi objective hybrid aco-pso optimization algorithm for virtual machine p...
A multi objective hybrid aco-pso optimization algorithm for virtual machine p...A multi objective hybrid aco-pso optimization algorithm for virtual machine p...
A multi objective hybrid aco-pso optimization algorithm for virtual machine p...eSAT Publishing House
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units IJECEIAES
 
Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoeSAT Publishing House
 
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkPresentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkArzam Muzaffar Kotriwala
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsTELKOMNIKA JOURNAL
 
A novel load balancing model for overloaded cloud
A novel load balancing model for overloaded cloudA novel load balancing model for overloaded cloud
A novel load balancing model for overloaded cloudeSAT Publishing House
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...eSAT Publishing House
 
Comparative study of fuzzy logic and ann for short term load forecasting
Comparative study of fuzzy logic and ann for short term load forecastingComparative study of fuzzy logic and ann for short term load forecasting
Comparative study of fuzzy logic and ann for short term load forecastingeSAT Publishing House
 
Introduction to Radial Basis Function Networks
Introduction to Radial Basis Function NetworksIntroduction to Radial Basis Function Networks
Introduction to Radial Basis Function NetworksESCOM
 
On the-joint-optimization-of-performance-and-power-consumption-in-data-centers
On the-joint-optimization-of-performance-and-power-consumption-in-data-centersOn the-joint-optimization-of-performance-and-power-consumption-in-data-centers
On the-joint-optimization-of-performance-and-power-consumption-in-data-centersCemal Ardil
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...IJERA Editor
 
Low power test pattern generation for bist applications
Low power test pattern generation for bist applicationsLow power test pattern generation for bist applications
Low power test pattern generation for bist applicationseSAT Journals
 
Low power test pattern generation for bist applications
Low power test pattern generation for bist applicationsLow power test pattern generation for bist applications
Low power test pattern generation for bist applicationseSAT Publishing House
 
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...ijsrd.com
 
Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithmiosrjce
 

What's hot (19)

A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...
 
Adaptive Training of Radial Basis Function Networks Based on Cooperative
Adaptive Training of Radial Basis Function Networks Based on CooperativeAdaptive Training of Radial Basis Function Networks Based on Cooperative
Adaptive Training of Radial Basis Function Networks Based on Cooperative
 
A multi objective hybrid aco-pso optimization algorithm for virtual machine p...
A multi objective hybrid aco-pso optimization algorithm for virtual machine p...A multi objective hybrid aco-pso optimization algorithm for virtual machine p...
A multi objective hybrid aco-pso optimization algorithm for virtual machine p...
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
 
Analysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified psoAnalysis of economic load dispatch using fuzzified pso
Analysis of economic load dispatch using fuzzified pso
 
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural NetworkPresentation: Wind Speed Prediction using Radial Basis Function Neural Network
Presentation: Wind Speed Prediction using Radial Basis Function Neural Network
 
GWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plantsGWO-based estimation of input-output parameters of thermal power plants
GWO-based estimation of input-output parameters of thermal power plants
 
A novel load balancing model for overloaded cloud
A novel load balancing model for overloaded cloudA novel load balancing model for overloaded cloud
A novel load balancing model for overloaded cloud
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...
 
Comparative study of fuzzy logic and ann for short term load forecasting
Comparative study of fuzzy logic and ann for short term load forecastingComparative study of fuzzy logic and ann for short term load forecasting
Comparative study of fuzzy logic and ann for short term load forecasting
 
Introduction to Radial Basis Function Networks
Introduction to Radial Basis Function NetworksIntroduction to Radial Basis Function Networks
Introduction to Radial Basis Function Networks
 
F010434147
F010434147F010434147
F010434147
 
On the-joint-optimization-of-performance-and-power-consumption-in-data-centers
On the-joint-optimization-of-performance-and-power-consumption-in-data-centersOn the-joint-optimization-of-performance-and-power-consumption-in-data-centers
On the-joint-optimization-of-performance-and-power-consumption-in-data-centers
 
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
Cost Aware Expansion Planning with Renewable DGs using Particle Swarm Optimiz...
 
Low power test pattern generation for bist applications
Low power test pattern generation for bist applicationsLow power test pattern generation for bist applications
Low power test pattern generation for bist applications
 
Low power test pattern generation for bist applications
Low power test pattern generation for bist applicationsLow power test pattern generation for bist applications
Low power test pattern generation for bist applications
 
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
Route Optimization to make Energy Efficient MANET using Vishal Fuzzy Genetic ...
 
Improved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling AlgorithmImproved Max-Min Scheduling Algorithm
Improved Max-Min Scheduling Algorithm
 
40120140507002
4012014050700240120140507002
40120140507002
 

Viewers also liked

Low power fpga solution for dab audio decoder
Low power fpga solution for dab audio decoderLow power fpga solution for dab audio decoder
Low power fpga solution for dab audio decodereSAT Publishing House
 
Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...eSAT Publishing House
 
Survey on dynamic source routing, attacks and counter measures in wireless se...
Survey on dynamic source routing, attacks and counter measures in wireless se...Survey on dynamic source routing, attacks and counter measures in wireless se...
Survey on dynamic source routing, attacks and counter measures in wireless se...eSAT Publishing House
 
Statistical optimization of process parameters for
Statistical optimization of process parameters forStatistical optimization of process parameters for
Statistical optimization of process parameters foreSAT Publishing House
 
Smart missile navigation in defence system using rc4 algorithm to detect target
Smart missile navigation in defence system using rc4 algorithm to detect targetSmart missile navigation in defence system using rc4 algorithm to detect target
Smart missile navigation in defence system using rc4 algorithm to detect targeteSAT Publishing House
 
Increasing network efficiency by preventing attacks at access layer
Increasing network efficiency by preventing attacks at access layerIncreasing network efficiency by preventing attacks at access layer
Increasing network efficiency by preventing attacks at access layereSAT Publishing House
 
Detection of crossover & bifurcation points on a retinal fundus image by anal...
Detection of crossover & bifurcation points on a retinal fundus image by anal...Detection of crossover & bifurcation points on a retinal fundus image by anal...
Detection of crossover & bifurcation points on a retinal fundus image by anal...eSAT Publishing House
 
Investigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomInvestigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomeSAT Publishing House
 
Fpga based computer aided diagnosis of cardiac murmurs and sounds
Fpga based computer aided diagnosis of cardiac murmurs and soundsFpga based computer aided diagnosis of cardiac murmurs and sounds
Fpga based computer aided diagnosis of cardiac murmurs and soundseSAT Publishing House
 
A survey report for performance analysis of finite
A survey report for performance analysis of finiteA survey report for performance analysis of finite
A survey report for performance analysis of finiteeSAT Publishing House
 
Analytical study of abutment and pile behaviour of iab with soil interaction
Analytical study of abutment and pile behaviour of iab with soil interactionAnalytical study of abutment and pile behaviour of iab with soil interaction
Analytical study of abutment and pile behaviour of iab with soil interactioneSAT Publishing House
 
Correcting garment set deformalities on virtual human model using transparanc...
Correcting garment set deformalities on virtual human model using transparanc...Correcting garment set deformalities on virtual human model using transparanc...
Correcting garment set deformalities on virtual human model using transparanc...eSAT Publishing House
 
A new approach on noise estimation of images
A new approach on noise estimation of imagesA new approach on noise estimation of images
A new approach on noise estimation of imageseSAT Publishing House
 
Voltage sag mitigation using supercapacitor based dynamic voltage restorer
Voltage sag mitigation using supercapacitor based dynamic voltage restorerVoltage sag mitigation using supercapacitor based dynamic voltage restorer
Voltage sag mitigation using supercapacitor based dynamic voltage restorereSAT Publishing House
 
A survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationA survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationeSAT Publishing House
 
Implementation of sql server based on sqlite engine on
Implementation of sql server based on sqlite engine onImplementation of sql server based on sqlite engine on
Implementation of sql server based on sqlite engine oneSAT Publishing House
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...eSAT Publishing House
 
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...Roberto Scarafia
 
Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...eSAT Publishing House
 
A new design method for low speed torus type afpm
A new design method for low speed torus type afpmA new design method for low speed torus type afpm
A new design method for low speed torus type afpmeSAT Publishing House
 

Viewers also liked (20)

Low power fpga solution for dab audio decoder
Low power fpga solution for dab audio decoderLow power fpga solution for dab audio decoder
Low power fpga solution for dab audio decoder
 
Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...
 
Survey on dynamic source routing, attacks and counter measures in wireless se...
Survey on dynamic source routing, attacks and counter measures in wireless se...Survey on dynamic source routing, attacks and counter measures in wireless se...
Survey on dynamic source routing, attacks and counter measures in wireless se...
 
Statistical optimization of process parameters for
Statistical optimization of process parameters forStatistical optimization of process parameters for
Statistical optimization of process parameters for
 
Smart missile navigation in defence system using rc4 algorithm to detect target
Smart missile navigation in defence system using rc4 algorithm to detect targetSmart missile navigation in defence system using rc4 algorithm to detect target
Smart missile navigation in defence system using rc4 algorithm to detect target
 
Increasing network efficiency by preventing attacks at access layer
Increasing network efficiency by preventing attacks at access layerIncreasing network efficiency by preventing attacks at access layer
Increasing network efficiency by preventing attacks at access layer
 
Detection of crossover & bifurcation points on a retinal fundus image by anal...
Detection of crossover & bifurcation points on a retinal fundus image by anal...Detection of crossover & bifurcation points on a retinal fundus image by anal...
Detection of crossover & bifurcation points on a retinal fundus image by anal...
 
Investigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedomInvestigation of behaviour of 3 degrees of freedom
Investigation of behaviour of 3 degrees of freedom
 
Fpga based computer aided diagnosis of cardiac murmurs and sounds
Fpga based computer aided diagnosis of cardiac murmurs and soundsFpga based computer aided diagnosis of cardiac murmurs and sounds
Fpga based computer aided diagnosis of cardiac murmurs and sounds
 
A survey report for performance analysis of finite
A survey report for performance analysis of finiteA survey report for performance analysis of finite
A survey report for performance analysis of finite
 
Analytical study of abutment and pile behaviour of iab with soil interaction
Analytical study of abutment and pile behaviour of iab with soil interactionAnalytical study of abutment and pile behaviour of iab with soil interaction
Analytical study of abutment and pile behaviour of iab with soil interaction
 
Correcting garment set deformalities on virtual human model using transparanc...
Correcting garment set deformalities on virtual human model using transparanc...Correcting garment set deformalities on virtual human model using transparanc...
Correcting garment set deformalities on virtual human model using transparanc...
 
A new approach on noise estimation of images
A new approach on noise estimation of imagesA new approach on noise estimation of images
A new approach on noise estimation of images
 
Voltage sag mitigation using supercapacitor based dynamic voltage restorer
Voltage sag mitigation using supercapacitor based dynamic voltage restorerVoltage sag mitigation using supercapacitor based dynamic voltage restorer
Voltage sag mitigation using supercapacitor based dynamic voltage restorer
 
A survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationA survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communication
 
Implementation of sql server based on sqlite engine on
Implementation of sql server based on sqlite engine onImplementation of sql server based on sqlite engine on
Implementation of sql server based on sqlite engine on
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
 
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...
20160219 - M. Agostini - Nuove tecnologie per lo studio del DNA tumorale libe...
 
Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...Evaluation of the impact of oil spillage on izombe community and their produc...
Evaluation of the impact of oil spillage on izombe community and their produc...
 
A new design method for low speed torus type afpm
A new design method for low speed torus type afpmA new design method for low speed torus type afpm
A new design method for low speed torus type afpm
 

Similar to Optimum capacity allocation of distributed generation

IRJET- Performance Analysis of Energy Efficient Clustering Protocol using TAB...
IRJET- Performance Analysis of Energy Efficient Clustering Protocol using TAB...IRJET- Performance Analysis of Energy Efficient Clustering Protocol using TAB...
IRJET- Performance Analysis of Energy Efficient Clustering Protocol using TAB...IRJET Journal
 
Pilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaPilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaeSAT Publishing House
 
Performance comparison of row per slave and rows set per slave method in pvm ...
Performance comparison of row per slave and rows set per slave method in pvm ...Performance comparison of row per slave and rows set per slave method in pvm ...
Performance comparison of row per slave and rows set per slave method in pvm ...eSAT Journals
 
Performance comparison of row per slave and rows set
Performance comparison of row per slave and rows setPerformance comparison of row per slave and rows set
Performance comparison of row per slave and rows seteSAT Publishing House
 
Performance comparison of distributed generation installation arrangement in ...
Performance comparison of distributed generation installation arrangement in ...Performance comparison of distributed generation installation arrangement in ...
Performance comparison of distributed generation installation arrangement in ...journalBEEI
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...ijiert bestjournal
 
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...eSAT Journals
 
Energy efficient resources allocations for wireless communication systems
Energy efficient resources allocations for wireless communication systemsEnergy efficient resources allocations for wireless communication systems
Energy efficient resources allocations for wireless communication systemsTELKOMNIKA JOURNAL
 
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...IJERA Editor
 
A new scaled fuzzy method using PSO segmentation (SePSO) applied for two area...
A new scaled fuzzy method using PSO segmentation (SePSO) applied for two area...A new scaled fuzzy method using PSO segmentation (SePSO) applied for two area...
A new scaled fuzzy method using PSO segmentation (SePSO) applied for two area...IJECEIAES
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET Journal
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter eSAT Journals
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filterAn fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filtereSAT Publishing House
 
An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...eSAT Publishing House
 
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...IJERD Editor
 
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...IJERD Editor
 
Reconfiguration and Capacitor Placement in Najaf Distribution Networks Sector...
Reconfiguration and Capacitor Placement in Najaf Distribution Networks Sector...Reconfiguration and Capacitor Placement in Najaf Distribution Networks Sector...
Reconfiguration and Capacitor Placement in Najaf Distribution Networks Sector...IRJET Journal
 
IRJET- Fitness Function as Trust Value using to Efficient Multipath Routi...
IRJET-  	  Fitness Function as Trust Value using to Efficient Multipath Routi...IRJET-  	  Fitness Function as Trust Value using to Efficient Multipath Routi...
IRJET- Fitness Function as Trust Value using to Efficient Multipath Routi...IRJET Journal
 

Similar to Optimum capacity allocation of distributed generation (20)

IRJET- Performance Analysis of Energy Efficient Clustering Protocol using TAB...
IRJET- Performance Analysis of Energy Efficient Clustering Protocol using TAB...IRJET- Performance Analysis of Energy Efficient Clustering Protocol using TAB...
IRJET- Performance Analysis of Energy Efficient Clustering Protocol using TAB...
 
Pilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdmaPilot aided scheduling for uplink ofdma
Pilot aided scheduling for uplink ofdma
 
Performance comparison of row per slave and rows set per slave method in pvm ...
Performance comparison of row per slave and rows set per slave method in pvm ...Performance comparison of row per slave and rows set per slave method in pvm ...
Performance comparison of row per slave and rows set per slave method in pvm ...
 
Performance comparison of row per slave and rows set
Performance comparison of row per slave and rows setPerformance comparison of row per slave and rows set
Performance comparison of row per slave and rows set
 
Performance comparison of distributed generation installation arrangement in ...
Performance comparison of distributed generation installation arrangement in ...Performance comparison of distributed generation installation arrangement in ...
Performance comparison of distributed generation installation arrangement in ...
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
AN EFFICIENT COUPLED GENETIC ALGORITHM AND LOAD FLOW ALGORITHM FOR OPTIMAL PL...
 
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
 
Energy efficient resources allocations for wireless communication systems
Energy efficient resources allocations for wireless communication systemsEnergy efficient resources allocations for wireless communication systems
Energy efficient resources allocations for wireless communication systems
 
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
 
A new scaled fuzzy method using PSO segmentation (SePSO) applied for two area...
A new scaled fuzzy method using PSO segmentation (SePSO) applied for two area...A new scaled fuzzy method using PSO segmentation (SePSO) applied for two area...
A new scaled fuzzy method using PSO segmentation (SePSO) applied for two area...
 
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
IRJET- Optimal Placement and Size of DG and DER for Minimizing Power Loss and...
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter
 
An fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filterAn fpga implementation of the lms adaptive filter
An fpga implementation of the lms adaptive filter
 
An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...
 
FrackingPaper
FrackingPaperFrackingPaper
FrackingPaper
 
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
 
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
 
Reconfiguration and Capacitor Placement in Najaf Distribution Networks Sector...
Reconfiguration and Capacitor Placement in Najaf Distribution Networks Sector...Reconfiguration and Capacitor Placement in Najaf Distribution Networks Sector...
Reconfiguration and Capacitor Placement in Najaf Distribution Networks Sector...
 
IRJET- Fitness Function as Trust Value using to Efficient Multipath Routi...
IRJET-  	  Fitness Function as Trust Value using to Efficient Multipath Routi...IRJET-  	  Fitness Function as Trust Value using to Efficient Multipath Routi...
IRJET- Fitness Function as Trust Value using to Efficient Multipath Routi...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 

Recently uploaded (20)

UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 

Optimum capacity allocation of distributed generation

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 215 OPTIMUM CAPACITY ALLOCATION OF DISTRIBUTED GENERATION UNITS USING PARALLEL PSO USING MESSAGE PASSING INTERFACE Rosamma Thomas1 , Jino M Pattery2 , Surumi Hassainar3 1 M.Tech Student, Electrical and Electronics, FISAT, Kerala, India, rosamma.tk@gmail.com 2 Senior Engineer, Product Division, Kalkitech, Kerala, India, jino.pattery@kalkitech.in 3 Assistant Professor, Electrical and Electronics, FISAT, Kerala, India, surumishf@gmail.com Abstract This paper proposes the application of Parallel Particle Swarm Optimization (PPSO) technique to find the optimal sizing of multiple DG(Distributed Generation) units in the radial distribution network by reduction in real power losses and enhancement in voltage profile. Message passing interface (MPI) is used for the parallelization of PSO. The initial population of PSO algorithm has been divided between the processors at run time. The proposed technique is tested on standard 123-bus test system and the obtained results show that the simulation time is significantly reduced and is concluded that parallelization helps in enhancing the performance of basic PSO. The procedure has been implemented in an environment in which OpenDSS (Open Distribution System Simulator) is driven from MATLAB. An adaptive weight particle swarm optimization algorithm has been developed in MATLAB , parallelization is achieved using MATLABMPI and the unbalanced three-phase distribution load flow (DLF) has been performed using Electric Power Research Institute’s (EPRI) open source tool OpenDSS. Index Terms: Distributed Generation, Message Passing Interface, Optimal Placement, Parallel Particle Swarm Optimisation -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Distribution network characteristics include radial structure, unbalanced operation, high R/X ratios, and nowadays distributed generation(DG) too . Distribution systems were designed to operate under unidirectional power flow conditions, but with distributed generation in the network the power flow is no longer unidirectional [1]. Some benefits of installation of distributed generation to the distribution system are improving voltage profile, reduction in losses, and providing backup power [2]. Reverse power flow may occur and can cause voltage rise problem , if penetration level is too high and also the power loss in the network may be more due to inappropriate sizing of DG than that of the case without any DG [3] , [4]. Deep and detailed studies are needed for the analysis of the distribution network with DG. For these studies to be possible an appropriate power flow algorithm is necessary. So the distribution load flow is carried out using OpenDSS (Open Distribution System Simulator). The global minimum is easily found out by particle swarm optimization (PSO) algorithm. It can be used to optimize objective functions which are not differentiable and irregular. So PSO based unbalanced three-phase power flow can be used to solve DG capacity problem in a distribution network [5]. But it has the disadvantage that, since the algorithm simulates the movement of a swarm of particle solutions over a very large number of iterations, it takes a significant processing time. So a parallel implementation of the PSO is proposed to reduce the computation time. In this approach the basic PSO with a very large number of particles and iterations are simulated in a reduced time[6]. The paper has been organised as follows: In section 2, PSO algorithm is described briefly. Section 3 describes parallel PSO using MPI. The objective function formulation of DG generation capacity is explained in section 4.1. Implementation of the procedure is given in section 4.2 . Test system and results are given in section 5. 2. PARTICLE SWARM OPTIMIZATION Kennedy and Eberhart proposed Particle swarm optimization (PSO) algorithm which is a population-based optimization method inspired by social behavior of bird flocking or fish schooling[7] . In this method individuals called particles change their position during the optimization process. Each particle adjusts its position according to its own experience (pbest), and according to the experience of a neighboring particle (gbest). The velocity at which the particles move is given by the equation (1). = + − ) + − ) 1) The particle’s new position in the search space is given by
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 216 the equation(2 ). = + = 1,2, … , 2) where, is current searching point, is modified searching point, is modified velocity of agent i, is number of particles in a group, is pbest of agent i, is gbest of the group, is weight function for velocity of agent i, and are random numbers between 0 and 1 is weight coefficients for each term. Inertia weight can be calculated by equation (3) . = − − !)"# "⁄ % 3) where, ! and are the minimum and maximum weights respectively. " and " are the current and maximum iteration. Appropriate value ranges for and are between 1 and 2. 3. PARALLEL PSO USING MPI To analyze distribution systems of realistic size, some refinements are needed to significantly reduce the simulation time of basic PSO. The efficiency of PSO algorithm can be improved largely by parallel computing technique. Multiple processors are used to implement the algorithm which reduces the simulation time. Hence complex functions can be optimized using parallel PSO [11]. MPI is used to parallelise PSO so easily. In this paper the swarm particles of basic PSO are distributed equally among processors such that all processors have equal load. 4. OPTIMUM CAPACITY ALLOCATION OF DG UNITS BASED ON PARALLEL PSO 4.1 Objective Function Formulation The objective of the paper is to determine the optimum generation capacity of multiple DG units in an unbalanced distribution network so that efficiency is enhanced and stability is ensured. The utility’s operating cost can be reduced and efficiency can be enhanced by reducing the power losses of the distribution area. So, objective function is considered as follow: ()*+ = ∑ -. ") 4)! 0 where, PL is the power loss in power delivery lines and n is the total number of distribution lines[5]. Reverse power flow may occur if DG penetration is too high and this causes over voltage at the buses[3] . Therefore, steady-state voltage stability limits have been considered as inequality constraint. If ! and are the minimum and maximum voltage limit and N is the total number of nodes, then voltage stability limit can be written as: ! < < , ∀ 3 5) In this analysis, the inequality constraint is added to the objective function using penalty factors[6]. Therefore, overall objective function can be written as: min ( 8, 9) 6) where ( 8, 9) = ()*+ 8, 9) + (; 8, 9) 7) subject to 8, 9) = 0 8) with 8 ∈ @! A B 9 ∈ @ Three different types of DG technologies have been considered for optimum capacity allocation[5]. They are: • Type-1 DG: which delivers real power only; therefore, power factor is 1. e.g. PV cell, fuel cells etc. • Type-2 DG: which delivers both real and reactive power, therefore, power factor is positive (In this analysis pf=0.88 has been considered). e.g. synchronous generators. • Type-3 DG: which delivers real power but consumes reactive power, therefore, power factor is negative (In this analysis pf=-0.88 has been considered).e.g. induction generators 4.2 Implementation of the Procedure Optimum generation capacity of multiple DG units are found out using PSO algorithm implemented in Matlab. Unbalanced three phase DLF is done using OpenDSS. At every iteration Matlab and OpenDSS interact with each other. OpenDSS has a COM (Component Object Model) server DLL (Dynamic-link library) that can be driven from other software platforms such as Matlab[10]. For parallelization of PSO MatlabMPI is used. It is set of Matlab scripts that implement a subset of MPI and allow any Matlab program to be run on a parallel computer. MatlabMPI will run on any combination of computers that Matlab supports[10].The block diagram of the implemented procedure is shown in Fig.2 and flowchart is given in Fig. 1
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 217 Fig.1 Flowchart of the implemented procedure Processor1 Swarm 1 to m Run DLF using OpenDSS Calculate objective function for each particle of swarm Processor1 Swarm 1 to m Processor p Swarm pm+ 1 to n Run DLF using OpenDSS Run DLF using OpenDSS Calculate objective function for each particle of swarm Calculate objective function for each particle of swarm Calculate number of swarm per processor (m) Randomly initialise swarm particle position and velocity Also initialise other PSO parameters Initialize number of swarm particles (n) and number of processors(p) Start Initialise particle’s best known position Pi and swarm’s best known position Pg Update velocity and position of each particle Processor2 Swarm m+1 to 2m Processor p Swarm pm+ 1 to n Run DLF using OpenDSS Run DLF using OpenDSS Calculate objective function for each particle of swarm Calculate objective function for each particle of swarm Update particle’s best known position Pi and swarm’s best known position Pg if necessary Processor2 Swarm m+1 to 2m Run DLF using OpenDSS Calculate objective function for each particle of swarm Check if any stopping criterion is satisfied Stop and print results
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 218 Fig. 2 Block diagram of implemented procedure 5. TEST SYSTEM AND RESULTS The analysis has been carried out on IEEE 123 node test distribution feeder which is three-phase unbalanced in nature. The IEEE 123 node test system does not have any DG in the base case. In this analysis potential sites for DG installation have been selected prior to the analysis. In [5] the author has used basic PSO for optimising multiple DG unit capacities. The data used in [5] are as follows. In [5] DG units have been installed in the heavily loaded buses selected which are bus 76 , bus 48 and bus 65 . Optimal generation capacity of DG units installed in those buses has been determined. For the optimization process each DG capacity has been limited by the equation(9). -CD ! < -CD < -CD , ∀ 3 9 where -CD ! is 90 kW (around 2.5% penetration) and -CD is 3 MW (around 85% penetration) and 3 represents the number of DG units. The same case is simulated with parallel PSO in this paper. The purpose of this test scenario is to analyze computational complexity and time and to examine the impact of multiple optimum sized DG on power loss profile and voltage profile of the network. As the number of DG units increases and the network size increases, solution complexitywill increase to determine the optimum generation capacity. Completeness and speed are two qualities of the proposed method. In this work the computations are performed on a HPDL980G8 hardware with 4 processor each with 10 cores. The simulation is conducted in a virtual environment with four operating system with one master node and three slave nodes. Fig.3 IEEE node test feeder Results for optimum DG capacity at bus 76 , 48 and 65 using the proposed method of parallel PSO using MPI for three different DG technologies are given in Table I. Table 1 Comparison Of Solution Time With Basic PSO And Parallel PSO Installation of multiple DG units with optimum capacity will decrease the network power loss significantly. Power loss of the network becomes 20.17 kW, 19.3 kW and 51.4 kW respectively for type-1, type-2 and type-3 optimum sized DG units. Power loss of 123 node test feeder without any DG is 95.8kW. Power loss reduction(PLR) by the DG units can be calculated using (10) [5]. Power loss reduction is less for type-3 DG units as they consume reactive power from the DG Technology Type-1 DG Type-2 DG Type-3 DG Optimum DG capacity (MW) at bus 76 1.58 1.22 1.21 at bus 48 0.99 1.02 0.52 at bus 65 0.39 0.39 0.20 Solution time with basic PSO (s) 20.10 19.90 21.30 Solution time with parallel PSO (s) 6.91 6.72 7.21 Power Loss (kW) 20.17 19.30 51.40 Power Loss Reduction (PLR)(%) 78.94 79.80 46.34
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 09 | Sep-2013, Available @ http://www.ijret.org 219 grid; therefore, more power loss occurs compared with the other two DG technologies[5]. -F@ = -.GHH − -.GHH CD ) -.GHH⁄ ) ∗ 100% 10 where, -.GHH =Power loss of the system before introducing DG -.GHH CD =Power loss of the system after adding DG From the table it is clear that with parallelisation of PSO the simulation time is reduced compared to simulation with basic PSO used in [5].Following figure shows the location of three type-1 DG units. Fig. 4 Location of 3 Type1 DG units in the network From Fig. 5 it is observed that the steady state voltage at all nodes are within the permissible limit of 0.94pu and 1.06pu. Thus by optimization of the DG capacities the voltage profile is also improved. Fig. 5 Node Voltage considering 3 Type1 DG units 6. CONCLUSION From the results it can be easily concluded that, using multiple DG units with optimum generation capacity , power loss of network is reduced and voltage profile remains within stability margin. Also without the addition of any extra parameter PSO can be parallelized which reduces the simulation time. A major drawback in parallel programming is communication between processors which cannot be removed completely. So for getting a considerable reduction in time with multi processors the problem size should be large. Distribution system networks are fairly large in size, so this method can be used to optimize distribution system problems. 7. REFERENCES [1] V. Janev. Implementation and evaluation of a distribution load flow algorithm for networks with distributed generation. Bachelor's Thesis, ETH Zurich, 2009 [2] H. Lee Willis and W.G. Scott, Distributed Power Generation. Planning and Evaluation, Marcel Dekker, 2000. [3] P. Carvalho, P. Correia, and L. Ferreira, “Distributed reactive power generation control for voltage rise mitigation in distribution networks,” IEEE Transactions on Power Systems, vol. 23, no. 2, pp. 766–772, May 2008. [4] V. Quezada, J. Abbad, and T. Roman, “Assessment of energy distribution losses for increasing penetration of distributed generation,” IEEE Transactions on Power Systems, vol. 21, no. 2, pp. 533–540, May 2006. [5] Adnan Anwar and H. R. Pota, ‘Optimum Capacity Allocation of DG Units based on Unbalanced Three-phase Optimal Power Flow’ in IEEE PES General Meeting, San Diego, USA, Jul. 2012. [6]V. Roberge and M. Tarbouchi”Parallel particle swarm optimization on graphical processing unit for pose estimation”. WSEAS Transactions on Computers , 11(6):170 179, June 2012. [7] J. Kennedy, and R. Eberhart, “Particle swarm optimization”, IEEE Int. Conf. on Neural Networks IV, p. 1941-1948, Piscataway, NJ, 1995 [8] Eberhart and Y. Shi, “Particle swarm optimization: developments, applications and resources,” in Proceedings of the 2001 Congress on Evolutionary Computation. [9] “OpenDSS manual and reference guide.” [Online]. Available: http://sourceforge.net/projects/electricdss [10] “MatlamMPI reference guide .”[Online].Available: http://www.ll.mit.edu/mission/cybersec/softwaretools/matlab mpi/matlabmpi.html [11] G.Singal, A. Jain and A. Patnaik , “Parallelization of Particle Swarm Optimization using Message Passing Interfaces” in NaBIC 2009 World Congress