Anda di halaman 1dari 10

This article has been accepted for inclusion in a future issue of this journal.

Content is final as presented, with the exception of pagination.

IEEE SYSTEMS JOURNAL 1

Energy Loss Minimization in Distribution Systems


Utilizing an Enhanced Reconfiguration Method
Integrating Distributed Generation
Hamid Reza Esmaeilian and Roohollah Fadaeinedjad, Member, IEEE

Abstract—Different types of distributed generation (DG) are formed properly. Furthermore, due to the time-varying nature
broadly used and optimally placed in a distribution system to of loads, generation of these resources should be coordinated
improve its performance. Since the network configuration affects with demand. Therefore, the requirement of solving the DG
the system operational conditions, the network reconfiguration
and DG placement should be manipulated simultaneously. Never- placement problem has always been requested by distribution
theless, the complexity of the problem may prevent from achieving companies. Since the network configuration affects the DG
the optimal solution. This paper presents a novel hybrid method of placement, it should be incorporated in the problem. There are a
metaheuristic and heuristic algorithms, in order to boost robust- few researches that network reconfiguration has been combined
ness and shorten the computational runtime to achieve network with the DG placement problem to reduce power loss [3], [4].
minimum loss configuration in the presence of DGs. The developed
backward/forward power flow is adopted to consider the PV(Q) In [3], the reconfiguration is performed in the presence of DGs,
model of DG. Moreover, different patterns of load types are taken whereas these two problems are solved separately. In [4], it
into consideration to perform a practical study. To assess the has been shown that simultaneous consideration of network
capabilities of the proposed method, simulations are carried out reconfiguration and DG installation is more effective than
on IEEE 33-bus and 83-bus practical distribution network of considering them separately. In the aforementioned researches,
Taiwan Power Company. Furthermore, the proposed method is
applied to a 33-bus unbalanced distribution network to verify however, the impact of demand variability considering load
its applicability in unbalanced distribution systems. The obtained of different types has not been investigated. Moreover, the
results demonstrate the effectiveness of the proposed method to only type of DG employed is constant power factor (PQ),
find optimal status of switches, as well as locations and sizes of whereas converter-based DGs typically treat as constant voltage
DG units, in a rather shorter time than other approaches in the (PV) [5].
literature.
Since there are many candidate configurations of a distri-
Index Terms—Distributed generation (DG), distribution net- bution network and also due to the discrete nature of each
work reconfiguration, energy loss reduction, hybrid algorithm. switch status, optimal network reconfiguration is considered as
a discrete, constrained combinatorial, and nondifferentiable op-
I. I NTRODUCTION timization problem. Moreover, it will become more acute when
incorporating DG placement with discrete size and location.
P LANNING for energy loss reduction in a distribution
system is one of the most crucial issues of distribution
companies. Reconfiguring or open/closed status determination
Therefore, a robust method is required to solve such a com-
plicated problem in an effective way. The well-known methods
of the network switches can be a solution to alleviate this to solve the reconfiguration problem are classified as follows:
problem [1]. On the other hand, the time-varying nature of 1) heuristic methods such as branch and bound [6], branch
loads and considering a fixed topology for the network (because exchange [7], [8], loop cutting [9], and single-loop opti-
of the cost of the commutation devices associated with hourly mization [10];
reconfiguration [2]) leads to more complexity of the aforemen- 2) metaheuristic algorithms such as genetic algorithm (GA)
tioned problem. Hence, demand-side generators are proposed [11]–[14], simulated annealing (SA) [15], ant colony
as an efficacious solution to reduce the energy loss. optimization (ACO) [16], honeybee mating optimiza-
Employing distributed generation (DG) in the distribution tion (HBMO) [17], and harmony search algorithm
system leads to deferral of the network expansion, energy loss (HSA) [18].
reduction, and reliability indexes improvement. These benefits
The heuristic algorithms are very fast to solve the recon-
will be achievable, provided that placement of DG units is per-
figuration problem and are appropriate for real-time distribu-
tion automation. Despite rapidness, these algorithms usually
achieve local optimum solutions rather than global optimum
Manuscript received December 9, 2013; revised February 15, 2014 and solution. By contrast, the metaheuristic algorithms usually
May 18, 2014; accepted July 9, 2014.
The authors are with the Department of Electrical and Computer Engineer- achieve global optimum solution, but the computation time is
ing, Graduate University of Advanced Technology, Kerman 76311 33131, Iran prohibitively high due to the complicated structure of them.
(e-mail: h.r.esm.guat@gmail.com; rfadaein@ieee.org). Meanwhile, they should be run many times due to their prob-
Color versions of one or more of the figures in this paper are available online
at http://ieeexplore.ieee.org. abilistic nature and random selections. Therefore, they may be
Digital Object Identifier 10.1109/JSYST.2014.2341579 not suitable for real-time operation [13], [14].
1932-8184 © 2014 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission.
See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

