Next Article in Journal
Optimum Resilient Operation and Control DC Microgrid Based Electric Vehicles Charging Station Powered by Renewable Energy Sources
Next Article in Special Issue
Hydrogen Fuel Cell Technology for the Sustainable Future of Stationary Applications
Previous Article in Journal
A Thermo-Electric Apparatus for Thermal Diffusivity and Thermal Conductivity Measurements
Previous Article in Special Issue
Open-Source Dynamic Matlab/Simulink 1D Proton Exchange Membrane Fuel Cell Model
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Optimal Capacitor Bank Allocation in Electricity Distribution Networks Using Metaheuristic Algorithms

Department of Power Engineering, Gheorghe Asachi Technical University of Iasi, 700050 Iasi, Romania
*
Authors to whom correspondence should be addressed.
Energies 2019, 12(22), 4239; https://doi.org/10.3390/en12224239
Submission received: 16 September 2019 / Revised: 24 October 2019 / Accepted: 1 November 2019 / Published: 6 November 2019
(This article belongs to the Special Issue Fuel Cell Renewable Hybrid Power Systems)

Abstract

:
Energy losses and bus voltage levels are key parameters in the operation of electricity distribution networks (EDN), in traditional operating conditions or in modern microgrids with renewable and distributed generation sources. Smart grids are set to bring hardware and software tools to improve the operation of electrical networks, using state-of the art demand management at home or system level and advanced network reconfiguration tools. However, for economic reasons, many network operators will still have to resort to low-cost management solutions, such as bus reactive power compensation using optimally placed capacitor banks. This paper approaches the problem of power and energy loss minimization by optimal allocation of capacitor banks (CB) in medium voltage (MV) EDN buses. A comparison is made between five metaheuristic algorithms used for this purpose: the well-established Genetic Algorithm (GA); Particle Swarm Optimization (PSO); and three newer metaheuristics, the Bat Optimization Algorithm (BOA), the Whale Optimization Algorithm (WOA) and the Sperm-Whale Algorithm (SWA). The algorithms are tested on the IEEE 33-bus system and on a real 215-bus EDN from Romania. The newest SWA algorithm gives the best results, for both test systems.

Graphical Abstract

1. Introduction

Distribution Network Operators take into account the implementation of smart solutions to improve both the voltage level in the subordinate networks and the power factor, with the aim to maintain the balance between power generation and consumption while meeting the quality of supply standards and regulations.
In this context, the use of capacitor banks is an easy solution to be implemented with technical and economic benefits to the smart grid, maximizing the long-term return on investment as the network develops. An intelligent control of capacitor banks leads to improved energy efficiency and voltage level in the buses of distribution networks, resulting in an increase in the percentage of energy delivered to consumers [1].
The advantages of integrating capacitor banks in the flexible smart grid communication and control infrastructure are the increase of network energy efficiency and power quality improvement [2]. Thus, the technologies and modern techniques enable today the large-scale integration of capacitor banks managed with smart control algorithms.
In the literature, many methods have been proposed to solve the Optimal Capacitor Banks Allocation (OCBA) in distribution networks as a combinatorial optimization problem. These techniques can be grouped in four main categories: numerical [3]; analytical [4]; heuristic [5,6,7]; and artificial intelligence, population based (Artificial Neural Networks, metaheuristics) [8,9]. An overview about the metaheuristics used for the problem of capacitor banks allocation is made in the following, highlighting their specific purpose. The OCBA solution for power losses or cost minimization is obtained using a genetic algorithm in [10,11], a fuzzy technique in [12] and an artificial neural network in [9]. Regarding the metaheuristics, a significant number of papers consider the joule loss minimization, voltage bus improvement, and total cost minimization. Thus, in [13,14,15] a Multi-Objective Particle Swarm Optimization (MOPSO) algorithm is proposed. For active power loss reduction using load flow computation, the branch and bound method is generally preferred, for its reduced computation time. For example, for the minimization of the total annual costs, the Crow Search Algorithm (CSA) is used in [16,17], the Particle Swarm Optimization (PSO) and hybrid PSO algorithm are adapted in [18,19,20,21], the Flower Pollination Algorithm (FPA) is preferred in [22,23], and an Improved Harmony Algorithm is chosen in [24]. On the other hand, the OCBA problem based on active power minimization was approached in [25,26] using the Bacterial Foraging Optimization Algorithm, the Intersect Mutation Differential Evolution (IMDE) Algorithm in [27], the Artificial Bee Colony (ABC) in [5,28] and the Ant Lion Optimization Algorithm in [29]. The improvement of the voltage profile carried out using the Symbiotic Organisms Search Algorithm (SOSA) in [30]. Another paper proposes the JAYA optimization algorithm [31] for power factor correction. For voltage profile improvement, the Oppositional Cuckoo Optimization Algorithm (OCOA) was used in [32]. It must be mentioned that the authors’ previous approaches regarding the OCBA problem used several metaheuristic algorithms, such as PSO, BOA, Fireworks Algorithm (FWA), and WOA [33].
A brief description of the papers that use metaheuristics in the CBA problem considering both objective functions (OF) and constraints (C) is presented in Table 1. The considered objective functions are: OF1, active power losses minimization; OF2, voltage profile improvement; OF3, voltage deviation minimization; OF4, cost minimization; OF5—net savings maximization; OF6, voltage stability improvement. The main constraints for the OCBA problem are a combination of the following: C1, bus voltage allowable limits; C2, current flow limits on the branches; C3, bus reactive allowable limits; C4, maximum stock of capacitors; C5, bus apparent power balance; C6, maximum number of transformer tap changer steps; C7, the total reactive power injected should not exceed the total reactive power demand; C8, power flow limits on the branches; and C9, bus power factor limits.
This paper is focused on a comparative study of several metaheuristic algorithms adapted for solving the OCBA problem with the objective of energy loss minimization in MV distribution networks. During the analysis, the well-known GA and PSO are tested against two newer metaheuristics that have seen previous uses in power engineering applications, the BOA and WOA, and another recent but much less used method, the SWA. The latter is shown to outperform all its predecessors, when tested on two MV distribution networks with different characteristics: the smaller IEEE 33—bus test network [5,13,25] and a larger 215—bus 20/0.4 kV distribution network from Romania. During the case study, the algorithms use the same initial population and fitness function. Results are shown regarding active power and energy losses and bus voltage levels, for which the best results are obtained with the SWA.

2. Metaheuristic Algorithms

Metaheuristics are a special class of algorithms that can be used to solve search and optimization problems. As described in [34], they are approximate, usually non-deterministic methods that aim to search for solutions near the global optimum, exploring this space through a partly guided and partly random search. While the main disadvantage of metaheuristics is the uncertainty of reaching the global optimal solution, their advantages lie in not being problem-specific (allowing the flexibility of applying the same solving principle to several types of problems) and having intuitive mathematical models, borrowing concepts and approaches from the natural world, rather than from theoretical mathematical models. This contributes to their accessibility for a wider range of users. Most modern metaheuristics are population-based, starting from an initial group of solutions, called ‘population’, generated randomly, and refining it in an iterative process, according to a set of specific steps, until a stopping criterion is met. The performance of each individual from the population is assessed by computing its fitness function. The basic block diagram of a population-based metaheuristic algorithm (PMA) is depicted in Figure 1, where the steps common to all algorithms are represented with white boxes, and the part specific to each algorithm, delimited by symbols (A) and (B) is presented in gray.
The initial parameters are partially common to all algorithms, such as population size N or maximum number of iterations maxit, and partially specific to each algorithm, such as the mutation rate rmut for the Genetic Algorithm (GA) or inertia value w for the Particle Swarm Optimization (PSO). An individual from a population with N members, denoted in the following as
X i = [ x 1 ,   x 2 ,   ,   x m ] , i = 1 N
is encoded as a vector with length m, and element types and values dictated by the problem that needs to be solved. It usually represents an input parameter combination or a possible solution for the problem, which must satisfy all the constraints of the optimization model. The fitness evaluation of each population member requires the decoding of the information contained in the solution that it represents, solving the problem and evaluating the results. The optimality degree of the solution is assessed with the fitness function value associated to the respective population member. For a population with N members, Xi, i = 1, ..., N, N fitness functions will be computed and ranked.
The (A) to (B) section from Figure 1 consists of several steps, which describe each specific metaheuristic algorithm. While in the figures accompanying Section 2.1, Section 2.2, Section 2.3, Section 2.4 and Section 2.5 are presented all the details specific to each algorithm, delimited by (A) to (B), Table 2 summarizes their main steps, emphasizing their particularities.
Among the various metaheuristic algorithms available in the literature, those from Table 2 were chosen taking into account the following reasoning: the genetic algorithm and the particle swarm optimization are the best known and widely used metaheuristics, with numerous applications in power systems, which makes them a valid basis for comparison. The bat algorithm and the whale optimization algorithm are newer algorithms, previously used by the authors in solving similar optimization problems and shown to improve the quality of the results, compared with GA and PSO [35,36]. On the other hand, the sperm whale algorithm is a novelty in solving optimization problems in the power systems field. The results from the case study will show that the SWA outperforms the previous algorithms, making it a viable new alternative for solving optimization problems related to power systems applications.
The best-known PMAs are the genetic algorithm and the particle swarm optimization, which also describe two fundamental search principles used by metaheuristic algorithms: the evolutionary and performance-based patterns.

2.1. Genetic Algorithms