2 IEEE SYSTEMS JOURNAL

So far, several methods have been proposed in order to solve


simultaneous reconfiguration and DG/capacitor placement. In
[4], branches, which should be open in the network loops,
and DGs, which should be located in the system, are specified
by the HSA. However, in the searcher agent, the positions of
tie switches are independent of DGs placed. Therefore, the
convergence rate of the algorithm is slow. The loops opening
consecutively based on a branch-exchange heuristic technique
has been proposed in [19] to solve reconfiguration and capacitor
placement, simultaneously. In this method, the positions of tie Fig. 1. Single-line diagram of a main feeder.
switches in the loops are consecutively determined, considering
capacitors specified in the agent. Since the loops’ opening are the calculated value and the upper limit of the ith branch
sequence affects the position of tie switches, hence in [20], current, respectively; Vimax and Vimin are the permissible upper
the loops’ selection sequence is determined by the GA, in and lower limits of the bus voltage, respectively; DGpenetration
addition to the location and size of capacitors. However, due 
is the aimed level for DG allocation; PDG is the summation of
to large scale of real distribution networks and, in consequence, productive powers of total DGs employed in the system at load
existence of numerous loops with many common branches, this    
interval ; and Ptotal = PDG + Psubstation , in which Psubstation
method is time consuming. Because for each combination of is the dispatched power from a substation.
capacitors, there is an optimum opening sequence of the loops.
Therefore, an efficient reconfiguration method adapted to DG
or capacitor placement is requisite. B. Backward–Forward Power Flow in the Presence of PV(Q)
In this paper, the network reconfiguration is performed using Model of DG
a novel combinatorial method of heuristic and metaheuristic The backward–forward sweep method is commonly used
algorithms to reduce energy loss under penetration of DG units to perform power flow in distribution networks because of
and variability of demand. The studied problem is described fast convergence and low computational memory consumption,
in Section II. The proposed reconfiguration method to achieve in comparison with other methods such as Newton–Raphson
the network minimum power loss configuration is expressed in and fast decouple methods. Two basic steps of the algorithm
Section III. Thereupon, the method is developed in Section IV comprise backward and forward sweeps, which are referred
to achieve the network minimum energy loss configuration in to Kirchhoff’s current law (KCL) and voltage law (KVL),
the presence of DG. The performance of the proposed algorithm respectively, as are expressed in the following equations con-
is demonstrated in Section V through application to three test sidering Fig. 1, where Jb , Zb , m, n, and n − 1 denote the
networks compared with many recent methods. Finally, the current, the series impedance, the total connected branches, the
conclusion is elaborated in Section VI. receiving node, and the sending node of branch b, respectively.
Furthermore, k, V , and S allude to the iteration, voltage, and
load power injection, respectively. The steps will be repeated
II. M INIMAL E NERGY L OSS P ROBLEM U SING
until the convergence is acquired. That is
R ECONFIGURATION AND DG P LACEMENT
Sn ∗  m
A. Optimization Problem Formulation Jb
(k)
= + Jp(k) (2)

Vnk−1
The objective function of energy loss minimization through p=1

network reconfiguration and DG placement can be formulated


as follows: Vnk = Vn−1
k
− Zb Jbk . (3)
 L n  
  b
Pi2 + Q2i The DGs can be modeled as PQ or PV in the power flow
F = min ki × R i × × τ (1) equations. The PQ model is considered as negative load injected
Vi2
=1 i=1 into the system. In order to incorporate the PV model, the
following steps are required [5].
subjected to the following operational constraints:
Step 1) The generator is considered as a PQ bus with the
1) |Vimin | ≤ |Vi | ≤ |Vimax |
specified real power and unit power factor at the
2) |Ii | ≤ |Iimax |
beginning of power flow algorithm.

3) PDG ≤ DGpenetration × Ptotal

Step 2) After converging the mentioned backward and for-
4) the radial structure of the network must be maintained in
ward sweeps, the mismatch between the calculated
the reconfigured structure and all loads must be energized
voltage magnitude and the specified value at PV
where Pi and Qi are the active and reactive powers through nodes is obtained using
the ith branch at load interval , respectively; Vi is the sending
 i  i 
bus voltage of the ith branch at load interval ; τ is the ΔV i = Vsp  − Vcal  i = 1 : npv . (4)
number of hours at the th load interval; Ri and ki are the
resistance and the switch status (0 = open, 1 = close) of branch Step 3) If the mismatch is less than the certain tolerance value,
i, respectively; nb is the total number of branches; Ii and Iimax the PV node voltage is converged to the specified
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

ESMAEILIAN AND FADAEINEDJAD: ENERGY LOSS MINIMIZATION IN SYSTEMS UTILIZING A RECONFIGURATION 3

value. Otherwise, the bus voltage is maintained at B. Branch Exchange


the specified value via reactive power compensation
The branch-exchange method is a heuristic algorithm to
by the DG that can be calculated as follows:
solve the distribution network reconfiguration for loss reduction
[X]npv ×npv · [ΔQ]npv ×1 = [ΔV ]npv ×1 . (5) introduced by Civanlar et al. [7]. Despite the rapidness, it
may not achieve the network minimum loss configuration. The
The diagonal entries of the X matrix are the sum- shortcoming of this method is that the reconfiguration of the
mation of line reactance between each PV node and network depends on the initial switch status.
the root node. The off-diagonal entries are the sum- The improved switch-exchange method (ISEM), which was
mation of the common branches’ reactance between proposed by Peponis et al. [8], is employed to perform branch
two PV nodes and root node. Meanwhile, ΔQ < 0 exchange in this paper. This approach starts with a feasible
and ΔQ > 0 represent the reactive power adsorption initial topology of the network as a radial configuration. One
and generation by DG to maintain the voltage in of the tie switches is closed, and then, another switch is opened
the specified value, respectively. The reactive power in the created loop, which restores a radial configuration. In
injected by PV nodes is updated as follows: each iteration of the algorithm, after performing power flow,
the two node voltages of all tie lines are computed. The tie
Qnew = Qold + ΔQ. (6) line that has maximum voltage difference between two nodes
is closed, and then, the branch with minimum current flow in
Step 4) In this step, the following constraint is investigated
the created loop will be opened. In the loop, the current value
to consider the reactive power limitation of DGs. In
of each branch is calculated by the following equations, where
this paper, the power factor limits are set between
the branch between buses x and y is closed:
0.8 and 1, lagging/leading. If the reactive power of
Vx − Vy
any DG exceeds the limits, then its value is fixed to Ic = (8)
Z
limits and will treat as a PQ node:  loop
Ii + Ic , i ∈ p
Ij = (9)
Qmin ≤ Qnew ≤ Qmax . (7) Ii − Ic , i ∈ q

After executing the backward/forward sweeps again, the where Ic corresponds to the rotatory current in the loop created
aforementioned steps will be repeated until the voltages of PV of bus x to bus y; Zloop is the sum of branch impedance in
nodes satisfy (4). the loop; p and q denote the path of bus x and y toward root
bus, respectively; Ii and Ij are the current through each branch
before and after creating the loop, respectively. The tie line will
III. P ROPOSED R ECONFIGURATION M ETHOD be replaced with the opened branch, provided that the power
A. GA loss is reduced.
The branch-exchange process is stopped when no more loss
1) Overview of GA: GA is a metaheuristic search algorithm reductions are available.
based on the process of biological evolution. It is established
according to principle of natural selection and the possibility C. Proposed Approach
of life for generations with best fitness. In GA, the problem
variables can be considered as encoded binary strings termed The concept of incorporating both GA and branch exchange
genes. A set of genes constitutes a chromosome that is one of is characterized as follows. The GA generates random topolo-
the possible solutions of the problem. The basic structure of GA gies of the network, and the branch-exchange method, depend-
is as follows. First, a randomly constructed initial population ing on an initial radial topology, improves the chromosomes
of chromosomes is generated. Then, the fitness of each chro- generated by the GA through applying the ISEM to them. Using
mosome is characterized by a fitness function that is resulted this technique, the convergence time is considerably reduced,
from the objective function. The selection operator selects and optimal solution will be achieved in much fewer iterations.
the chromosomes with better fitness among the population. The steps of the algorithm to find the network minimum loss
Using crossover and mutation operators, a new population is configuration are mentioned as follows.
generated. The process will be repeated continuously. By each Step 1) Receive the network data and initialize the GA
iteration, the population improves, and searching continues in parameters.
a way toward optimum solution. The iterative loop will be Step 2) Determine the fundamental loops of the network and
executed until the termination criterion is met. allocate each gene of chromosome to a loop. (Em-
2) Structure of a Chromosome for the Reconfiguration Prob- ploying this procedure leads to decrease topologies
lem: The number of genes in each chromosome corresponds to that are not radial in the population.)
the number of the distribution network loops. Each gene shows Step 3) Generate topologies of the network with random
a binary code related to switch number that is going to be open. switch status as initial population.
The structure of a chromosome is represented as follows, where Step 4) Using the applications of graph theory [21], check
ι is the number of the network loops: radiality of the network. If the topology is not a ra-
dial network, apply a penalty factor to the objective
ϑ = [SW1 , SW2 , . . . , SWι ]. function; otherwise, go to the next step.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

4 IEEE SYSTEMS JOURNAL

Step 5) Employ the ISEM in order to modify the structure of