The Genetic Algorithm (GA), proposed in [37], is probably the best-known metaheuristic algorithm. In the GA, population members are named ‘chromosomes’, and their elements are ‘genes’. The search and optimization mechanisms use Darwinist natural evolution, based on perpetuation through genetic material exchange and mutation inside a population of same-species individuals, across a significant number of generations (iterations).
For finding new and improved solutions for an optimization problem, the GA relies on changing the population by using in each iteration the three main genetic operators (Figure 2):
  • Selection: From the existing population, whole individuals are selected based on their performance, expressed by the fitness function. The better-adapted individuals are favored for surviving. In the standard GA, the population size is constant. Thus, the lesser adapted individuals, which are discarded, are replaced by clones of the survivors.
  • Crossover: Pairs of parent chromosomes exchange a number of genes, the resulting offspring having new characteristics, possibly resulting in better solutions for the problem.
  • Mutation: Randomly generated variations on gene values, resulting in chromosomes with minor structural changes, simulating genetic mutations of real living organisms.
Optionally, an elitist procedure can also be incorporated in the GA, which ensures the preservation of the best-found optimal solution and its fitness function across generations.
The literature offers a high variety of selection [38] and crossover [39] types, which together with the user-chosen crossover and mutation rates provide significant customization possibilities, making the GA a flexible problem-solving tool.
In this paper, the tournament selection method was used, which draws randomly p members from the existing population, out of which retains the best q, according to their fitness function. The procedure is repeated until a new population of size N is created.
The method of choice for the crossover operator was the uniform crossover, illustrated in Figure 3. Two parents are randomly chosen from the population and, for each gene, a random number is generated. The parents swap the genes only if the generated random number exceeds a customizable threshold tr.

2.2. Particle Swarm Optimization

On the other hand, the PSO algorithm [40] uses a different search method, based on variable travel speeds and position shifting in the search space. Each individual (‘particle’) from the population (‘swarm’) changes its speed in each iteration based on its current distance from two reference points: The best solution found so far by the swarm leader and the best position ever achieved by the particle itself. Compared with the GA, the PSO mechanism, presented in Figure 4, is very simple, requiring for each particle j, j = 1, ..., N, only the computation of its new speed and position:
s p j ( i t ) = w s p j ( i t 1 ) + 2 r n d 1 ( x j , b e s t ( i t ) x j , c r t ( i t ) ) + 2 r n d 2 ( l e a d e r ( i t ) x j , c r t ( i t ) )
x j ( i t + 1 ) = x j ( i t ) + s p j ( i t )
followed by the update of each particle’s best position and the change of the leader position, if better solutions are found. The particle speeds are initialized with low random values, which would not influence the search direction.
In Equations (2) and (3), spj(it) and spj(it − 1) are the speed of particle xj (j = 1…N) in the previous (it − 1) and current (it) iteration, rnd1 and rnd2 are random vectors, x j,best(it) and x j,crt(it) are the best personal and the current position of particle xj, leader(it) is the position of the leader in iteration it, and xj(it) is the position of particle x in the current iteration. The factor w from Equation (2) is an inertia term, which decreases over the iteration count, larger initial values encouraging exploration, and smaller final values enabling the exploitation or local search around the best-known optimal solution.
It should be noted that while the GA explores the search space using crossover to make random changes of the information that is already present in the population, the mutation probability being much smaller, PSO changes randomly the speed of each particle element, moving it in the direction of the leader and personal best position.
The newer metaheuristic methods used in this paper, while sharing the natural inspiration of GA and PSO, combine elements found in the two algorithms and increase the number of input parameters and the complexity of their mathematical model in order to improve their optimization performance. They are the Bat Optimization Algorithm (BOA), Whale Optimization Algorithm (WOA) and Sperm-Whale Algorithm (SWA).

2.3. The Bat Optimization Algorithm

Bats hunt for prey using echolocation. In the initial search stage, they emit high amplitude/low frequency ultrasound impulses, with low emission rate (10–20 imp/sec), decoding in real time the reflected waves in order to identify the approximate position of the prey. When a potential target is identified, the bat increases the pulse rate up to 200 imp/sec, and the pulse frequency, which enables it to search accurately the space separating it from the prey, identifying the obstacles in its path and precisely locating the victim and its movement pattern.
The bat optimization algorithm [41] uses the PSO principle of changing the speed and position of the population members (here called ‘bats’), but the speed update formula is more elaborated, considering the principle of raising the signal frequency and pulse rate as the bats are getting close to the prey, i.e., to the optimal solution. The basic flowchart of a BOA iteration is depicted in Figure 5.
The bats’ speeds are initialized in the same manner as in the PSO algorithm but are accompanied by the initial signal amplitude, Aj, maximum pulse rate, rj,max and random pulse frequency fj ∈ [fmin, fmax], j = 1, ..., N.
In each iteration it, every bat from the population performs three operations:
  • Frequency update:
    f j = f min + r n d ( f max f min )
  • Speed update, with an equation inspired from (2):
    s p j ( i t ) = w s p j ( i t 1 ) + f j r n d 1 ( x j , c r t ( i t ) x j , b e s t ( i t ) )
  • Position update, identical to the formulation from (3):
    x j ( i t + 1 ) = x j ( i t ) + s p j ( i t )
The BOA also includes a local search. The best individuals from the population are randomly moved in the search space, with
x j ( i t + 1 ) = x j ( i t + 1 ) + p p A ¯ , j = 1 M , M < N
where A ¯ is the average bat amplitude for iteration it and pp ∈ [–1, 1].
The new bat positions computed with Equations (4) to (7) are accepted in the population with random probability and only if the newly obtained position is better than the previous.
At the end of each iteration, if a bat improves its position, its signal amplitude is decreased:
A j ( i t + 1 ) = α A j ( i t )
and its pulse emission rate increases:
r j ( i t + 1 ) = r j ( i t ) ( 1 e γ i t )
where α ∈ (0, 1) and γ > 0.
This behavior, much like the inertia term for PSO, increases the probability of performing local searches when the iteration count is nearing itmax.

2.4. The Whale Optimization Algorithm

The hunting behavior of humpback whales is the source of inspiration for the Whale Optimization Algorithm (WOA). The whales hunt in groups, and when they find their prey, consisting of schools of krill or small fish near the water surface, they attack it from below using two maneuvers: encircling and spiraling.
The WOA uses a population of vector solutions (‘whales’), which are hunting for prey independently, guiding their search by following a reference individual, usually their leader, i.e., the whale closest to the problem solution (‘food’), according to its fitness function.
During the algorithm, whales use initially encircling, then spiral attack, in the same way PSO and BOA use the broad exploration and the exploitation of the search space near the optimal solution.
In each iteration it, the encircling performed by each whale j from the population is described by [42]:
x j ( i t + 1 ) = r e f e r e n c e ( i t ) A D 1
where
A = 2 a r n d 1 a
D 1 = C r e f e r e n c e ( i t ) x ( i t ) , C = 2 r n d 2
The coefficient a from equation (11) is a scalar value decreasing during the iterative from a positive value to 0. The (∙) sign denotes the element-by-element multiplying of vectors, and | |, an absolute value.
For the extreme values of a = 0 and a = 1, equations (10) to (12) show that position xj(it+1) will always lie between xj(it) and reference(it), thus moving any whale towards the reference solution used to guide the population. If values larger than 1 are given to a, factor A from (11) will also increase, moving the wales beyond the target and exploring a possibly uncharted portion of the search space.
If the reference position is reference(it) = leader(it), the leader from the current iteration, when A decreases, whales get closer to the leader, encircling the prey or the optimal solution. If another whale is used as reference, reference(it) = random(x(it)), the search will shift towards its path, simulating the exploration of the sea in search for food performed by real whales.
The spiral attack phase is described by an equation that combines oscillatory and exponentially variating components:
x j ( i t + 1 ) = D 2 e b l cos ( 2 π l ) + l e a d e r ( i t )
with
D 2 = l e a d e r ( i t ) x j ( i t )
In equation (13), b is a constant, and l is a random value from the [–1, 1] interval [42].
The initially large, then gradually decreasing values of a, so that first |A| > 1, then |A| < 1, |A| → 0, first move the whales away from the leader in exploration, then encourage encircling, followed by spiral attack. If p denotes a random number, the general equation for changing the position of a whale follows as:
x j ( i t + 1 ) = r e f e r e n c e ( i t ) A D 1 , if p 0.5 D 2 e b l cos 2 π l + l e a d e r ( i t ) if p < 0.5
The flowchart of a WOA iteration is presented in Figure 6.
WOA has two specific parameters that can be tuned for better performance: coefficient a from Equation (11) and constant b from (13).

2.5. The Sperm-Whale Algorithm

The search used by the SWA mimics the hunting behavior of sperm whales, which live alone or in small groups at the bottom of the sea and must come to the surface to hunt and breathe [43]. In each iteration, the population of the SWA is split into smaller search groups consisting in uniformly distributed better and worse adapted members (‘sperm whales’). Consequently, the search for the optimal solution occurs independently in each group. First, the sperm whales change their position from the bottom of the sea to the surface. This step is simulated only for the worst adapted member of the group, for which the opposite position is computed. The positions of the leader and of the worst individual in a group g, leader(g,it) and worst(g,it), are used to compute an in-between distance dist(g,it):
d i s t ( g , i t ) = w o r s t ( g , i t ) + w l e a d e r ( g , i t )
The reflex position of worst(g,it) is then computed with Equation (17).
r e f l e x ( g , i t ) = w o r s t ( g , i t ) + 2 ( d i s t ( g , i t ) w o r s t ( g , i t ) ) = 2 d i s t ( g , i t ) w o r s t ( g , i t )
The newly computed individual reflex(g,it) will replace worst(g,it) only if its fitness function is better. At the beginning of the iterative process, when the inertia w from Equation (16) is large, the individual will search beyond leader(g,it) (exploration phase, Figure 7a). As w decreases, the search will focus between worst(g,it) and leader(g,it), exploiting the search space around the known optimal solution (Figure 7b).
In the second stage, a Good Gang is formed within the group, gathering the best gg individuals ranked according to their fitness function. Every Good Gang member performs several local searches in which its elements k are displaced randomly, within a small radius r:
x j , k = ± r x j , k ,    j = 1 g g
The original Good Gang members are replaced only if better sperm-whale positions are found during the local search.
Finally, the best Good Gang member from the group (the dominant sperm-whale) performs genetic crossover with all other group individuals. One of the two resulting children is chosen randomly to replace the worst of the two parents.
At the end of the iteration, the groups are reunited in the final population, which will repeat the search process until the stopping criterion of the algorithm is met. The basic flowchart of a SWA iteration is presented in Figure 8.
The SWA offers several tuning options for the user. The population size, number of search groups within the population, the inertia w and its decrement, the Good Gang size and number of local searches for its members, the local search radius r, and the crossover method can be adjusted for better performance.