chromosomes.
Step 6) Evaluate the objective function for each
chromosome.
Step 7) Apply the GA operators to generate a new popula-
tion, and then, go to step 4.
The proposed method has high computing efficiency, so that
the optimal configuration is achieved by applying small changes
in switch status of the configurations generated by GA. Indeed,
the proposed method uses the probabilistic search capability
of GA [11]–[14] and the mathematical logic of ISEM [8] to
achieve the optimal configuration. The ISEM directs the search
of GA toward optimal solution and speeds up the convergence
rate. Therefore, the proposed method utilizes the advantages
of a metaheuristic algorithm and a heuristic technique. This
method is very efficacious, particularly to reconfigure large-
scale networks. Fig. 2. Typical DLCs [22].

TABLE I
IV. P ROPOSED S TRATEGY VALUES OF E XPONENTIAL PARAMETERS FOR THE L OAD T YPES [23]

A. Modification of the Proposed Reconfiguration Method to


Obtain Fixed Configuration With Minimum Energy Loss
Demand in a distribution feeder varies from time to time. If
the network is hourly reconfigured to minimize the energy loss, considered for installation are specified by the GA, and their
the cost of commutation devices will be considerable. Further- locations are determined by the sensitivity analysis. Hence
more, online reconfiguration can lead to overvoltage transients  2
and, in consequence, decrease of the system reliability [2].
Peff + Q2eff Rb ∂Plossb 2 × Peff × Rb
Plossb = =⇒ =
Hence, a fixed configuration of the network is required. In order Vn2 ∂Peff Vn2
to achieve the network minimum energy loss configuration, (12)
the proposed reconfiguration method is modified as follows. 1 L
2 × Peff × Rb × τ

LSFn = 2 . (13)
To evaluate each chromosome, the power flow is performed 24 Vn
=1
for entire partitions of load curve. Thereafter, to improve the
structure of each chromosome by ISEM, the ΔE matrix with
size of ntie × 1 is constructed, where ntie is the number of
tie lines. Each element of this matrix is calculated using (10), C. Load Model
where ΔVj is the voltage difference between two nodes of tie Typical daily load curves (DLCs) have been employed to
line j at load interval . Afterward, the maximum element of calculate the energy loss of distribution networks, precisely.
ΔE, i.e., tie line that has maximum voltage difference between Demand on a distribution system is time varying and depends
its nodes on the day, is closed. Thereupon, in the created loop, on load type. There are different types of customer, such as
the branch with minimum current flow on the day, considering commercial, residential, and industrial, with different DLCs in
(11) to be inserted in (9), is opened. The topology will be a distribution system. Hence, the different patterns of load types
modified, provided that the energy loss is reduced. Hence should be taken into account to perform a practical study.
L Daily load profiles for different types of customer employed
=1 ΔVj × τ

ΔEj = j = 1 : ntie (10) in this paper are illustrated in the curves in Fig. 2 [22].
24
ΔE max 1) Polynomial Load Model: In this paper, the static voltage
Ic = . (11) dependence to load powers at each load point is modeled as a
Zloop
polynomial model, according to the following equations. The
respective exponents of the equations are given in Table I [23].
B. Sensitivity Analysis for DG Installation Hence


β P
γP 
The DG placement problem specifies the size and location of αP
V V V
DG units that are going to be installed in the system. In order P =P0 AP +BP +CP (14)
V0 V0 V0
to reduce the search space of the optimization procedure, the 

βQ
γQ 
αQ
locations of DG units can be determined by sensitivity analysis V V V
Q =Q0 AQ +BQ +CQ (15)
[4]. Considering the system shown in Fig. 1 and the line loss V0 V0 V0
relation expressed in (12), a loss sensitivity factor (LSF) can
be calculated using (13). The buses with higher LSF have where the coefficients A, B, and C are percentages of load
priority for DG installation. Consequently, the sizes of DG units types connected to each bus, so that A + B + C = 1.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

ESMAEILIAN AND FADAEINEDJAD: ENERGY LOSS MINIMIZATION IN SYSTEMS UTILIZING A RECONFIGURATION 5

Fig. 4. IEEE 33-bus distribution network.

Fig. 5. 83-bus distribution network of TPC.

where Pave and Qave are the average active and reactive
powers at load interval ; Pt and Qt are the active and
reactive demand at hour t of load interval ; τ is the number of
hours at the th load interval; and L is the number of intervals
considered.
Fig. 3. Flowchart of the proposed algorithm. The structure of a typical chromosome for dividing the DLC
into three load intervals is represented as follows:
2) Load Interval Division: Due to existence of several ap-
parent load levels during a day based on the reality, the DLC τ1 =11 τ2 =5 τ3 =8
        
can be divided into some intervals to mitigate the computational ϑ = [01011, 00101, 01000] | τ1 + τ2 + τ3 = 24.
burden. The DLC can be optimally partitioned by the GA
considering the following objective function [24]:
 L τ 
  D. Proposed Algorithm
2 2
F = min (Pave − Pt ) + (Qave − Qt )
Fig. 3 illustrates the flowchart of the proposed algorithm to
=1 t=1
(16) reduce the energy loss in a distribution system through reconfig-
uration and DG placement, considering the time-varying nature
subjected to
of demand. Initially, the load intervals optimum division of

L DLC is accomplished by GA. Subsequently, the optimal status
τ = 24 (17) of switches to achieve fixed configuration and the optimal size
=1 of DGs at each interval in the locations designated by sensitivity
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

6 IEEE SYSTEMS JOURNAL

TABLE II
PARAMETERS OF THE A LGORITHMS A PPLIED IN S ECTION V-B

analysis are determined using the proposed hybrid algorithm. to some state-of-the-art methods. The ISEM [8], GA [11], [16],
The structure of a typical chromosome of the optimization [18], refined GA (RGA) [12], [18], SA [15], [16], ACO [16],
problem is represented as follows. The switch status of each HBMO [17], and HSA [18] are applied to solve the problem,
chromosome is modified using the ISEM to reduce more energy in addition to the proposed method. The parameters of the
loss, with respect to the placed DGs. Hence algorithms for the studied systems are obtained from the litera-
 ture, as shown in Table II. The algorithms were implemented
ϑ = SW1 , SW2 , . . . , SWι , DG11 , DG21 , . . . , DGn1 , . . . ,
 in MATLAB on a PC with 2.8-GHz CPU and 1-GB RAM.
DG1 , DG2 , . . . , DGn , . . . , DGnL . Moreover, the constant power load model of the networks is
adopted here.
After reconfiguration, the power losses of the 33-bus and
V. S IMULATION R ESULTS AND D ISCUSSION
83-bus networks reduce to 139.551 kW and 469.878 kW,
A. Test Cases respectively, which imply reductions of 31.15% and 11.68%
comparing to the initial configurations. The minimum bus
Two 33-bus and 83-bus balanced distribution systems have
voltages improve to 0.938 p.u. and 0.953 p.u., for the 33-bus
been used to test and validate the proposed methodology. The
and 83-bus networks, respectively.
IEEE 33-bus distribution network comprises 5 tie switches
The major factors to characterize the capability of a meta-
and 32 sectionalizing switches, with a total real and reactive
heuristic algorithm are the best obtained solution (correspond-
load of 3715 kW and 2300 kvar, respectively [25]. The power
ing to the algorithm’s quality), deviation of the best solution
loss of the network initial configuration shown in Fig. 4 is
among runs (corresponding to the algorithm’s robustness), and
202.677 kW, and the lowest bus voltage is 0.913 p.u. The
the effective runtime (defined as the average time to converge).
83-bus network has been studied as a practical distribution
The effective runtime can be calculated as follows [13]:
network of Taiwan Power Company (TPC), with 11 feed-
ers connected through 13 tie switches and 83 sectionalizing
g
switches, as depicted in Fig. 5 [3]. This real network has TC = TM (18)
been opted to test reconfiguration methods in many previous g max
papers such as [3], [16], and [17]. The total network loads are
28.35 MW and 20.7 Mvar. The power loss and the minimum where g  denotes the average of iterations required to conver-
bus voltage of the network embryonic situation are 531.995 kW gence; g max denotes the maximum iteration used as termination
and 0.929 p.u., respectively. condition; and TM denotes the running time average.
The capability of the proposed method to achieve the For the purpose of comparison, the computational results
distribution system minimum power loss configuration is of the algorithms, for 100 runs, of the 33-bus and 83-bus
demonstrated in Section V-B. Thereafter, the proposed method- networks are tabulated in Tables III and IV, respectively. From
ology is employed to obtain the simultaneous solution of the quality perspective, all of the metaheuristic algorithms achieve
reconfiguration and DG placement to reduce energy loss in the optimum solution of the 33-bus network, but the ISEM
Section V-C. Then, in Section V-D, the proposed method is converges to local solution. For the 83-bus network, ACO,
applied to a 33-bus unbalanced distribution network to illustrate HBMO, HSA, and the proposed method obtain the optimum
its applicability in unbalanced systems. The studied network configuration. Furthermore, RGA provides better quality than
has a similar configuration to that of the IEEE 33-bus network, GA and SA. From a robustness point of view, the metaheuristic
in which load at each bus is randomly distributed among three algorithms are ranked as the proposed method, HBMO, ACO,
phases. The network data were obtained from [26]. HSA, RGA, GA, and SA. The algorithms are listed as the pro-
posed method, GA, RGA, SA, ACO, HBMO, HSA, and ISEM,
in order of complexity based on TM . Although the proposed
B. Minimal Power Loss Reconfiguration
method is at the forefront of the list, TC is considerably short
Here, the superiority of the proposed method to solve the because the proposed algorithm converges to optimal solution
minimal power loss reconfiguration is appraise, in comparison in much fewer iterations. From comparing results with regard
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