3. The Implementation of the Optimal Reactive Compensation for Loss Minimization Problem

The five metaheuristic algorithms presented in the previous chapter were run in an implementation of the Optimal Capacitor Banks Allocation (OCBA) problem for active energy loss minimization. The approach used in this paper is stated as follows: Find the optimal buses in an EDN where capacitor banks (CB) should be installed and the amount of reactive load compensation in each bus, with the objective of operating the EDN with minimal active power and energy losses for the interval of a typical day. For an EDN with NN buses (nodes) and NB branches, the mathematical expression of the objective function of the OCBA problem was defined as:
Δ P [ % ] = h = 1 24 Δ P h / h = 1 24 b u s = 1 N N P b , h + h = 1 24 Δ P h 100 = min
The mathematical model of the fitness function considered the following constraints:
Cr1. The available CB stock cannot be exceeded:
b u s = 1 N N N C B b u s   s t o c k C B
Cr2. The compensation level in each bus cannot exceed the reactive bus load (avoid reversed reactive power flows):
N C B b u s q C B   Q b u s , b u s = 1 N N
Cr3. Branch current flows after compensation cannot exceed the branch rated current:
I b r < = I m a x , b r , b r = 1 N B
Cr4. Bus voltages after compensation cannot exceed the maximum allowed value:
U b u s < = U m a x , b u s , b u s = 1 N N
In Equations (19) to (22), ΔP[%] is the percent active power loss in the EDN over 24 h, ΔPh is the active power loss in the EDN at hour h, NCBbus is the number of CBs installed in a generic bus; qCB is the reactive power rating of a CB, Qbus is the reactive load of a generic bus, stockCB is the CB stock; Ibr is the current flow on a generic branch br, Imax,br is the rated current of branch br, Ubus is the voltage of a generic bus after compensation, and Umax,bus is the maximum bus voltage allowed in a generic bus.
All the algorithms tested in the case study used the same solution encoding for their population members. They were generated as vectors of the type described by Equation (1), with integer numbers and length equal to the number of buses in which compensation was possible in the network. The significance of the value of a generic element represented the number of CBs placed in the bus to which it was designated. All the algorithms started in the first iteration with the same population, generated randomly but considering constraint Cr2 of maximum allowed number of CBs in each bus and Cr1, the maximum CB stock (Figure 9).
The fitness of the optimal solutions was assessed in all the algorithms using the objective function (19), which also considered the constraints from Equations (20) to (23). The methodology employed for calculating the fitness of each solution is described in Figure 10.
By applying any of the equations (2) to (18) or by genetic crossover and mutation, the changes undergone by population members can result in their invalidation because of
  • Non-integer values, leading to invalid number of CBs installed in a bus;
  • Values exceeding the interval [0, NCBbus] allowed by the constraint Cr2;
  • Violation of constraint Cr1, by exceeding the available CB stock;
  • Solutions otherwise valid but which lead to the violation of the constraints Cr3 or Cr4.
Thus, every newly generated population member, for each algorithm, must pass through a validation procedure before being allowed in the population created for the next iteration.
If constraint Cr1 is not satisfied, the solution is always discarded as unfeasible. If the constraint Cr2 is not fulfilled, the solution is modified by setting the unfeasible values to the nearest allowed value, using for each element xj from Figure 1 and Figure 9 the following correction:
x j = 0 , if   x j = 0 N C B j , o t h e r w i s e
For each population member, the active power losses used in equation (19) are computed with the Newton–Raphson load flow (LF) algorithm, which is slower, but generally considered more accurate than the branch-and-bound methods preferred in the analysis of distribution networks. The LF algorithm also provides the results required for checking the constraints Cr3 and Cr4, bus voltage and branch current flow limits. Prior to computing the LF, the compensation solution is simulated subtracting from the bus reactive loads the CB injection for each compensated bus, according to the population member/solution being tested.

4. Results

The OCBA problem was solved using the metaheuristics presented in Section 2, with the aim of comparing the performance of the newer algorithm designs, BOA, WOA, and SWA against the two well established methods, GA and PSO. For comparison purposes, all the algorithms had a common representation for the members of the population, illustrated in Figure 9, and the same fitness function, active power and energy loss minimization, computed with Equation (19) and subjected to the constraints given by Equations (20) to (23), Section 3. The initial parameters used for the algorithms are presented in Table 3.
Since for all algorithms there was no improvement for the optimal solution beyond generation 350, the graphical representations of the results will be limited to the first 360 generations.
Two test networks were used to validate the comparison: the smaller sized IEEE 33-bus MV radial voltage distribution system (Figure 11) and a larger 215-bus MV EDN from a residential area of a major city from Romania (Figure 12).
Synthetic data regarding the physical characteristics for the IEEE 33-bus system is given in Table 4. The system does not include MV/LV transformer data; thus, the active power losses computed by the algorithms do not include transformer losses. The extended data regarding branch characteristics (connecting buses, type line or transformer, electrical parameters resistance and reactance, maximum branch current) is provided in Appendix A, Table A1. For the active and reactive bus loads, the study uses a custom representation consisting of daily 24-h profiles, described below.
For this particular test system, the literature provides only a set of instantaneous active and reactive bus loads. In this paper, these values were used as reference, in conjunction with a set of typical load profiles (TLP) provided in the Supplementary Materials attached to the paper, to create 24-h profiles. The TLPs considered several types of loads, residential, industrial, and their distribution in the network is summarized in Table 5.
The second test system used in the case study is a much larger EDN, consisting of 135 MV buses to which 80 loads are connected through MV/LV transformers. For simplicity, the transformers are omitted in Figure 12, together with the corresponding 80 bus numbers for the transformer LV busbars (from 136 to 215). A summary of the transformer rated power, together with the feeder and bus general information, is given in Table 6. The electrical parameters of the branches are given in Appendix A, Table A2. For this network, the bus loads were also modelled as 24-h daily profiles, being measured by the smart metering infrastructure installed by the local distribution utility for a typical working day.
Because a 24-h voltage profile was not available for the 215-bus network, the voltage reference for the slack bus was recommended by the distribution utility at the value of 1.06 pu. For the IEEE 33-bus system, the setpoint was 1 pu (nominal voltage). The slack bus for both networks is bus 1, and all the other buses are modeled as PQ (consumer) buses.

4.1. Results for the IEEE 33-Bus System

The first step of the study was the choice of the maximum CB stock used for optimization. For this purpose, the load profile of the network for 24 h, given in Figure 13, was analyzed. Since the purpose was to test the performance of each algorithm, the CB stock was set at 70 × 7.5 kVar units, which would ensure a maximum of 525 kVar of VAR compensation, about half of the minimal value of the reactive load, occurring at night hours. In this way, the number of possible CB allocation variants is maximized, while reducing the investment cost.
The GA, PSO, BOA, WOA, and SWA were run using this CB stock, the initial parameters from Table 3, and the same initial population. The solution identified by each algorithm, compared with the reference case (no reactive power compensation), and their corresponding fitness functions (percent losses) are presented in Table 7. The first line of Table 7 also presents the maximum number of CBs that can be allocated in each bus, computed according to the minimal reactive power load, so that constraint Cr2 would be always fulfilled. The same results are displayed graphically in Figure 14. In Figure 15, the parallel evolution of the fitness function of each algorithm over the first 350 generations is presented, on a typical run, emphasizing the fact that the SWA and BOA obtain the solutions corresponding to the lowest loss values, followed by the PSO, GA, and BAT.
The results from Table 7 and Figure 14 show that the best fitness function values are obtained when maximum compensation is applied at buses 18 (feeder end), 29–32 (feeder end), and 12–14, while for other buses with compensation potential, such as 21–25, where the reactive load is high, no capacitor banks are allocated. All the algorithms use the entire CB stock available, with differences in the buses chosen for compensation and number of CBs allocated to each bus.
The results regarding the active power losses, for each hour and algorithm, compared with the reference case are plotted in Figure 16 and presented in Table 8. Table 9 gives the loss reduction in percent, against the reference case, for which the total values are represented in Figure 17. The loss reduction ranges between 6.55% and 16.78%, depending on the algorithm and network load. The improvement is higher in off-peak hours, and the best results are obtained with SWA (8.17% to 16.78%), with a global value of 10.51% over 24 h. PSO, WOA, and SWA are the closest to the optimal solution.
Compared with the reference case, the best compensation solution found by the SWA leads to a loss reduction of 726.73 kW for the analyzed day, which, if it is extrapolated for a year, amounts to 265.26 MW loss saving. The difference between SWA and the second best result, given by WOA, is of 6.25 kW per day or 2.28 MW for an entire year. As Figure 16 shows, SWA achieves these savings mainly during two hours, at 19.00 and 24.00.
Reactive power compensation with capacitor banks is mainly used in EDN for voltage profile improvement, where specific networks configurations and load patterns lead to high voltage drops along the feeders. In the case of the IEEE 33-bus system, the nominal voltage setting for the slack bus and the load profiles from Appendix A lead, in the reference case without compensation, to the voltage profile described by Figure 18.
The values show voltage drops that exceed the lower limit of –10% prescribed by the Romanian standards, in several buses located near the end of the main two supply paths, ending in buses 18 and 33. For bus 18, the voltage has the minimum value of 0.858 pu, at hours 19.00 and 20.00, while for bus 33, the minimum voltage is 0.882 pu, at hour 10.00.
The improvement of the voltages obtained hourly with each algorithm is depicted in Figure 19 for bus 18 and in Figure 20 for bus 33. The percent improvements over the reference values (no compensation) are given in Table 10 and Table 11, respectively. Again, the SWA gives the best results, with the maximum voltage improvement. The minimum reference voltage value of 0.858 pu in bus 18 (hour 10.00) is raised by 1.65%, to 0.872 pu. However, the voltages remain below the 0.9 pu minimum allowed limit, for 10 h from the 24-h analysis interval. Better voltage regulation can be possible using a larger CB stock or raising the voltage in the reference bus, by changing the HV/MV transformer tap position from the substation at bus 1.
The voltage improvements are smaller for bus 33, with a maximum of 1.28% with the SWA, but with three algorithms (SWA, PSO and WOA), the voltage levels are raised after compensation above the maximum –10% deviation allowed by the regulations during 7 h (8.00, 9.00, 12.00, 13.00, 18.00, 19.00, and 20.00), only two hours remaining below this threshold (10.00 and 11.00), as it can be seen in Figure 20.