ESMAEILIAN AND FADAEINEDJAD: ENERGY LOSS MINIMIZATION IN SYSTEMS UTILIZING A RECONFIGURATION 7

TABLE III
R ECONFIGURATION R ESULTS OF THE 33-B US N ETWORK

Fig. 6. Comparison of convergence characteristics of the reconfiguration


algorithms for the 33-bus system.

TABLE V
PARAMETERS OF THE A LGORITHMS A PPLIED IN S ECTION V-C

TABLE IV
R ECONFIGURATION R ESULTS OF THE 83-B US N ETWORK OF TPC
C. Network Reconfiguration and DG Placement to Reduce
Energy Loss
Here, the strategy proposed in the flowchart in Fig. 3 is sim-
ulated on the studied distribution networks. The portions of res-
idential, commercial, and industrial loads at each load point are
set to 40%, 35%, and 25%, respectively. The DLCs indicated in
Fig. 2 are used to simulate, and three load intervals are assumed.
Maximum DG penetration considered to allocate in the system
is 12% of load. The simulations are carried out on three
cases: Case I represents the network reconfiguration, Case II
represents DG placement, and Case III employs reconfigura-
tion and DG placement, simultaneously, to reduce the energy
loss. For the purpose of comparison, the HSA is employed to
solve the problem, in addition to the proposed algorithm. The
crossover rate and mutation rate of the proposed algorithm are
chosen to be 0.8 and 0.05, respectively. The chosen parameters
of the HSA are same as those in [4]. The population size and
the number of iterations of each study case are set on Table V.
The switches selected to be open, the sizes and locations of
DGs at each interval, and the obtained computational results of
the algorithms on the 33-bus network are tabulated in Table VI.
Three DGs are considered to be installed, based on analysis per-
formed in [4]. The energy loss has been reduced by 28.05% by
reconfiguration in Case I, 37.79% by DG placement in Case II,
and 54.12% by simultaneously employing them. Moreover, the
to the three mentioned criteria, it can be concluded that the minimum bus voltage has been improved by 1.70% in Case I,
proposed method provides the better optimization results than 1.91% in Case II, and 3.29% in Case III. From comparing the
other methods. Moreover, the convergence characteristics of the results with HSA, both of the methods achieve the optimum
algorithms for the best performance are compared in Fig. 6, for configuration in Case I, although the proposed method accom-
the 33-bus system. It is clear that the proposed method has the plishes in a shorter time. In Case II, the HSA provides better
fastest convergence rate among the methods. Thus, the method results than GA. In Case III, the proposed algorithm converges
can be a suitable candidate to perform reconfiguration in real to less energy loss in a shorter time compared to HSA. Fur-
large-scale networks with many tie switches. thermore, Fig. 7 shows how the proposed method outstrips the
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

8 IEEE SYSTEMS JOURNAL

TABLE VI
S IMULATION R ESULTS OF THE 33-B US N ETWORK

In this paper, the portions of the load types at each load point,
load intervals of the DLCs, and maximum DG penetration
in the system are considered to be similar to Section V-C.
The parameters of the proposed method and HSA, which are
applied to the studied network, are chosen as in Table V. The
simulation results obtained by the algorithms in the three cases,
as described in the previous section, are shown in Table VIII.
In Table VIII, it can be observed that the network energy loss
and maximum voltage deviation are reduced by 27.373% and
26.23%, respectively, using reconfiguration in Case I. In this
case, both of the algorithms obtain an energy loss reduction,
Fig. 7. Comparison between convergence rates of the proposed method and
although the proposed method converges in a shorter time. Two
the HSA for the 33-bus system in Case III. different optimum configurations are found for the balanced
and unbalanced networks, as shown in Tables VI and VIII,
HSA to obtain a lower energy loss. Therefore, employing the respectively. This shows the importance of considering load im-
proposed reconfiguration method with DG placement leads to balance on the distribution network reconfiguration. In Case II,
achieving more remarkable results than the HSA. DG installation leads to reducing the network energy loss
The simulation results of the 83-bus network are shown in and maximum voltage deviation by 37.419% and 22.95%,
Table VII. The energy loss and maximum voltage deviation are respectively. In Case III, the energy loss and maximum voltage
reduced by 10.19% and 30.95% in Case I, 33.48% and 47.62% deviation are reduced by 53.099% and 42.62%, respectively.
in Case II, and 36.47% and 47.62% in Case III, respectively. Moreover, it can be observed that the proposed algorithm
It can be observed that 36.471% of energy loss reduction is obtains the better results than the HSA.
achieved by the proposed algorithm, comparing with 35.997% The study conducted here demonstrates the applicability of
by the HSA in Case III. In Case I, it is also observable that the the proposed method in unbalanced distribution systems.
energy loss obtained by the proposed method is less than that
of the HSA. Therefore, the merit of the proposed algorithm is VI. C ONCLUSION
superior to HSA. This paper has presented a new approach to reconfigure
distribution systems for power loss minimization. The GA as
a conventional metaheuristic algorithm and the ISEM as a
D. Energy Loss Reduction in an Unbalanced
heuristic algorithm have been blended to achieve the network
Distribution System
minimum loss configuration. The superiority of the proposed
Distribution networks are generally unbalanced in real oper- hybrid algorithm has been verified on two 33-bus (under bal-
ating conditions, due to the existence of single-phase loads. In anced and unbalanced loading conditions) and 83-bus networks
this regard, the proposed method is employed here to reduce the vis-à-vis other reconfiguration methods available in the
energy loss of a 33-bus distribution system under unbalanced literature. The proposed approach has superior quality, high
loading conditions. robustness, and a short effective runtime to achieve optimal
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

ESMAEILIAN AND FADAEINEDJAD: ENERGY LOSS MINIMIZATION IN SYSTEMS UTILIZING A RECONFIGURATION 9

TABLE VII
S IMULATION R ESULTS OF THE 83-B US N ETWORK OF TPC

TABLE VIII
S IMULATION R ESULTS OF THE 33-B US U NBALANCED N ETWORK

configuration. The proposed reconfiguration approach has ca- R EFERENCES


pability to adapt with the DG placement problem. The re- [1] K. Taleski and D. Rajicic, “Distribution network reconfiguration for en-
configuration and DG placement have been simultaneously ergy loss reduction,” IEEE Trans. Power Syst., vol. 12, no. 1, pp. 398–406,
Feb. 1997.
employed to reduce energy loss, considering the time-varying [2] E. Lopez, H. Opazo, L. Garcia, and P. Bastard, “Online reconfiguration
nature of different types of load, using a proposing strategy. considering variability demand: Applications to real networks,” IEEE
The performance of the proposed algorithm was demonstrated Trans. Power Syst., vol. 19, no. 1, pp. 549–553, Feb. 2004.
[3] Y. K. Wu, C. Y. Lee, L. C. Liu, and S. H. Tsai, “Study of reconfigura-
through comparing the obtained computational results to HSA. tion for the distribution system with distributed generators,” IEEE Trans.
The results reflect more reductions for energy loss and runtime. Power Del., vol. 25, no. 3, pp. 1678–1685, Jul. 2010.
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.

10 IEEE SYSTEMS JOURNAL