4.2. Results for the 215-Bus Distribution Network

In this case, the CB stock used for compensation was chosen using the 24-h load profile of the network from Figure 21. In comparison with the IEEE 33-bus system, the minimum off-peak reactive load is reduced, while the number of buses available for compensation increases significantly, allowing a higher number of possible solutions. Thus, the CB stock was set at 90 units of 7.5 kVar each, providing a maximum of 675 kVar of reactive power. As the solutions from Figure 22 and Table 12 show, all the algorithms use the entire stock, with different bus allocation. The SWA provides the best solution (6.19% active power losses), followed by the PSO (6.21%). In Table 12, since the VAR compensation is performed at the LV side of the substation transformers, the bus numbers are given for both the MV buses denoted in Figure 12, and for their corresponding LV transformer busbars. In Figure 22, only the LV bus numbers are used, for better readability. Figure 23 presents the evolution of the fitness function of each metaheuristic algorithm over the first 360 generations, on a typical run.
For this network, as Figure 22 shows, the best two solutions (SWA, PSO) are mainly differentiated by the CB allocation at buses 151, LV side (28, MV side); 153 (31); 155 (34); 156 (35); and 157 (36), located at the beginning of the network, and having significant reactive power loads. This behavior is triggered by the use of the 90 CB stock, which is close to the maximum possible number of CBs that can be allocated for compensation, 107, and because of the sufficient stock, most of the buses can use the maximum possible CB allocation.
The comparison between the hourly active power losses computed by the Newton–Raphson algorithm for the reference case (no compensation) and the losses determined for each best compensation solution found by the metaheuristic algorithms is presented in Table 13 and Figure 24. Furthermore, Table 14 gives the percent reduction in losses obtained using the compensation solutions, while Figure 25 allows for an overview of the total losses obtained in each case, based on the values computed in Table 13.
The best CB allocation solution, obtained with the SWA, achieves a loss reduction of 833.91 kW or 10.36% for the entire network, in 24 h, which amounts to 304.38 MW in an entire year. The next best solution, found with the PSO algorithm, achieves only 816.58 kW (10.15%). The difference between the two solutions is of 17.33 kW in the analyzed day, or 6.32 MW in a year. The improvement over the IEEE 33-bus system regarding the loss reduction can be attributed to the presence of the MV/LV transformers.
The bus voltage levels for all 24 h and buses from the 215-bus network are presented in Figure 26. The length of the main feeder and the bus loadings lead to low voltage levels at the last buses on the main supply path, with values below the 0.9 pu limit at the LV side. At the MV side, the voltages are inside the allowed range, varying from 1.060 pu in the slack bus to 0.940 pu.
Figure 27 and Figure 28 depict the effect of VAR compensation on the voltages at bus 135 (MV) and 215 (LV). By allocating the available CB stock according to the solutions found by the five metaheuristic algorithms, the bus voltages increase with maximum 1.36%, as shown in Table 15 for bus 215 (LV). This increase is not sufficient for raising the lowest voltage values above the desired limit of 0.9 pu. Since the CB stock is near the maximum allowed reactive load compensation which fulfills constraint Cr2 specified by the optimization model, an alternative solution is to change the MV/LV transformer tap settings in the affected buses.

5. Discussions and Conclusions

The reactive power flow in the active electricity distribution networks has an important influence on the bus voltage level and the active power losses. Therefore, in order to control the reactive power absorbed by consumers, their consumption must be characterized by a power factor approximately equal to the neutral value (0.9 in Romania). Optimal allocation of reactive sources in the electricity distribution networks is made for power losses reduction, power factor correction and/or voltage profile improvement.
The optimization model considered in the paper has as main objective the optimal allocation of capacitor banks (CBs) in the medium voltage networks to minimize the power/energy losses, taking into account the technical restrictions imposed by the available CB stock, the compensation level in each bus, branch current flows, and bus voltages. This is very useful for distribution network operators that install now large amounts of capacitor banks (CB) in the distribution networks. In order to optimize the location of these CBs, the used test networks (the IEEE 33-bus system and a real 215-bus EDN from Romania) were modelled considering the MV lines, the MV/LV transformers from the electric distribution substations, where available, and the MV and LV buses. The different algorithms (Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Bat Optimization Algorithm (BOA), Whale Optimization Algorithm (WOA) and Sperm-Whale Algorithm (SWA)) were tested to see which would be the best to solve the problem of capacitor bank allocation. The study, made using the IEEE 33-bus system, highlighted the fact that the SWA leads to the best results compared to the other algorithms. Compared with the reference case, the best compensation solution found by the SWA leads to a loss reduction of 726.73 kW for the analyzed day, which, if it is extrapolated for a year, amounts to 265.26 MW loss saving. The difference between SWA and the second best result, given by WOA, is of 6.25 kW per day or 2.28 MW for an entire year. In the case of the voltage level, an improvement was observed on the entire electricity distribution network, in all nodes, also obtained with the help of SWA. The minimum reference voltage value in bus 18 (the farthest node), at hour 10.00, was increased by 1.65%.
Moreover, the algorithms were tested in a real electricity distribution network (215-bus EDN) from Romania. The best CB allocation solution, obtained again with the SWA, achieves a loss reduction of 833.91 kW or 10.36% for the entire network, in 24 h, which amounts to 304.38 MW in an entire year. The next best solution, found with the PSO algorithm, achieves only 816.58 kW (10.15%). The difference between the two solutions is of 17.33 kW in the analyzed day, or 6.32 MW in a year. The solutions found led to an increase of the voltage in the farthest node (215) with maximum 1.36%.
Based on the obtained results, it can be affirmed that the use of capacitor banks is an easy solution to be implemented with technical and economic benefits to the electricity distribution networks that maximizes long-term return on investment as the network develops. An intelligent control of capacitor banks leads to improved energy efficiency and voltage level in the buses of electricity distribution networks, resulting in an increase in the percentage of energy delivered to consumers. Amongst the tested algorithms, the SWA finds the best compensation solutions, which can lead to significant additional loss savings and shorter investment recovery times.

Supplementary Materials

The following are available online at https://www.mdpi.com/1996-1073/12/22/4239/s1, file IEEE33_load_data.xls, active and reactive load profiles for the IEEE-33bus test system, and file EDN215_load_data.xls, active and reactive load profiles for the 215-bus distribution network.

Author Contributions