[4] R. S. Rao, K. Ravindra, K. Satish, and S. V. L. Narasimham, “Power [20] V. Farahani, B. Vahidi, and H. Abyaneh, “Reconfiguration and capacitor
loss minimization in distribution system using network reconfiguration in placement simultaneously for energy loss reduction based on an improved
the presence of distributed generation,” IEEE Trans. Power Syst., vol. 28, reconfiguration method,” IEEE Trans. Power Syst., vol. 2, no. 5, pp. 621–
no. 1, pp. 317–325, Feb. 2013. 631, Aug. 2011.
[5] S. Moghaddas and E. Mashhour, “Distributed generation modeling for [21] E. R. Scheinerman, MATGRAPH: A MATLAB Toolbox for Graph The-
power flow studies and a three-phase unbalanced power flow solution ory, 2005. [Online]. Available: http://www.ams.jhu.edu/~ers/matgraph
for radial distribution systems considering distributed generation,” Elect. [22] A. L. Shenkman, “Energy loss computation by using statistical tech-
Power Syst. Res., vol. 79, no. 4, pp. 680–686, Apr. 2009. niques,” IEEE Trans. Power Del., vol. 5, no. 1, pp. 254–258, Jan. 1990.
[6] A. Merlin and H. Back, “Search for a minimal-loss operating spanning [23] J. C. Dasi, Power System Analysis: Short-Circuit Load Flow and Harmon-
tree configuration in an urban power distribution system,” in Proc. 5th ics. Boca Raton, FL, USA: CRC Press, 2011.
PSCC, Cambridge, U.K., Sep. 1975, pp. 1–18. [24] A. Ulinuha, M. A. S. Masoum, and S. Islam, “Hybrid genetic-fuzzy algo-
[7] S. Civanlar, J. J. Grainger, H. Yin, and S. S. H. Lee, “Distribution feeder rithm for volt/var/total harmonic distortion control of distribution systems
reconfiguration for loss reduction,” IEEE Trans. Power Del., vol. 3, no. 3, with high penetration of non-linear loads,” IET Gen. Transmiss. Distrib.,
pp. 1217–1223, Jul. 1988. vol. 5, no. 4, pp. 425–439, Apr. 2011.
[8] G. J. Peponis, M. P. Papadopoulos, and N. D. Hatziargyriou, “Distribution [25] M. E. Baran and F. F. Wu, “Network reconfiguration in distribution sys-
network reconfiguration to minimize resistive line losses,” in Proc. Joint tems for loss reduction and load balancing,” IEEE Trans. Power Del.,
Int. Power Conf. APT, Sep. 1993, vol. 2, pp. 601–605. vol. 4, no. 2, pp. 1401–1407, Apr. 1989.
[9] D. Shirmohammadi and H. W. Hong, “Reconfiguration of electric distri- [26] A. Swarnkar, N. Gupta, and K. Niazi, “Adapted ant colony optimization
bution networks for resistive line loss reduction,” IEEE Trans. Power Del., for efficient reconfiguration of balanced and unbalanced distribution sys-
vol. 4, no. 2, pp. 1492–1498, Apr. 1989. tems for loss minimization,” Swarm Evol. Comput., vol. 1, no. 3, pp. 129–
[10] J. Y. Fan, L. Zhang, and J. McDonald, “Distribution network reconfigura- 137, Sep. 2011.
tion: Single loop optimization,” IEEE Trans. Power Syst., vol. 11, no. 3,
pp. 1643–1647, Aug. 1996.
[11] K. Nara, A. Shiose, M. Kitagawa, and T. Ishihara, “Implementation of
genetic algorithm for distribution systems loss minimum reconfiguration,” Hamid Reza Esmaeilian was born in Kerman, Iran,
IEEE Trans. Power Syst., vol. 7, no. 3, pp. 1044–1051, Aug. 1992. in 1986. He received the B.S. and M.Sc. degrees
[12] J. Z. Zhu, “Optimal reconfiguration of electrical distribution network in electrical engineering from the Shahid Bahonar
using the refined genetic algorithm,” Elect. Power Syst. Res., vol. 62, no. 1, University of Kerman, Kerman, Iran, and the Gradu-
pp. 37–42, May 2002. ate University of Advanced Technology, Kerman, in
[13] H. D. M. Braz and B. A. Souza, “Distribution network reconfiguration 2009 and 2013, respectively.
using genetic algorithms with sequential encoding: Subtractive and addi- His major research interests include power system
tive approaches,” IEEE Trans. Power Syst., vol. 26, no. 2, pp. 582–593, optimization, renewable energy systems, and power
May 2011. quality.
[14] E. M. Carreno, R. Romero, and A. Padilha-Feltrin, “An efficient cod-
ification to solve distribution network reconfiguration for loss reduc-
tion problem,” IEEE Trans. Power Syst., vol. 23, no. 4, pp. 1542–1551,
Nov. 2008.
[15] H. C. Chang and C. C. Kuo, “Network reconfiguration in distribution Roohollah Fadaeinedjad (M’08) was born in Ker-
systems using simulated annealing,” Elect. Power Syst. Res., vol. 29, no. 3, man, Iran, in 1969. He received the B.S. degree from
pp. 227–238, May 1994. Shiraz University, Shiraz, Iran, in 1992, the M.Sc.
[16] C. T. Sua, C. F. Chang, and J. P. Chiou, “Distribution network reconfig- degree from the Isfahan University of Technology,
uration for loss reduction by ant colony search algorithm,” Elect. Power Isfahan, Iran, in 1995, and the Ph.D. degree from the
Syst. Res., vol. 75, no. 2/3, pp. 190–199, Aug. 2005. University of Western Ontario, London, Canada, in
[17] T. Niknam, “An efficient multi-objective HBMO algorithm for distribu- 2008, all in electrical engineering.
tion feeder reconfiguration,” Exp. Syst. Appl., vol. 38, no. 3, pp. 2878– From 1996 to 1999, he was a Lecturer with the
2887, Mar. 2011. Shahid Bahonar University of Kerman. From 1999
[18] R. S. Rao, S. V. L. Narasimham, M. R. Raju, and A. S. Rao, “Optimal to 2004, he was with the Protection and Control
network reconfiguration of large-scale distribution system using harmony Departments of Kerman Regional Electric Company
search algorithm,” IEEE Trans. Power Syst., vol. 26, no. 3, pp. 1080–1088, and Rasanir Company, where he was a Senior Protection Engineer and Project
Aug. 2011. Manager. He is currently an Assistant Professor with the Department of
[19] D. Zhang, Z. Fu, and L. Zhang, “Joint optimization for power loss re- the Electrical and Computer Engineering, Graduate University of Advanced
duction in distribution systems,” IEEE Trans. Power Syst., vol. 23, no. 1, Technology, Kerman, Iran. His research interests include wind energy, control
pp. 161–169, Feb. 2008. systems, power electronics, and power system protection.

Anda mungkin juga menyukai