Conceptualization, O.I., B.-C.N. and G.G.; methodology, O.I. and G.G.; software, O.I. and B.-C.N.; validation, B.-C.N. and G.G.; formal analysis, M.G.; investigation, O.I. and B.-C.N.; data curation, B.-C.N.; writing—original draft preparation, O.I. and B.-C.N.; writing—B.-C.N., G.G. and M.G.; supervision, M.G.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. Branch parameters for the IEEE 33-bus system.
Table A1. Branch parameters for the IEEE 33-bus system.
Bus 1Bus 2Imax, AType1Resistance, ΩReactance, Ω
1242010.0920.047
2342010.4930.251
3442010.3660.186
4542010.3810.194
5642010.8190.707
6742010.1870.619
7842010.7110.235
8942011.030.74
91042011.0440.74
101142010.1970.065
111242010.3740.124
121342011.4681.155
131442010.5420.713
141542010.5910.526
151642010.7460.545
161742011.2891.721
171842010.7320.574
192042011.5041.356
21942010.1640.157
202142010.410.478
212242010.7090.937
232442010.8980.709
242542010.8960.701
262742010.2840.145
272842011.0590.934
282942010.8040.701
293042010.5080.259
32342010.4510.308
303142010.9750.963
313242010.3110.362
323342010.3410.53
62642010.2030.103
1 Branch type can be 1—line; 2—transformer.
Table A2. Branch parameters for the 215-bus distribution network.
Table A2. Branch parameters for the 215-bus distribution network.
Bus 1Bus 2Imax, ATypeResistance, ΩReactance, Ω
1223510.806250.314159
2331510.10510.061104
2429510.77010.358142
4529510.001540.000716
4629510.308040.143257
6729510.0213060.009909
7829510.0213060.009909
8929510.2721020.126543
82929510.0564740.026264
91029510.025670.011938
91129510.2130610.099086
111229510.1155150.053721
10110229510.1411850.065659
10110329510.025670.011938
10410529510.025670.011938
10410629510.3619470.168327
10610729510.025670.011938
10610829510.25670.119381
10810929510.051340.023876
10811029510.4671940.217273
11011129510.1155150.053721
11011329510.128350.05969
121329510.077010.035814
121429510.0192530.008954
11111229510.0410720.019101
11311429510.25670.119381
11312529510.077010.035814
11411529510.1732730.080582
11411629510.0359380.016713
11611729510.3696480.171908
11611929510.077010.035814
11711829510.2027930.094311
11912029510.5621730.261443
12012129510.154020.071628
12012229510.1103810.051334
12212329510.1873910.087148
12312429510.1873910.087148
12512629510.0385050.017907
12512729510.1694220.078791
12712829510.025670.011938
12712929510.0641750.029845
12913029510.205360.095504
12913129510.3619470.168327
141529510.0975460.045365
142229510.0359380.016713
13113229510.1206490.056109
13113329510.179690.083566
13113429510.25670.119381
13413529510.0333710.015519
151629510.154020.071628
161729510.154020.071628
161829510.0192530.008954
181929510.179690.083566
182029510.0192530.008954
202129510.025670.011938
222329510.3516790.163551
222429510.2489990.115799
242529510.231030.107442
252629510.0718760.033427
252729510.3927510.182652
272829510.102680.047752
293029510.0385050.017907
303129510.0718760.033427
303729510.0564740.026264
313229510.1232160.057303
323329510.0872780.040589
333429510.1925250.089535
333529510.0718760.033427
353629510.3516790.163551
373829510.102680.047752
374029510.3183080.148032
393830910.462440.268858
404129510.410720.191009
404329510.4030190.187427
424129510.128350.05969
434429510.0847110.039396
444529510.333710.155195
444729510.1899580.088342
454629510.025670.011938
474829510.2387310.111024
475629510.3388440.157582
484929510.179690.083566
485029510.2387310.111024
505129510.2887880.134303
505229510.0400450.018623
525329510.077010.035814
525429510.102680.047752
545529510.231030.107442
565729510.051340.023876
565929510.6597190.306808
575829510.102680.047752
596029510.0436390.020295
596629510.0847110.039396
606129510.025670.011938
606229510.0744430.03462
626329510.4415240.205335
626429510.0282370.013132
646529510.179690.083566
666729510.179690.083566
667329510.4671940.217273
676829510.102680.047752
676929510.1206490.056109
697029510.025670.011938
697129510.2104940.097892
717229510.025670.011938
737429510.025670.011938
737529510.4671940.217273
757629510.641750.298451
757829510.0213060.009909
767729510.308040.143257
787929510.154020.071628
788029510.0847110.039396
808129510.025670.011938
808229510.128350.05969
828329510.102680.047752
828429510.1899580.088342
848529510.231030.107442
848629510.25670.119381
868729510.051340.023876
868829510.51340.238761
888929510.077010.035814
889229510.0847110.039396
899029510.025670.011938
899129510.025670.011938
929329510.51340.238761
939429510.025670.011938
939529510.0847110.039396
959629510.077010.035814
959829510.128350.05969
969729510.0539070.02507
989929510.0847110.039396
9810029510.0641750.029845
10010129510.077010.035814
10010429510.128350.05969
2136100020.060.082
3137100020.0110.037
5138100020.0110.037
6139100020.0110.037
7140100020.0110.037
10141100020.0190.036
11142100020.060.082
102195100020.040.05
103196100020.060.082
105197100020.0110.037
107198100020.060.082
109199100020.0110.037
111200100020.0060.023
112201100020.0110.037
115202100020.060.082
117203100020.060.082
118204100020.060.082
119205100020.060.082
13143100020.0190.036
121206100020.0110.037
122207100020.060.082
123208100020.060.082
124209100020.0190.036
126210100020.060.082
128211100020.0190.036
130212100020.0190.036
132213100020.0060.023
133214100020.060.082
135215100020.0190.036
15144100020.060.082
17145100020.040.05
19146100020.060.082
21147100020.0110.037
23148100020.060.082
24149100020.060.082
26150100020.060.082
28151100020.0190.036
29152100020.060.082
31153100020.040.05
32154100020.0190.036
34155100020.0190.036
35156100020.0110.037
36157100020.040.05
38158100020.0110.037
39159100020.0190.036
40160100020.0190.036
41161100020.040.05
42162100020.060.082
43163100020.0190.036
45164100020.0060.023
46165100020.060.082
49166100020.060.082
51167100020.060.082
53168100020.040.05
55169100020.040.05
57170100020.0190.036
58171100020.060.082
61172100020.0110.037
63173100020.060.082
64174100020.060.082
65175100020.060.082
68176100020.060.082
70177100020.040.05
71178100020.060.082
72179100020.060.082
74180100020.060.082
76181100020.060.082
77182100020.040.05
79183100020.040.05
81184100020.060.082
83185100020.040.05
85186100020.040.05
87187100020.0110.037
90188100020.0110.037
91189100020.0110.037
92190100020.060.082
94191100020.040.05
96192100020.0190.036
97193100020.040.05
99194100020.0190.036

References

  1. T&D World Magazine. Capacitor Bank Control Adapts to Evolving Challenges of Smart Grid. Available online: https://www.tdworld.com/test-monitor-amp-control/capacitor-bank-control-adapts-evolving-challenges-smart-grid (accessed on 15 July 2019).
  2. Cooper Power Series. Smart Grid Ready Capacitor Bank Control Delivers Automation and Efficiency. Available online: https://www.eaton.com/content/dam/eaton/products/utility-and-grid-solutions/grid-automation-systems/capacitor-bank-control/cbc-8000-capacitor-bank-control/cbc-8000-capacitor-bank-pa916001en.pdf (accessed on 15 July 2019).
  3. Hogan, P.M.; Rettkowski, J.D.; Bala, J.L. Optimal capacitor placement using branch and bound. In Proceedings of the 37th Annual North American Power Symposium, Ames, IA, USA, 25 October 2005; pp. 84–89. [Google Scholar]
  4. Grainger, J.; Lee, S. Optimum Size and Location of Shunt Capacitors for Reduction of Losses on Distribution Feeders. IEEE Trans. Power Appar. Syst. 1981, 3, 1105–1118. [Google Scholar] [CrossRef]
  5. Muthukumar, K.; Jayalalitha, S. Optimal placement and sizing of distributed generators and shunt capacitors for power loss minimization in radial distribution networks using hybrid heuristic search optimization technique. Int. J. Electr. Power Energy Syst. 2016, 78, 299–319. [Google Scholar] [CrossRef]
  6. Segura, S.; Romero, R.; Rider, M.J. Efficient heuristic algorithm used for optimal capacitor placement in distribution systems. Int. J. Electr. Power Energy Syst. 2010, 32, 71–78. [Google Scholar] [CrossRef]
  7. Biagio, M.A.; Coelho, M.A.; Franco, P.E.C. Heuristic for solving capacitor allocation problems in electric energy radial distribution networks. Pesquisa Oper. 2012, 32, 121–138. [Google Scholar] [CrossRef] [Green Version]
  8. Bakker, E.; Deljou, V.; Rahmani, J. Optimal Placement of Capacitor Bank in Reorganized Distribution Networks Using Genetic Algorithm. Int. J. Comp. App. Techn. Res. (IJCATR) 2019, 8, 2319–8656. [Google Scholar] [CrossRef]
  9. Ozgonenel, O.; Karagol, S. A novel generation and capacitor integration technique for today’s distribution systems, Turk. J. Elec. Eng. Comp. Sci. 2017, 25, 2434–2443. [Google Scholar] [CrossRef]
  10. Villa-Acevedo, W.; López-Lezama, J.; Valencia-Velásquez, J. A novel constraint handling approach for the optimal reactive power dispatch problem. Energies 2018, 11, 2352. [Google Scholar] [CrossRef]
  11. Rahmani-andebili, M. Simultaneous placement of DG and capacitor in distribution network. Electr. Power Syst. Res. 2016, 131, 1–10. [Google Scholar] [CrossRef]
  12. Bhattacharya, S.K.; Goswami, S.K. A new fuzzy based solution of the capacitor placement problem in radial distribution system. Expert Syst. Appl. 2009, 36, 4207–4212. [Google Scholar] [CrossRef]
  13. Kumar, M.; Nallagownden, P.; Elamvazuthi, I. Optimal Placement and Sizing of Renewable Distributed Generations and Capacitor Banks into Radial Distribution Systems. Energies 2017, 10, 811. [Google Scholar] [CrossRef]
  14. Zeinalzadeh, A.; Mohammadi, Y.; Moradi, M.H. Optimal multi objective placement and sizing of multiple DGs and shunt capacitor banks simultaneously considering load uncertainty via MOPSO approach. Int. J. Electr. Power Energy Syst. 2015, 67, 336–349. [Google Scholar] [CrossRef]
  15. Sharaf, A.M.; El-Gammal, A.A. Optimal selection of capacitors in distribution networks for voltage stabilization and loss reduction. In Proceedings of the 2010 IEEE Electrical Power & Energy Conference, Halifax, NS, Canada, 25–27 August 2010; pp. 1–5. [Google Scholar]
  16. Díaz, P.; Pérez-Cisneros, M.; Cuevas, E.; Avalos, O.; Gálvez, J.; Hinojosa, S.; Zaldivar, D. An improved crow search algorithm applied to energy problems. Energies 2018, 11, 571. [Google Scholar] [CrossRef]
  17. Montazeri, M.; Askarzadeh, A. Capacitor placement in radial distribution networks based on identification of high potential busses. Int. Trans. Elec. Energy Syst. 2019, 29, e2754. [Google Scholar] [CrossRef]
  18. Jiang, F.; Zhang, Y.; Zhang, Y.; Liu, X.; Chen, C. An Adaptive Particle Swarm Optimization Algorithm Based on Guiding Strategy and Its Application in Reactive Power Optimization. Energies 2019, 12, 1690. [Google Scholar] [CrossRef]
  19. Elsheikh, A.; Helmy, Y.; Abouelseoud, Y.; Elsherif, A. Optimal capacitor placement and sizing in radial electric power systems. Alex. Eng. J. 2014, 53, 809–816. [Google Scholar] [CrossRef] [Green Version]
  20. Arulraj, R.; Kumarappan, N. Optimal economic-driven planning of multiple DG and capacitor in distribution network considering different compensation coefficients in feeder’s failure rate evaluation. Eng. Sci. Technol. Int. J. 2019, 22, 67–77. [Google Scholar] [CrossRef]
  21. Sahli, Z.; Hamouda, A.; Bekrar, A.; Trentesaux, D. Reactive Power Dispatch Optimization with Voltage Profile Improvement Using an Efficient Hybrid Algorithm. Energies 2018, 11, 2134. [Google Scholar] [CrossRef]
  22. Abdelaziz, A.Y.; Ali, E.S.; Elazim, S.A. Flower pollination algorithm and loss sensitivity factors for optimal sizing and placement of capacitors in radial distribution systems. Int. J. Electr. Power Energy Syst. 2016, 78, 207–214. [Google Scholar] [CrossRef]
  23. Tamilselvan, V.; Jayabarathi, T.; Raghunathan, T.; Yang, X.S. Optimal capacitor placement in radial distribution systems using flower pollination algorithm. Alex. Eng. J. 2018, 57, 2775–2786. [Google Scholar] [CrossRef]
  24. Ali, E.S.; Elazim, S.A.; Abdelaziz, A.Y. Improved Harmony Algorithm for optimal locations and sizing of capacitors in radial distribution systems. Int. J. Electr. Power Energy Syst. 2016, 79, 275–284. [Google Scholar] [CrossRef]
  25. Devabalaji, K.R.; Ravi, K.; Kothari, D.P. Optimal location and sizing of capacitor placement in radial distribution system using bacterial foraging optimization algorithm. Int. J. Electr. Power Energy Syst. 2015, 71, 383–390. [Google Scholar] [CrossRef]
  26. Kishore, C.; Ghosh, S.; Karar, V. Symmetric fuzzy logic and IBFOA solutions for optimal position and rating of capacitors allocated to radial distribution networks. Energies 2018, 11, 766. [Google Scholar] [CrossRef]
  27. Khodabakhshian, A.; Andishgar, M.H. Simultaneous placement and sizing of DGs and shunt capacitors in distribution systems by using IMDE algorithm. Int. J. Electr. Power Energy Syst. 2016, 82, 599–607. [Google Scholar] [CrossRef]
  28. Dixit, M.; Kundu, P.; Jariwala, H.R. Incorporation of distributed generation and shunt capacitor in radial distribution system for techno-economic benefits. Eng. Sci. Technol. Int. J. 2017, 20, 482–493. [Google Scholar] [CrossRef]
  29. Mouassa, S.; Bouktir, T.; Salhi, A. Ant lion optimizer for solving optimal reactive power dispatch problem in power systems. Eng. Sci. Technol. Int. J. 2017, 20, 885–895. [Google Scholar] [CrossRef]
  30. Baysal, Y.A.; Altas, İ.H. Power quality improvement via optimal capacitor placement in electrical distribution systems using symbiotic organisms search algorithm. Mugla J. Sci. Technol. 2017, 3, 64–68. [Google Scholar] [CrossRef]
  31. Helmy, W.; Abbas, M.A.E. Optimal sizing of capacitor-bank types in the low voltage distribution networks using JAYA optimization. In Proceedings of the 9th International Renewable Energy Congress (IREC), Hammamet, Tunisia, 20–22 March 2018; pp. 1–5. [Google Scholar]
  32. Sultana, S.; Roy, P.K. Capacitor Placement in Radial Distribution System Using Oppositional Cuckoo Optimization Algorithm. Int. J. Swarm Intel. Res. (IJSIR) 2018, 9, 64–95. [Google Scholar] [CrossRef]
  33. Neagu, B.C.; Ivanov, O.; Gavrilaş, M. A comprehensive solution for optimal capacitor allocation problem in real distribution networks. In Proceedings of the Conference on Electromechanical and Power System (SIELMEN), Iaşi, Romania, 11–13 October 2017; pp. 565–570. [Google Scholar]
  34. Blum, C.; Roli, A. Metaheuristics in Combinatorial Optimization: Overview and Conceptual Comparison. ACM Comp. Surv. 2003, 35, 268–308. [Google Scholar] [CrossRef]
  35. Neagu, B.C.; Ivanov, O.; Georgescu, G. Reactive Power Compensation in Distribution Networks Using the Bat Algorithm. In Proceedings of the International Conference and Exposition on Electrical and Power Engineering, Iasi, Romania, 20–22 October 2016; pp. 711–714. [Google Scholar]
  36. Neagu, B.C.; Ivanov, O.; Gavrilas, M. Voltage profile improvement in distribution networks using the whale optimization algorithm. In Proceedings of the International Conference on Electronics, Computers and Artificial Intelligence (ECAI 2017), Targoviste, Romania, 29 June–1 July 2017. [Google Scholar]
  37. Holland, J.H. Adaptation in Natural and Artificial Systems: An Introductory Analysis with Applications to Biology, Control and Artificial Systems; University of Michigan Press: Ann Arbor, MI, USA, 1975. [Google Scholar]
  38. Jebari, K. Selection Methods for Genetic Algorithms. Int. J. Emerg. Sci. 2013, 3, 333–344. [Google Scholar]
  39. Umbarkar, A.J.; Sheth, P.D. Crossover Operators in Genetic Algorithms: A Review. ICTACT J. Soft Comput. 2015, 6, 1083–1092. [Google Scholar]
  40. Kennedy, J.; Eberhart, R.C. Particle Swarm Optimization. In Proceedings of the ICNN’95—International Conference on Neural Networks, Perth, WA, Australia, 27 November–1 December 1995; IEEE: Piscataway, NJ, USA, 1995. [Google Scholar]
  41. Yang, X.S. A New Metaheuristic Bat-Inspired Algorithm. In Nature Inspired Cooperative Strategies for Optimization (NISCO 2010); Cruz, C., González, J.R., Krasnogor, N., Pelta, D.A., Terrazas, G., Eds.; Springer: Berlin, Germany, 2010; pp. 65–74. [Google Scholar] [Green Version]
  42. Mirjalili, S.; Lewis, A. The Whale Optimization Algorithm. Adv. Eng. Soft. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  43. Ebrahimi, A.; Khamehchi, E. Sperm whale algorithm: An effective metaheuristic algorithm for production optimization problems. J. Nat. Gas. Sci. Eng. 2016, 29, 211–222. [Google Scholar] [CrossRef]
Figure 1. The basic flowchart of a population-based metaheuristic algorithm.
Figure 1. The basic flowchart of a population-based metaheuristic algorithm.
Energies 12 04239 g001
Figure 2. The flowchart of a GA iteration.
Figure 2. The flowchart of a GA iteration.
Energies 12 04239 g002
Figure 3. The uniform crossover.
Figure 3. The uniform crossover.
Energies 12 04239 g003
Figure 4. The flowchart of a PSO iteration.
Figure 4. The flowchart of a PSO iteration.
Energies 12 04239 g004
Figure 5. The flowchart of a BOA iteration.
Figure 5. The flowchart of a BOA iteration.
Energies 12 04239 g005
Figure 6. The flowchart of a WOA iteration.
Figure 6. The flowchart of a WOA iteration.
Energies 12 04239 g006
Figure 7. Reflex search in the SWA algorithm: (a) exploration, (b) exploitation.
Figure 7. Reflex search in the SWA algorithm: (a) exploration, (b) exploitation.
Energies 12 04239 g007
Figure 8. The flowchart of a SWA iteration.
Figure 8. The flowchart of a SWA iteration.
Energies 12 04239 g008
Figure 9. The encoding of the solutions used by the OCBA problem.
Figure 9. The encoding of the solutions used by the OCBA problem.
Energies 12 04239 g009
Figure 10. Fitness computation and solution validation for the OCBA problem.
Figure 10. Fitness computation and solution validation for the OCBA problem.
Energies 12 04239 g010
Figure 11. The IEEE 33-bus test system.
Figure 11. The IEEE 33-bus test system.
Energies 12 04239 g011
Figure 12. The residential 215-bus EDN.
Figure 12. The residential 215-bus EDN.
Energies 12 04239 g012
Figure 13. The active and reactive load profiles of the IEEE 33-bus test system—hourly values.
Figure 13. The active and reactive load profiles of the IEEE 33-bus test system—hourly values.
Energies 12 04239 g013
Figure 14. The number of CBs allocated in the buses of the IEEE 33-bus system by each algorithm.
Figure 14. The number of CBs allocated in the buses of the IEEE 33-bus system by each algorithm.
Energies 12 04239 g014
Figure 15. The fitness of the optimal solution found by the metaheuristic algorithms after 360 iterations, for the IEEE 33-bus system.
Figure 15. The fitness of the optimal solution found by the metaheuristic algorithms after 360 iterations, for the IEEE 33-bus system.
Energies 12 04239 g015
Figure 16. Hourly active power losses in the IEEE 33-bus system, for each algorithm.
Figure 16. Hourly active power losses in the IEEE 33-bus system, for each algorithm.
Energies 12 04239 g016
Figure 17. The total active power loss reduction in the IEEE 33-bus system, in kW, for each algorithm.
Figure 17. The total active power loss reduction in the IEEE 33-bus system, in kW, for each algorithm.
Energies 12 04239 g017
Figure 18. The bus voltages in the IEEE 33-bus system without compensation, for each hour from the analyzed day.
Figure 18. The bus voltages in the IEEE 33-bus system without compensation, for each hour from the analyzed day.
Energies 12 04239 g018
Figure 19. Voltage improvement after compensation for bus 18, the IEEE 33-bus system.
Figure 19. Voltage improvement after compensation for bus 18, the IEEE 33-bus system.
Energies 12 04239 g019
Figure 20. Voltage improvement after compensation for bus 33, the IEEE 33-bus system.
Figure 20. Voltage improvement after compensation for bus 33, the IEEE 33-bus system.
Energies 12 04239 g020
Figure 21. The active and reactive load profiles of the 215-bus network—hourly values.
Figure 21. The active and reactive load profiles of the 215-bus network—hourly values.
Energies 12 04239 g021
Figure 22. The number of CBs allocated in the buses of the 215-bus network by each algorithm: (a)—buses 136-175, (b)—buses 176-215.
Figure 22. The number of CBs allocated in the buses of the 215-bus network by each algorithm: (a)—buses 136-175, (b)—buses 176-215.
Energies 12 04239 g022
Figure 23. The fitness of the optimal solution found by the metaheuristic algorithms after 360 iterations, for the 215-bus network.
Figure 23. The fitness of the optimal solution found by the metaheuristic algorithms after 360 iterations, for the 215-bus network.
Energies 12 04239 g023
Figure 24. Hourly active power losses in the IEEE 33-bus system, for each algorithm.
Figure 24. Hourly active power losses in the IEEE 33-bus system, for each algorithm.
Energies 12 04239 g024
Figure 25. The total active power loss reduction in the 215-bus network, in kW, for each algorithm.
Figure 25. The total active power loss reduction in the 215-bus network, in kW, for each algorithm.
Energies 12 04239 g025
Figure 26. The bus voltages in the 215-bus network without compensation, for each hour from the analyzed day.
Figure 26. The bus voltages in the 215-bus network without compensation, for each hour from the analyzed day.
Energies 12 04239 g026
Figure 27. Voltage improvement after compensation for bus 135, medium voltage, the 215-bus network.
Figure 27. Voltage improvement after compensation for bus 135, medium voltage, the 215-bus network.
Energies 12 04239 g027
Figure 28. Voltage improvement after compensation for bus 215, low voltage, the 215-bus network.
Figure 28. Voltage improvement after compensation for bus 215, low voltage, the 215-bus network.
Energies 12 04239 g028
Table 1. Literature review regarding the capacitor allocation problem based on artificial intelligence.
Table 1. Literature review regarding the capacitor allocation problem based on artificial intelligence.
Objective FunctionConstraintsTest NetworkReferences
C1C2C3C4C5C6C7C8C9
OF1XX-------38 bus—Roy–Billinton Test System[8]
X-X-XX---IEEE 30, 57, 118 and 300 bus[10,27,29]
X-X-X----IEEE 33 bus[13]
XXXX-----IEEE 33 and 94 bus[14,15]
XXX-XX---IEEE 30 bus[21]
XXX-X----IEEE 33 and 85 bus[25,28]
XXXXX----IEEE 33 and 119 bus[5]
OF2X--------IEEE 10, 23 and 34 bus[12]
X-X-X----IEEE 22, 69, 85 and 141 bus[32]
OF3X-X-XX---IEEE 30, 57, 118 and 300 bus[10,27]
XXX-XX---IEEE 30 bus[21]
OF4X-X---X-XIEEE 10, 33 and 69 bus[16,17,22,26]
X-X----X-IEEE 10, 15 and 34 bus[19]
X-X------IEEE 30 and 85 bus[20]
X-X------IEEE 33, 34, 69 and 85 bus[23,27]
X-X-X-X-XIEEE 85 and 118 bus[24]
OF5X---X----IEEE 28-bus[11]
X--------IEEE 9-bus[30]
OF6X-X--XX--IEEE 30 bus[18]
X-X-XXX--IEEE 30, 57 and 118 bus[27]
X-X-X----IEEE 30, 118 and 300 bus[29]
Table 2. The metaheuristic algorithms used in the paper for solving the OCBA problem.
Table 2. The metaheuristic algorithms used in the paper for solving the OCBA problem.
AlgorithmMain Steps
Genetic Algorithm (GA)Selection, crossover, mutation, using the entire population
Particle Swarm Optimization (PSO)Speed and position update, using the entire population, and exploration followed by exploitation of the search space
The Bat Optimization Algorithm (BOA)Speed and position update, frequency adaptation, and local search in each iteration, using the entire population, exploration followed by exploitation
The Whale Optimization Algorithm (WOA)Continuous choice between three search methods: exploration, encircling, and spiral attack, using the entire population
The Sperm Whale Algorithm (SWA)Population divided in subgroups that perform the search independently, using dominant crossover in each subgroup
Table 3. The initial parameters used for the metaheuristic algorithms.
Table 3. The initial parameters used for the metaheuristic algorithms.
Common Parameters for All the Algorithms:
Population size: 40, Number of generations: 500
GA
Selection method: tournament—keep best 2 from a random draw of 4
Crossover method: uniform at threshold 0.5
Mutation: random
Crossover and mutation rates: 0.9/0.1
PSO
Inertia: 0.9 decreasing to 0.4, linear descent
BOA
Initial amplitude: 1
Initial pulse emission rate: 0.3
Amplitude attenuation rate: 0.7
Pulse emission increase rate: 0.3
Pulse frequency domain: [–0.9, 1.2]
Number of bats used for local search: dynamic. If a randomly generated number is greater than the bat’s pulse emission rate, the bat is selected for local search in the current iteration.
WOA
Coefficient a: decreasing from 3 to 0, linear descent
Coefficient l: random
Coefficient b: 1
SWA
Number of search groups: 4
Good Gang size: half of the search group size, rounded to the nearest integer
Number of searches performed by each Good Gang member: 10
Local search radius: 1
Crossover type: uniform
Table 4. The physical characteristics of the IEEE 33-bus system.
Table 4. The physical characteristics of the IEEE 33-bus system.
Number of BusesTransformer Rated Power/NumberFeeder TypeFeeder Cross-Section
(mm2)
Total Length(km)
12.66 kV: 33NoneUnknown(1)Unknown(1)Unknown(1)
(1) Only the total resistance and reactance is known for each branch
Table 5. The TLP categories used for the IEEE 33 -bus system and their bus distribution.
Table 5. The TLP categories used for the IEEE 33 -bus system and their bus distribution.
TLP CategoryBus
Residential4, 5, 6, 7, 8, 9, 10, 11, 12, 13 14, 15, 16, 17, 18
Industry2, 3, 19, 20, 21, 22, 23, 24, 25
Commercial26, 27, 28, 29, 30, 31, 32, 33
Table 6. The physical characteristics of the 215-bus EDN.
Table 6. The physical characteristics of the 215-bus EDN.
Number of BusesTransformer Rated Power/NumberFeeder TypeFeeder Cross-Section (mm2)Total Length (km)
20 kV: 135 (1–135)
0.4 kV: 80 (136–215)
63 kVA: 33; 100 kVA: 14
160 kVA: 15, 250 kVA: 15
400 kVA: 3
Cable3 × 95
3 × 120
3 × 150
2.5
84.45
3.2
Table 7. The OCBA solutions found by the metaheuristic algorithms for the IEEE 33-bus system.
Table 7. The OCBA solutions found by the metaheuristic algorithms for the IEEE 33-bus system.
Bus23456789101112131415161718
CB limit324006314064400014
Reference00000000000000000
GA111001112051200013
PSO000004010004400014
BAT02400311106430002
WOA000000010014400014
SWA000000000044400014
Bus192021222324252627282930313233CB UsedFitness
CB limit61172375000339450143N/A
Reference00000000000000005.482
GA1111111000127420704.982
PSO0100000000339000704.947
BAT0101372000224210705.038
WOA0100000000039150704.939
SWA0000000000035450704.934
Table 8. Hourly and total active power losses in the IEEE 33-bus system, in kW, for each algorithm.
Table 8. Hourly and total active power losses in the IEEE 33-bus system, in kW, for each algorithm.
HourRef.BATGAPSOWOASWA
h01140.04122.53120.22118.98118.74118.51
h02128.61111.53109.32108.14107.93107.70
h03122.58105.89103.74102.65102.45102.22
h04119.17102.76100.6599.5999.3999.17
h05118.50102.35100.3199.3199.1398.90
h06128.54112.25110.25109.23109.04108.82
h07205.62184.05181.30179.43178.99178.75
h08314.56287.82284.37281.89281.25280.98
h09374.57345.89342.50340.05339.35339.12
h10448.92416.40412.92410.21409.41409.15
h11462.22427.75424.10421.26420.40420.17
h12404.06373.11370.05367.81367.11366.87
h13408.02377.17373.94371.64370.97370.72
h14364.61335.05331.31328.94328.27328.03
h15324.39296.90293.33291.25290.70290.45
h16277.75254.32251.42250.06249.70249.46
h17298.98275.44272.52271.10270.71270.50
h18421.48391.95388.02385.68385.03384.78
h19466.73436.14431.94429.53428.93428.60
h20458.26427.14422.83420.32419.70419.36
h21329.63302.53298.48295.98295.44295.03
h22273.68248.43244.68242.37241.88241.51
h23187.07167.53164.73163.25162.98162.67
h24139.61123.09120.90119.80119.60119.37
total6917.596328.036253.836208.476197.116190.86
Table 9. Hourly and total power loss reduction in the IEEE 33-bus system, in %, for each algorithm.
Table 9. Hourly and total power loss reduction in the IEEE 33-bus system, in %, for each algorithm.
HourBATGAPSOWOASWA
h0112.5014.1515.0315.2115.37
h0213.2815.0015.9116.0816.26
h0313.6215.3716.2616.4216.61
h0413.7715.5416.4316.6016.78
h0513.6215.3516.1916.3516.54
h0612.6714.2215.0215.1715.34
h0710.4911.8312.7412.9513.06
h088.509.6010.3910.5910.67
h097.668.569.229.409.47
h107.248.028.628.808.86
h117.468.258.869.059.10
h127.668.428.979.159.20
h137.568.358.929.089.14
h148.119.139.789.9710.03
h158.479.5710.2110.3810.46
h168.449.489.9710.1010.18
h177.878.859.329.469.53
h187.007.948.498.658.71
h196.557.467.978.108.17
h206.797.738.288.418.49
h218.229.4510.2110.3710.50
h229.2310.6011.4411.6211.76
h2310.4511.9412.7312.8813.04
h2411.8313.4014.1914.3314.49
total8.529.6010.2510.4210.51
Table 10. Hourly reference voltage values for bus 18 and percent improvements after compensation, the IEEE 33-bus test system.
Table 10. Hourly reference voltage values for bus 18 and percent improvements after compensation, the IEEE 33-bus test system.
HourVoltage, puImprovement, %
Ref.BATGAPSOWOASWA
h010.9140.821.261.381.381.42
h020.9190.811.251.371.371.41
h030.9210.801.241.361.361.40
h040.9220.801.231.361.361.40
h050.9220.801.231.361.361.40
h060.9190.801.241.361.361.40
h070.9050.841.291.421.421.46
h080.8880.881.351.481.481.53
h090.8860.881.361.491.491.54
h100.8790.901.381.521.521.56
h110.8780.911.391.531.531.57
h120.8820.891.371.501.501.55
h130.8820.891.371.511.511.55
h140.8850.891.361.501.501.54
h150.8900.881.351.481.481.52
h160.8950.861.321.451.451.50
h170.8920.861.331.461.461.51
h180.8700.921.411.551.551.60
h190.8580.951.451.601.601.65
h200.8580.951.451.601.601.65
h210.8690.921.421.551.561.60
h220.8820.891.371.511.511.55
h230.8980.851.311.441.441.48
h240.9130.821.261.381.391.43
minimum value, pu0.858
max. improvement, %0.951.451.601.601.65
Table 11. Hourly reference voltage values for bus 33 and percent improvements after compensation, the IEEE 33-bus test system.
Table 11. Hourly reference voltage values for bus 33 and percent improvements after compensation, the IEEE 33-bus test system.
HourVoltage, puImprovement, %
ReferenceBATGAPSOWOASWA
h010.9350.780.911.021.101.11
h020.9370.770.901.011.091.10
h030.9390.770.901.011.091.10
h040.9390.770.901.011.091.10
h050.9400.770.901.011.081.10
h060.9380.770.901.011.091.10
h070.9150.820.961.081.161.17
h080.8960.861.011.141.221.24
h090.8900.881.021.151.241.25
h100.8820.901.051.181.271.28
h110.8830.901.051.181.271.28
h120.8950.871.011.141.231.24
h130.8950.871.011.141.231.24
h140.8990.861.001.131.221.23
h150.9080.840.981.101.191.20
h160.9210.810.941.061.141.15
h170.9160.820.961.071.161.17
h180.8940.871.021.141.231.24
h190.8900.881.031.151.241.26
h200.8900.881.031.151.241.26
h210.9000.851.001.121.211.22
h220.9080.840.981.101.191.20
h230.9270.790.931.041.121.14
h240.9370.770.901.011.091.11
minimum value, p.u.0.882
max. improvement, %0.901.051.181.271.28
Table 12. The OCBA solutions found by the metaheuristic algorithms for the 215-bus network.
Table 12. The OCBA solutions found by the metaheuristic algorithms for the 215-bus network.
MV Bus2356710111315171921232426282931323435
LV Bus136137138139140141142143144145146147148149150151152153154155156
bus limit053011022313000412124
reference000000000000000000000
GA032011011311000412113
PSO050011012310000411120
BAT003011012013000411124
WOA023011022111000211124
SWA050001002310000312010
MV Bus363839404142434546495153555758616364656870
LV Bus157158159160161162163164165166167168169170171172173174175176177
bus limit210101050102211201111
reference000000000000000000000
GA110101050102211201111
PSO110101050100211201111
BAT110101050102211201111
WOA110101050101111201111
SWA200101050102211201111
MV Bus7172747677798183858790919294969799102103105107
LV Bus178179180181182183184185186187188189190191192193194195196197198
bus limit111012031213110100040
reference000000000000000000000
GA111012021213110100030
PSO111012031213110100040
BAT111011011113110100030
WOA111011011113110100040
SWA111012031213110100040
MV Bus109111112115117118119121122123124126128130132133135
LV Bus199200201202203204205206207208209210211212213214215CB UsedFitness
bus limit13111002014022413107
reference0000000000000000006.8578
GA12111002014012410906.2385
PSO13111002014002413906.2050
BAT13111001014022413906.2278
WOA13111002014022413906.2175
SWA13111002014022413906.1910
Table 13. Hourly and total active power losses in the 215-bus network, in kW, for each algorithm.
Table 13. Hourly and total active power losses in the 215-bus network, in kW, for each algorithm.
HourRef.BATGAPSOWOASWA
h0167.33155.67355.60955.53955.58355.305
h0256.18245.63645.57545.51745.54145.319
h0353.21443.11343.05343.00043.01642.817
h0458.19047.87847.81847.76247.78247.572
h0590.37777.53477.46777.38277.44677.109
h06147.228131.143131.068130.941131.065130.562
h07245.758223.025223.059222.583222.867222.029
h08290.292262.257262.479261.527261.962260.864
h09303.227270.552271.077269.405270.026268.696
h10296.025261.012261.713259.595260.336258.874
h11354.181312.943313.922311.078312.050310.247
h12363.306320.607321.658318.606319.647317.753
h13352.690310.099311.147308.090309.134307.242
h14350.992308.310309.373306.281307.332305.437
h15394.674349.439350.570347.313348.428346.400
h16393.582349.764350.799347.811348.843346.908
h17505.757458.845459.845456.827457.938455.824
h18741.209680.993682.464678.467679.882677.100
h19892.805825.937827.555823.210824.773821.637
h20795.742736.564737.748734.379735.670732.945
h21672.197623.613624.385621.999622.971620.808
h22304.238280.233280.128279.887280.171279.245
h23194.076175.399175.315175.153175.327174.688
h24122.607107.163107.100106.949107.055106.594
total8045.887257.737270.937229.307244.847211.97
Table 14. Hourly and total power loss reduction in the 215-bus network, in %, for each algorithm.
Table 14. Hourly and total power loss reduction in the 215-bus network, in %, for each algorithm.
HourBATGAPSOWOASWA
h0117.3117.4117.5117.4517.86
h0218.7718.8818.9818.9419.33
h0318.9819.0919.1919.1619.54
h0417.7217.8217.9217.8918.25
h0514.2114.2814.3814.3114.68
h0610.9210.9811.0610.9811.32
h079.259.249.439.319.66
h089.669.589.919.7610.14
h0910.7810.6011.1510.9511.39
h1011.8311.5912.3112.0612.55
h1111.6411.3712.1711.9012.40
h1211.7511.4612.3012.0212.54
h1312.0811.7812.6512.3512.89
h1412.1611.8612.7412.4412.98
h1511.4611.1712.0011.7212.23
h1611.1310.8711.6311.3711.86
h179.289.089.679.459.87
h188.127.938.468.278.65
h197.497.317.807.627.97
h207.447.297.717.557.89
h217.237.117.477.327.64
h227.897.928.007.918.22
h239.629.679.759.669.99
h2412.6012.6512.7712.6813.06
total9.809.6310.159.9610.36
Table 15. Hourly reference voltage values for bus 215 and percent improvements after compensation, the 215-bus network.
Table 15. Hourly reference voltage values for bus 215 and percent improvements after compensation, the 215-bus network.
HourVoltage, puImprovement, %
Ref.BATGAPSOWOASWA
h011.0190.860.360.860.870.88
h021.0220.850.350.860.860.87
h031.0220.850.350.860.860.87
h041.0210.860.350.860.860.87
h051.0140.870.360.870.880.89
h061.0040.890.370.890.900.91
h070.9830.940.390.940.950.96
h080.9650.990.410.990.991.01
h090.9481.040.431.041.041.06
h100.9401.060.451.071.071.09
h110.9221.120.471.131.131.15
h120.9171.140.481.151.151.16
h130.9181.140.481.141.151.16
h140.9181.140.481.141.151.16
h150.9111.160.491.171.171.18
h160.9161.140.481.151.151.17
h170.9051.170.491.181.181.20
h180.8761.280.541.281.291.30
h190.8631.330.571.331.341.36
h200.8841.240.531.251.251.27
h210.9031.170.501.171.181.19
h220.9850.930.390.940.940.95
h230.9980.900.380.910.910.92
h241.0080.880.370.890.890.90
minimum value, pu0.863
max. improvement, %1.330.571.331.341.36

Share and Cite

MDPI and ACS Style

Ivanov, O.; Neagu, B.-C.; Grigoras, G.; Gavrilas, M. Optimal Capacitor Bank Allocation in Electricity Distribution Networks Using Metaheuristic Algorithms. Energies 2019, 12, 4239. https://doi.org/10.3390/en12224239

AMA Style

Ivanov O, Neagu B-C, Grigoras G, Gavrilas M. Optimal Capacitor Bank Allocation in Electricity Distribution Networks Using Metaheuristic Algorithms. Energies. 2019; 12(22):4239. https://doi.org/10.3390/en12224239

Chicago/Turabian Style

Ivanov, Ovidiu, Bogdan-Constantin Neagu, Gheorghe Grigoras, and Mihai Gavrilas. 2019. "Optimal Capacitor Bank Allocation in Electricity Distribution Networks Using Metaheuristic Algorithms" Energies 12, no. 22: 4239. https://doi.org/10.3390/en12224239

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop