Next Article in Journal
Simulation Study on Heating Stability of PV/T-GSHP Automatic Control Heating System Based on TRNSYS
Previous Article in Journal
Forecasting Development of Green Hydrogen Production Technologies Using Component-Based Learning Curves
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A MILP Model for Optimal Conductor Selection and Capacitor Banks Placement in Primary Distribution Systems

by
Luis A. Gallego Pareja
1,
Jesús M. López-Lezama
2,* and
Oscar Gómez Carmona
3
1
Department of Electrical Engineering, State University of Londrina (UEL), Londrina 86057-970, PR, Brazil
2
Research Group in Efficient Energy Management (GIMEL), Departamento de Ingeniería Eléctrica, Universidad de Antioquia, Calle 67 No. 53-108, Medellín 050010, Colombia
3
Facultad de Tecnología, Universidad Tecnológica de Pereira, Cr 27 No 10-02, Pereira 660003, Colombia
*
Author to whom correspondence should be addressed.
Energies 2023, 16(11), 4340; https://doi.org/10.3390/en16114340
Submission received: 5 May 2023 / Revised: 19 May 2023 / Accepted: 24 May 2023 / Published: 25 May 2023

Abstract

:
Power distribution systems (PDS) are the infrastructure and equipment used to distribute electricity from the transmission system to end-users, such as homes and businesses. PDS are usually designed to operate in a radial mode, where power flows from one substation to the end user through a series of feeders. The extension of distribution lines to attend new customers along with the growing demand for electricity result in increased energy losses and voltage reductions. Various solutions have been proposed to solve these issues, such as selecting the optimal set of conductors, optimizing the placement of voltage regulators, using capacitor banks, reconfiguring the distribution system, and implementing distributed generation. A well-known approach for reducing energy losses and enhancing voltage profile is the optimal conductor selection (OCS). While this can be beneficial, it may not be sufficient to fully reduce technical losses and improve the system voltage profile; therefore, it must be combined with other strategies. This paper presents a new approach that combines the OCS with the optimal placement of capacitor banks (OPCB) to minimize technical losses and improve the voltage profile in PDS. The main contribution of this paper is the integration of these two problems into a single mixed integer linear programming (MILP) model, therefore guaranteeing the achievement of globally optimal solutions. Three test systems of 27, 69, and 85 buses were used to illustrate the effectiveness of the proposed modeling approach. The results indicate that the combination of OCS and OPCB effectively minimizes energy losses and enhances the voltage profile. In all cases, the solutions obtained by the proposed MILP approach were better than those previously reported through metaheuristics for the combined OCS and OPCB problem.

1. Introduction

Power distribution systems (PDS) are the largest portion of power systems. They distribute electrical energy to end-users through substations, distribution feeders, distribution transformers, secondary conductors, and service mains. These grids are designed to be radial and operate at low voltage levels compared to transmission power systems. Technical losses and poor voltage regulation are common issues in PDS; therefore, several planning techniques, such as reconfiguration, conductor selection, capacitor placement, and distributed generation placement, have been employed to reduce technical losses and improve voltage levels. Each of these strategies has been the subject of numerous publications.
Most PDS were built several decades ago to meet the demand of that time. Some of these networks have not been updated and, therefore, their conductors may be undersized due to the gradual increase in demand. In many cases, this has led to an increase in power losses and excessive voltage drops, especially in the nodes farthest from the substation. Moreover, accessing new corridors to expand the current network can be costly due to the processing of environmental permits, as well as physical and geographic restrictions, etc. In this sense, the optimal conductor selection (OCS) becomes an attractive alternative to an upgrade of the network in order to improve technical and economic aspects.
The OCS has the objective of changing the existing circuit conductors to other conductor types (from an available set) to reduce electrical energy losses, increase the current capacity of existing circuits, and increment voltage magnitudes when they are below acceptable limits [1]. The OCS in PDS has been the focus of several studies since it constitutes a complex optimization problem; due to its nature, the OCS is commonly modeled as a mixed integer nonlinear programming (MINLP) problem. Heuristic methods, metaheuristics, and exact techniques have been used to address this optimization problem.
Heuristic techniques are problem-solving methods that are based on practical experience and knowledge. They are robust, easily applied, and normally converge to a local optimum solution [2]. The authors of [3] developed a practical approach that combines an economical current density-based method with a heuristic index-directed method for solving the OCS problem. In [4], a branch-wise minimization technique that employs the load flow solution of the system was proposed to solve the OCS. A systematic approach that considers various financial and engineering factors was proposed by the authors in [5]. In [6], the authors presented a voltage deviation index as well as a simple computer algorithm for the OCS. In [7,8], a sequential algorithm that considered the cost of conducting material, the cost of energy losses, the bus voltage profile, and the current carrying capacity of conductors was proposed. A method in which the search space was enumerated systematically and logical decisions was used to reduce the search space was developed by the authors of [9]. An analytical method based on consecutive power flows was presented in [10] to solve the OCS problem. In [11], an algorithm based on the cost of energy loss and interest and depreciation on capital investments was implemented to solve the OCS problem. The authors of [12] proposed a two-phase method based on the branch-wise minimization technique. Lastly, an analytical approach that compared the results of power flow for different ACSR conductors was proposed by the authors of [13]. Heuristics optimization methods do not guarantee finding the global optimal solution, only a good approximation of it. Moreover, they may get stuck in a local optimum and can be computationally expensive, especially when the number of variables or the size of the problem is large.
Metaheuristics are techniques that are easy to design and implement. They guide the search process to efficiently examine the solution space and find good-enough solutions for an optimization problem in a reasonable time frame. Metaheuristics have been widely used to solve the OCS. The techniques reported in the specialized literature are: Evolutionary Strategies (ES) [14], Particle Swarm Optimization (PSO) [15,16,17,18], Differential Evolution Algorithm (DEA) [19,20], Genetic algorithm (GA) [10,21,22,23,24,25], Adaptive Genetic Algorithm (AGA) [26], Harmony Search Algorithm (HSA) [27], Harmony Search Algorithm with a Differential Operator (HSDE) [28], Selective Particle Swarm Optimization (SPSO) [29], Discrete Genetic Algorithm (DGA) [30], Colonial Selection Algorithm (CSA) [31], Modified Differential Evolution Algorithm (MDEA) [32], Imperialism Competitive Algorithm (ICA) [17], Bacterial Foraging Algorithm (BFA) [33,34], Discrete Particle Swarm Optimization (DPSO) [35], Crow Search Algorithm (CSA) [36], Sine-Cosine Optimization Algorithm (SCA) [37], Tabu Search (TS) [38], Salp Swarm Optimization Algorithm (SSO) [39], Whale Optimization Algorithm (WOA) [40], Discrete Version of the Vortex Search Algorithm (DVSA) [41], and Newton’s Metaheuristic Algorithm (NMA) [42]. Although these techniques are more sophisticated than heuristic approaches, they usually find approximate solutions and may not always find the true global optimum; besides, they require a significant amount of fine-tuning to achieve good performance, which can be time-consuming and require a great deal of expertise. Finally, metaheuristics can be computationally expensive, especially for large-scale problems.
Exact techniques have also been used to solve the OCS problem, but to a lesser degree. The use of these techniques guarantees convergence to optimality using existing optimization software. In the review of the specialized literature, only four papers were found that used exact techniques for OCS, one of which used a linear model. The authors of [43] proposed a Mixed-Integer Linear Programming Model and a heuristic to obtain the Pareto front of the conductor size selection problem. In [44], a MINLP formulation for the OCS, which was solved using the General Algebraic Modeling System (GAMS) and DICOPT solver, was presented. An exact nonlinear model that was solved by available MINLP solvers was developed by the authors of [45] to select the optimal conductors. Finally, a MINLP model for OCS in DC radial PDS was proposed by the authors of [46].
The optimal placement of capacitor banks (OPCB) in PDS is crucial to minimize voltage drops and reduce line losses. It refers basically to the installation of capacitors at strategic locations in the network to compensate for the reactive power demand and improve technical features. The OPCB also ensures the proper distribution of reactive power in the system, which helps to reduce overall power consumption. Additionally, it may reduce the cost of electricity, as there are fewer losses in the system.
A bunch of methodologies have been proposed in the specialized literature to solve the OPCB. Early studies used discrete programming, optimal power flow (OPF) and sensitivity factor techniques such as [47,48,49], respectively. Nonetheless, due to the combinatorial nature of the problem, heuristic and metaheuristic techniques have been mostly explored. In [50], a heuristic methodology based on graph search was proposed to optimally size and allocate reactive compensation in PDS. Deterministic and GAs were used in [51] to solve the OPCB. In [52], the authors implemented a GA for reactive compensation in PDS having customers with different load patterns. A GA was also implemented in [53] for the OPCB. In this case, the authors limit the maximum number of operations in switched capacitive banks to consider the ageing of the equipment. In [54] a GA was used for the OPCB using probabilistic generation models with correlations.
A hybrid Tabu Search approach, extended with features taken from GA and simulated annealing was proposed in [55]. In [56], the concept of Shannon’s Entropy was used for the OPCB in PDS to consider multiple criteria. In [57], the authors considered unbalanced networks and implemented a micro-GA to solve the OPCB in radial distribution networks. In [58], a PSO was proposed for the optimal placement and sizing of capacitors considering the effect of harmonics, also in unbalanced networks. The same technique was implemented in [59] for the OCPB in microgrids and [60] considering the effect of switchable capacitive banks. In [61], the authors proposed a multiverse optimizer approach based on a partial modification of conventional loss sensitivity factors.
Multi-stage approaches have also been considered to solve the OPCB. A two-stage method is proposed in [62] that also implements a loss sensitivity technique to select the candidate locations for the capacitor placement. In [63], a three-stage optimization approach was carried out for the OPCB considering unbalanced PDN. In the first stage, a multi-phase OPF was solved considering both heavy and light load conditions. In this step, the reactive power as well as the number of fixed and switched banks was determined. In the second stage, the position of the capacitors was found by a GA. Finally, the third level determined the states of the switched capacitors, using binary optimization.
The OPCB has also been combined with the optimal allocation of DG in [64] using the water cycle algorithm and in [65] using GAs. In [66,67] the OPCB was implemented with the optimal reconfiguration problem using a MILP model and a thief police algorithm, respectively. In [68] the OPCB was implemented along with voltage regulators. A comprehensive review regarding OPCB techniques for power loss reduction, voltage stability improvement, and voltage profile enhancement can be consulted in [69].
Planning techniques such as optimal conductor selection, capacitor placement, reconfiguration, placement of new substations, and distributed generation (DG) placement are commonly studied separately. However, in PSD that have heavily loaded feeders and poor voltage profiles, implementing just one technique alone may not be enough to minimize power losses and improve voltage profiles. Therefore, combining these techniques may result in a more effectively planned system. The OCS problem has been combined with OPCB in several studies [16,20,21,22,23,27,29,30,33,45], where the authors used metaheuristics to guide the search process. According to the literature survey, the integration of OCS and OPCB into a single mixed integer linear programming (MILP) problem, and its solution by using exact techniques and commercial software, has not been proposed yet.
To summarize, the main contribution of this paper is the simultaneous modeling of the OCS and OPCB in PDS through an MILP approach. Such type of modeling has not been previously reported in the specialized literature. The proposed MILP model presents several advantages: (i) it is adaptable to solve either jointly or separately the OCS and OPCB; (ii) globally optimal solutions are found due to the nature of the proposed model; and (iii) the proposed model is suitable to be implemented in commercially available solvers.
To demonstrate the applicability and effectiveness of the proposed model, several tests have been conducted on PDS with 27, 69, and 85 buses. In terms of OCS the proposed approach successfully replicates, and sometimes outperforms, the results reported in the specialized literature. Regarding the simultaneous OCS and OPCB, the proposed model identifies better solutions than those reported in the reviewed literature.
The rest of this document is organized as follows: Section 2 describes the proposed MILP model to solve the OCS and OPCB in PDS that can be carried out either jointly or separately. Section 3 presents the results of the proposed model applied to several test systems. Finally, Section 4 presents the research conclusions.

2. Mathematical Model

This section presents the proposed mathematical model for OCS and OPCB in distribution networks. Initially, a nonlinear model is presented; then, some linearizations are proposed and explained to finally recast the initial model into a MILP problem.

2.1. Nonlinear Model for OCS and OPCB in Radial Distribution Networks

The mathematical model for the simultaneous OCS and OPCB is given by Equations (1)–(28). As proposed in [43,70], a change of variables can be made to reduce the nonlinearity of the power flow equations. In this case, the original variables V i 2 , V j 2 and I i j 2 are replaced by an new set of variables labeled as V i s q r , V j s q r , and I i j s q r . These last variables do not represent the square of the corresponding quantities; instead, they are just the labels of new variables. Once the power flow is solved, the final values of currents and voltages are available by computing the square roots of the obtained variables. Furthermore, the mathematical models corresponding to the power flow and OPCB are based on previous research works carried out by the authors in [66,71,72].
The proposed objective function, given by Equation (1), aims at minimizing three components: the annual energy losses cost ( f 1 ), the annual conductor selection cost ( f 2 ), and the annual capacitor bank placement cost ( f 3 ).
Minimize f = f 1 + f 2 + f 3
The function f 1 represents the annual energy loss cost, and it is calculated as indicated by Equation (2).
f 1 = K p + K e × T × L S F × i j Ω l c Ω c l i j · R c · W i j , c · I i j s q r
In this case, K p and K e represent the levelized annual demand cost and the energy costs, respectively. For comparative purposes, these values are given either in ($/kW) or (Rs/kW), according to the test system. T is number of hours per year; L S F is the system loss factor, Ω l is the set of branches, Ω c is the set of available conductor types, l i j is the length of the conductor associated with branch i j , R c is the resistance (k Ω /km) of conductor type c, W i j , c is a binary decision variable that indicates the conductor type c selected to be installed at branch ij; finally, I i j s q r represents the square of the current magnitude at branch i j .
The function f 2 represents the annual conductor selection cost, which is calculated as indicated in Equation (3).
f 2 = i j Ω l c Ω c I D F · S c · C c · l i j · W i j , c
where I D F is the interest factor associated with the conductor selection, S c is the conductor area (in mm 2 ) of conductor type c; C c is the conductor cost expressed in function of its area and length (given in $ / ( mm 2 km ) or R s / ( mm 2 km ) according to the test system); finally, W i j , c is a binary decision variable indicating the type of conductor selected.
The function f 3 represents the annual capacitor banks placement cost, which is calculated according to Equation (4).
f 3 = i Ω b c a Ω c a α c · K f + C c a · Q i , c a
where Ω b is the set of system buses, Ω c a is the set of available capacitor bank types; α c is the depreciation factor associated with the capacitor bank selection, k f is the cost of capacitor bank in R s or $; C c a is the annual installation cost of capacitor bank in Rs/kVAr or $ / kVAr ; finally, Q i , c a is the injected reactive power at bus i by capacitor type c a .
The aforementioned objective function is subject to constraints (5)–(27).
k i Ω l P k i i j Ω l P i j + l i j c Ω c R c · W i j , c · I i j s q r + P i s = P i d ; i Ω b
k i Ω l Q k i i j Ω l Q i j + l i j c Ω c X c · W i j , c · I i j s q r + Q i s + Q i c a = Q i d ; i Ω b
V i s q r 2 · l i j · c Ω c R c · W i j , c · P i j + X c · W i j , c · Q i j l i j 2 · Z c 2 · W i j , c · I i j s q r V j s q r = 0 ; i j Ω l
V ̲ 2 + 1 2 Δ V · I i j s q r + s = 1 S P j , s c = y = 1 Y m i j , y s · Δ P i j , y + y = 1 Y m i j , y s · Δ Q i j , y ; i j Ω l
V ̲ i 2 V i V ¯ i 2 ; i Ω b
0 I i j s q r c Ω c I ¯ c 2 · W i j , c ; i j Ω l
V ̲ 2 + s = 1 S Δ V · x j , s V j s q r V ̲ 2 + s = 1 S Δ V · x j , s + Δ V ; j Ω b
0 Δ V · I i j s q r P j , s c Δ V · c Ω c I ¯ c 2 · W i j , c · 1 x j , s ; i j Ω l , s 1 . . S
0 P j , s c Δ V · c Ω c I ¯ c 2 · W i j , c · x j , s ; i j Ω l ; s 1 . . S
x j , s x j , s 1 ; j Ω b ; s 2 . . S
x j , s 0 , 1 ; j Ω b ; s 1 . . S
P i j + P i j = P i j ; i j Ω l
Q i j + Q i j = Q i j ; i j Ω l
P i j + + P i j = y = 1 Y Δ P i j , y ; i j Ω l
Q i j + + Q i j = y = 1 Y Δ Q i j , y ; i j Ω l
0 Δ P i j , y S ¯ i j ; i j Ω l , y 1 . . Y
0 Δ Q i j , y S ¯ i j ; i j Ω l , y 1 . . Y
0 P i j + , P i j , Q i j + , Q i j ; i j Ω l
c Ω c W i j , c 1 i j Ω l
W i j , c 0 , 1 ; i j Ω l , c Ω c
Q i = c a Ω c a Q c a · W i , c a ; i Ω b
c a Ω c a W i , c a 1 ; i Ω i
i Ω b c a Ω c a W i , c a = N ¯ c a
W i , c a 0 , 1 ; i Ω b , c a Ω c a
Equations (5) and (6) indicate the balance of active and reactive power in each bus of the system, respectively. P k i and P i j are the active power flow in branches ki and ij; Q k i and Q i j represent the reactive power flow in branches ki and ij, respectively. P i s and Q i s stand for the active and reactive power provided through the substation at bus i. P i d and Q i d represent the active and reactive power demands at bus i; X i j , c is the reactance of branch ij associated to conductor type c.
Equation (7) represents the voltage drop in every branch of the system. In this case, the voltage magnitudes are given terms of the electrical parameters of the branches and their power flows. V i s q r and V j s q r are variables that represent the square of the voltage magnitudes at buses i and j, respectively. Z c 2 is the square of the impedance of conductor type c, and is calculated as Z c 2 = R c 2 + X c 2 .
The left-hand side of Equation (8) is a linear approximation of the square of the apparent power flow in branch ij given with the expression V j s q r · I i j s q r . It results from using the middle point of the first interval of the discretization of the square voltage magnitude multiplied by the square current flow magnitude, plus the successive power corrections. In this case, Equations (11)–(15) are used to carry out such linearization as indicated in [66,71,72]. The following factors are taken into consideration in this linearization: Δ V is the discretization step, S is the number of discretizations, P j , s c is the power correction factor, and x j , s is a binary variable related to the number of blocks s.
The right-hand side of Equation (8) is a linear approximation of the expression P i j 2 + Q i j 2 . Equations (16)–(22) are used to carry out such linearization as detailed in [66,71,72]. In this case, Δ P i j , y and Δ Q i j , y are the values of the y block of P i j and Q i j , respectively; P i j + and P i j are used to obtain P i j ; and Q i j + and Q i j are used to obtain Q i j . Δ S ¯ i j is the maximum limit of every block of the load flow at branch ij. The following factors are taken into consideration in this linearization: Y is the number of blocks of the piecewise linearization; m i j , y s is the slope of block y t h of the load flow at branch ij; finally, Δ P i j , y and Δ Q i j , y represent the values of the y t h block of P i j and Q i j , respectively.
Equation (9) represents the voltage limit at bus i. Note that V ¯ i and V ̲ i are the upper and lower voltage limits at bus i, respectively. Equation (10) represents the current limit at branch ij, where I ¯ c is the maximum current of conductor type c.
Equation (23) indicates that only one type of conductor can be chosen for each branch ij. In this case, the selected conductor corresponds to a value of 1 for W i j , c and zero for the other type of conductors. Equation (24) defines the binary nature of the variable W i j , c . Equations (25)–(28) are used to model the OPCB problem, where Q i represents the reactive power injected at bus i. W i , c a is a binary decision variable that indicates the capacitor bank type selected to be installed at bus i. Finally, N ¯ c a is the maximum number of capacitor banks to be allocated in the distribution system.
Equations (29) and (30) are used to calculate the values of Δ S ¯ i j , and m i j , y s .
m i j , y s = 2 y 1 Δ ¯ S i j
Δ ¯ S i j = V ¯ · I ¯ i j / Y

2.2. Linearization

Note that the model given by Equations (1)–(27) presents nonlinearities associated with the multiplication of binary variables as well as the multiplication of binary variables with continuous variables. This section explains the linearization carried out to recast the model given by (1)–(27) into a MILP problem. The main advantage is that the later formulation guarantees obtaining global optimal solutions to the OCS and OPCB.
Note that the first term of the objective function ( f 1 ), as well as Equation (7), contain a multiplication of a binary variable with a continuous variable given by W i j , c · I i j s q r . A new variable ϕ i j , c is introduced as the result of this multiplication. Then, the linearization of this expression is carried out using the big-M method given by Equations (31) and (32), where M 1 is a sufficiently large number that guaranties the enforcement to both constraints.
0 ϕ i j , c + I i j s q r M 1 · 1 W i j , c
0 ϕ i j , c M 1 · W i j , c
Equation (7) contains two nonlinearities given by W i j , c · P i j and W i j , c · Q i j . Both expressions can be linearized using the big-M method and introducing two new variables β i j , c and δ i j , c as indicated in Equations (33)–(36), where M 2 and M 3 are sufficiently large numbers to enforce the constraints.
0 β i j , c + P i j s q r M 2 · 1 W i j , c
0 β i j , c M 2 · W i j , c
0 δ i j , c + Q i j s q r M 3 · 1 W i j , c
0 δ i j , c M 3 · W i j , c
It is worth mentioning that when the big-M method is implemented, each parameter ( M 1 , M 2 , and M 3 ) must be fitted in the model. Small values of M might lead to conflicts with the original constraints of the model, while excessively high values of M might lead to convergence problems. Therefore, these parameters must be found by trial and error.
Equations (12) and (13) involve the multiplication of two binary variables given by W i j , c · x j , s . In this case, a new binary variable A i j , c , s is the result of this multiplication. Then the linearization of this expression is carried out as indicated in Equations (37)–(39).
0 A i j , c , s W i j , c
0 A i j , c , s x j , s
W i j , c + x j , s 1 A i j , c , s 1
Following the linearization strategy, f 1 can be rewritten as indicated in Equation (40), relabeled as f 1 to indicate its linear expression.
f 1 = K p + K e × T × L S F × i j Ω l c Ω c l i j · R c · ϕ i j , c
The balance of active and reactive power given by Equations (5) and (6) are modified as follows:
k i Ω l P k i i j Ω l P i j + l i j c Ω c R c · ϕ i j , c + P i s = P i d ; i Ω b
k i Ω l Q k i i j Ω l Q i j + l i j c Ω c X c · ϕ i j , c + Q i s + Q i c a = Q i d ; i Ω b
The voltage profile in every branch given by Equation (7) is modified as follows:
V i s q r 2 · l i j · c Ω c R c · β i j , c + c Ω c X c · δ i j , c l i j 2 · Z c 2 · ϕ i j , c V j s q r = 0 ; i j Ω l

2.3. MILP Model for OCS and OPCB

Following the aforementioned linearization approach, the mathematical model given by Equations (1)–(27) is recast as a MILP equivalent as indicated below:
Minimize ( 39 ) + ( 2 ) + ( 3 )
Subject to : ( 40 ) ( 42 ) , ( 8 ) ( 26 ) , ( 30 ) ( 38 )

3. Validation of the Proposed Model

The mathematical model for the OCS and OPCB proposed in this paper was implemented in AMPL and solved using CPLEX. Three different test systems were used to show the performance of the proposed model. The following cases were considered for each distribution test system:
  • Initial base case.
  • Only OCS.
  • Only OPCB.
  • Simultaneous OCS and OPCB.
Parameter M 1 used in Equations (32) and (33) was 1 × 10 14 , M 2 and M 3 used in Equations (34)–(37) were adjusted to 1 × 10 7 . Furthermore, the number of piece-wise linearizations (Y) was equal to 50, and S was set to 5 for all test systems.
A comparison of the results of the proposed approach with previously reported research was carried out for each test system. Although both OCS and OPCB have been widely studied independently, there are only a few papers that have integrated both problems, all of them using metaheuristic techniques.
To better illustrate the conductor selection, in all single-line diagrams of the test system, the intensity of the colors was proportional to the current-carrying capacity of the conductors.
The information regarding capacitor banks for OPCB is presented in Table 1, according to [73].

3.1. 27-Bus Test System

The 27-bus test system operated at a nominal voltage of 23 kV and had a total demand of ( 16 , 541.66 + j 9932.42 ) kVA. Its electrical data can be found in [21,22]. The active power losses for the initial base case was 1574.61 kW, and the voltage at bus 10 reached a minimum of 0.7936 p.u. The first two branches of this system, namely 0-1 and 1-2, had the following parameters: R 0 1 = 0.1233 [ Ω / km ] , X 0 1 = 0.4127 [ Ω / km ] , R 1 2 = 0.014 [ Ω / km ] and X 1 2 = 0.6451 [ Ω / km ] . For comparative purposes, these branches are not considered for OCS; moreover, the minimum and maximum voltage limits were 0.95 p.u. and 1.00 p.u., respectively. The total annual cost of active power losses K p + K e × T × L S F was 168 US$/kW-year.
Table 2 lists the types of conductors used in this test system along with their corresponding electrical parameters, as described in [21,22]. The second column provides a reference color for each conductor to better visualize the proposed solution (Figure 1). The third to fifth columns of the table show the electrical parameters of the conductors. The last column indicates the cost of each conductor, which results from multiplying its cross-sectional area ( S c ) and the cost per unit area ( C c ). The I D F is equal to 10%.
To compare the costs of the OPCB in this test system, the value of α c was set to zero. Therefore, the cost of placing capacitor banks is simply given by the product of the cost per unit of capacitance ( C c a ) and the total amount of reactive power ( Q i , c a ) required, is denoted as f 3 = C c a · Q i , c a .
Table 3 presents the conductor selection for both OCS and simultaneous OCS and OPCB scenarios. The first and fourth columns of the table specify the branch numbers included in each selection. For instance, in the first line of the table, the notation 3–6 indicates the branches from 3 to 6. Similarly, the second line lists branches 7 to 11, 17, and 18, and so on. It should be noted that in some branches where simultaneous OCS and OPCB were employed, the selected conductors had a lower current capacity compared to the base case with only OCS. This reduction in capacity was due to the effect of the capacitor banks.
Table 4 shows the reactive power injected by the capacitor banks for both OPCB and simultaneous OCS and OPCB scenarios. The amount of reactive power for the simultaneous case was lower than for the OPCB alone. This reduction in reactive power (9.45%) was due to the effect of the conductor selection employed in the simultaneous scenario.
Table 5 summarizes the results obtained for each simulation and provides a comparison with [21,22,29], all of which consider the simultaneous OCS and OPCB. The results showed that the simultaneous OCS and OPCB improved the minimum voltage magnitude by 19.74%, reduced power losses up to 71.65%, and total investment cost up to 67.95% compared to the base case. Notably, the proposed model achieved a 46.60% reduction in active power losses compared to the results reported in [29], which presented the lowest power losses. Moreover, there was a 39.93% reduction in the total cost of the solution compared to [22]. These results demonstrate the superiority of the proposed approach over the metaheuristics implemented in [21,22,29].
The conductor selection and location of capacitor banks for the simultaneous OCS and OPCB are illustrated in Figure 1. As expected, higher capacity conductors are used for the branches closer to the substation, and capacitor banks are mainly located towards the end of heavily loaded feeders.
Figure 2 shows the voltage profile of the 27-bus test system for each case studied. It is worth noting that the OCS alone does not provide significant improvements in the voltage profile. However, the voltage profile was noticeably improved with the OPCB, and even more so when OCS was combined with OPCB. In particular, nodes 11 and 27 exhibited the highest improvement in voltage magnitudes.

3.2. 69-Bus Test System

The 69-bus test system operated at a nominal voltage of 12.66 kV and had a total demand of ( 3802.19 + j 2694.6 ) kVA. Its electrical data can be found in [74]. The active power losses for the initial base case were 224.9931 kW, and the voltage at bus 65 reached a minimum of 0.9092 p.u. For comparative purposes, the minimum and maximum voltage limits were set at 0.95 p.u. and 1.00 p.u., respectively.
Table 6 presents the parameters used in [12] to compute the objective function. These parameters were also adopted in the present study to calculate objective functions f 1 and f 3 . In this case, the value of α c was set to zero. Therefore, the cost of placing capacitor banks was simply given by the product of the cost per unit of capacitance ( C c a ) and the total amount of reactive power ( Q i , c a ) required, denoted as f 3 = C c a · Q i , c a .
Table 7 lists the conductor types and their electrical specifications reported in [12], which were used for all simulations. Its worth noting that this system includes 13 types of conductors with varying characteristics. The second column provides a reference color for each conductor to better visualize the proposed solution (Figure 3).
Table 8 presents the conductor selection for both the OCS and simultaneous OCS and OPCB scenarios. The first and third columns of the table indicate the branches for which the conductors were modified. Note that different branches are selected for OCS in both scenarios. For example, when only OCS was considered, conductor type 4 was used to upgrade branches 1 to 3; however, for the simultaneous OCS and OPCB scenario, the same branches were upgraded with conductor type 5. This pattern was also observed for other branches, such as 4 to 8 and 55 to 60.
Table 9 presents reactive power injected using the capacitor banks for only OPCB and simultaneous OCS and OPCB. In this case, due to the effect of the conductor selection, the amount of reactive power for the simultaneous case is 600 kVAr lower than for the OPCB alone.
Table 10 summarizes the results obtained for each simulation. The base case exhibited a minimum voltage of 0.9092 p.u and active power losses of 224.99 kW, resulting in a total cost of 4963.86 [$/year]. It is noteworthy that the initial cost of conductors was not available for this system.
The highest improvement in the voltage profile was achieved when OCS and OPCB were carried out simultaneously, as compared to the base case. In this case, the minimum voltage improved by 7.05%. The lowest active power losses were also obtained for the same case (OCS and OPCB). A reduction of 74.08% in active power losses was achieved compared to the base case, which implies a significant reduction in total costs per year.
The simultaneous OCS and OPCB is illustrated in Figure 3. In this case, only conductor types 5, 7, 8, 11, 12, and 13 were selected in the optimal solution. Note that conductors with higher capacity were used for the branches closer to the substation. Moreover, capacitor banks were installed at buses 9 and 61, each one of 900 kVAr.
Figure 4 illustrates the voltage profile of the 69-bus test system for the different cases under study. Note the base case presents very low voltages at buses 58 to 65; nonetheless, this was corrected with the OPCB that allowed all voltage magnitudes to be over 0.95 p.u. Moreover, the voltage profile was further improved with the OCS and also with the simultaneous OCS and OPCB.

3.3. 85-Bus Test System

The 85-bus test system operated at a nominal voltage of 11 kV and had a total demand of ( 2570.28 + j 2622.21 ) kVA. Its electrical data can be found in [75]. The active power losses for the initial base case were 315.71 kW, and the voltage at bus 54 reached a minimum of 0.8628 p.u. For comparative purposes, the minimum and maximum voltage limits were 0.95 p.u. and 1.00 p.u., respectively. Table 11 presents the parameters used in [27] to compute the objective function. These parameters were also adopted in the present study to calculate objective functions f 1 and f 3 for comparative purposes.
To compare the costs of capacitor bank placement in this test system, the value of α c was set to zero. Therefore, the cost of placing capacitor banks was simply given by the product of the cost per unit of capacitance ( C c a ) and the total amount of reactive power ( Q i , c a ) required, denoted as f 3 = C c a · Q i , c a .
Table 12 lists the conductor types and their electrical specifications reported in [27], which were used for all simulations. Its worth noting that this system includes 8 types of conductors with varying characteristics. The third column provides a reference color for each conductor to better visualize the proposed solution (Figure 5). Finally, the information presented in Table 1 was used to carry out the OPCB.
The results obtained for the 85-bus test system are summarized in Table 13. Note that conductor type 1 is selected in the same branches for OCS and simultaneous OCS and OPCB. This conductor is the one with the lowest capacity and is used mostly for buses at the end of the feeders. Conductor type 2 is the second with the lowest capacity and is also used at the end of some feeders.
Table 13 presents the conductor selection for both the OCS and simultaneous OCS and OPCB scenarios. The first and fourth columns indicate the branches for which the conductors were modified. Note that conductor type 1 is selected for the same branches in both OCS and simultaneous OCS and OPCB scenarios. This conductor is the one with the lowest capacity and is mostly used for buses at the end of the feeders. Conductor type 2, which has the second-lowest capacity, was also used at the end of some feeders. Different branches were selected for OCS in both scenarios. For instance, when only OCS was considered, conductor type 4 was used at branches 44 and 64. However, in the simultaneous OCS and OPCB scenario, the same branches were upgraded with conductor type 2. This pattern was also observed for other branches, such as 51, which had conductor type 7 and used conductor type 5 after simultaneous OCS and OPCB. Branches 17 and 18 had conductor type 8, and after simultaneous OCS and OPCB, they used conductor type 7. Only branch 68 had an increased conductor type, from 7 to 8.
Table 14 shows the reactive power injected by the capacitor banks for both OPCB and simultaneous OCS and OPCB scenarios. The amount of reactive power for the simultaneous case is lower than for the OPCB alone. This reduction in reactive power (13.33%) is due to the effect of the conductor selection employed in the simultaneous scenario.
Table 15 summarizes the results obtained for each simulation and provides a comparison with [27] which considered the simultaneous OCS and OPCB. The results show that the simultaneous OCS and OPCB improved the minimum voltage magnitude by 9.79%, reduced power losses up to 64.28%, and total investment cost up to 63.1% compared to the base case. The proposed model achieved a 4.56% reduction in active power losses compared to the results reported in [27], which presented the lowest power losses. Moreover, there was a 6.52% reduction in the total cost of the solution compared to [27]. These results demonstrate the superiority of the proposed approach over the metaheuristics implemented in [27].
The conductor selection and location of capacitor banks for the simultaneous OCS and OPCB are illustrated in Figure 5. As expected, a higher capacity conductor was used for the main feeder, and the capacity of the selected conductors decreased towards the end of the feeders. Three capacitor banks were allocated at buses 8, 32, and 64 to minimize the cost of network reinforcements, while also selecting the type of conductor to minimize power losses.
Figure 6 shows the voltage profile of the 85-bus test system for each case studied. It is worth noting that the OCS alone does not provide significant improvements in the voltage profile. However, the voltage profile was noticeably improved with the OPCB, and even more so when OCS was combined with OPCB. In general, all nodes exhibit improvement in voltage magnitudes.

4. Conclusions

The OCS is a critical step in improving the technical performance of electrical power systems. The optimal selection of new conductors to replace outdated or degraded cables can significantly reduce power losses and ameliorate voltage profiles, improving the overall system performance. Nonetheless, the OCS alone is not always enough to reduce technical losses and improve voltage profile; therefore, it is usually combined with other technical solutions. In this paper, the OCS has been combined with the OPCB which consists of selecting the best locations within the network to install reactive power compensation.
Both OCS and OPCB were merged in a single MILP model that allowed obtaining global optimal solutions. This constitutes the main contribution of the paper since the combination of both problems has not been proposed in the specialized literature through an MILP approach. Furthermore, the problems can be solved either jointly or separately, providing versatility to the decision-making process.
The effectiveness and applicability of the proposed model were tested in three distribution test systems of 27, 69, and 85 buses and compared with previous results reported in the specialized literature. In all cases under study, the proposed model was able to find better results. It was found that although the OCS was crucial in reducing power losses, the improvement of the voltage profile responds better to the OPCB.
In the three distribution test systems, when considering simultaneous OCS and OPCB, the selected conductors had a lower current capacity compared to the case with only OCS. This reduction in capacity was caused by the effect of the capacitor banks and had a high impact on the investment cost.
Future work may include the hourly, daily, or seasonally profile of load demand. This would require a multi-period optimization approach that would also consider switchable capacitor banks.

Author Contributions

Conceptualization, L.A.G.P., J.M.L.-L. and O.G.C.; data curation, L.A.G.P., J.M.L.-L. and O.G.C.; formal analysis, L.A.G.P., J.M.L.-L. and O.G.C.; funding acquisition, L.A.G.P., J.M.L.-L. and O.G.C.; investigation, L.A.G.P., J.M.L.-L. and O.G.C.; methodology, L.A.G.P., J.M.L.-L. and O.G.C.; project administration, L.A.G.P., J.M.L.-L. and O.G.C.; resources, L.A.G.P., J.M.L.-L. and O.G.C.; software, L.A.G.P., J.M.L.-L. and O.G.C.; supervision, L.A.G.P., J.M.L.-L. and O.G.C.; Validation, L.A.G.P., J.M.L.-L. and O.G.C.; visualization, L.A.G.P., J.M.L.-L. and O.G.C.; writing—original draft, L.A.G.P., J.M.L.-L. and O.G.C.; writing—review and editing, L.A.G.P., J.M.L.-L. and O.G.C. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded by the Colombia Scientific Program within the framework of the call Ecosistema Cientifíco (Contract No. FP44842-218-2018).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data of this paper is available through e-mail via authors.

Acknowledgments

The authors would like to thank the Colombia Scientific Program within the framework of the call Ecosistema Científico (Contract No. FP44842- 218-2018).

Conflicts of Interest

The authors declare that they have no conflict of interest.

References

  1. Willis, H. Power Distribution Planning Reference Book; Power Engineering (Willis); CRC Press: Boca Raton, FL, USA, 1997. [Google Scholar]
  2. Pérez Posada, A.F.; Villegas, J.G.; López-Lezama, J.M. A Scatter Search Heuristic for the Optimal Location, Sizing and Contract Pricing of Distributed Generation in Electric Distribution Systems. Energies 2017, 10, 1449. [Google Scholar] [CrossRef]
  3. Wang, Z.; Liu, H.; Yu, D.; Wang, X.; Song, H. A practical approach to the conductor size selection in planning radial distribution systems. IEEE Trans. Power Deliv. 2000, 15, 350–354. [Google Scholar] [CrossRef]
  4. Sivanagaraju, S.; Sreenivasulu, N.; Vijayakumar, M.; Ramana, T. Optimal conductor selection for radial distribution systems. Electr. Power Syst. Res. 2002, 63, 95–103. [Google Scholar] [CrossRef]
  5. Mandal, S.; Pahwa, A. Optimal selection of conductors for distribution feeders. IEEE Trans. Power Syst. 2002, 17, 192–197. [Google Scholar] [CrossRef]
  6. Ranjan, R.; Chaturvedi, A.; Solanki, P.; Das, D. Optimal conductor selection of radial distribution feeders using evolutionary programming. In Proceedings of the TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region, Bangalore, India, 15–17 October 2003; Volume 1, pp. 456–459. [Google Scholar] [CrossRef]
  7. Falaghi, H.; Ramezani, M.; Haghifam, M.R.; Milani, K.R. Optimal selection of conductors in radial distribution systems with time varying load. In Proceedings of the CIRED 2005—18th International Conference and Exhibition on Electricity Distribution, Torino, Italy, 6–9 June 2005; pp. 1–4. [Google Scholar] [CrossRef]
  8. Joshi, D.; Burada, S.; Mistry, K.D. Distribution system planning with optimal conductor selection. In Proceedings of the 2017 Recent Developments in Control, Automation & Power Engineering (RDCAPE), Noida, India, 26–27 October 2017; pp. 263–268. [Google Scholar] [CrossRef]
  9. Kaur, D.; Sharma, J. Optimal conductor sizing in radial distribution systems planning. Int. J. Electr. Power Energy Syst. 2008, 30, 261–271. [Google Scholar] [CrossRef]
  10. Thenepalle, M. A Comparative Study on Optimal Conductor Selection for Radial Distribution Network using Conventional and Genetic Algorithm Approach. Int. J. Comput. Appl. 2011, 17, 6–13. [Google Scholar] [CrossRef]
  11. Ramalinga Raju, M.; Ramachandra Murthy, K.; Ravindra, K.; Srinivasa Rao, R. Optimal conductor selection for agricultural distribution system—A case study. In Proceedings of the 2010 International Conference on Intelligent and Advanced Systems, Kuala Lumpur, Malaysia, 15–17 June 2010; pp. 1–6. [Google Scholar] [CrossRef]
  12. Abul’Wafa, A.R. Multi-conductor feeder design for radial distribution networks. Electr. Power Syst. Res. 2016, 140, 184–192. [Google Scholar] [CrossRef]
  13. Ali, H.; Ullah, S.; Sami, I.; Ahmad, N.; Khan, F. Economic Loss Minimization of a Distribution Feeder and Selection of Optimum Conductor for Voltage Profile Improvement. In Proceedings of the 2018 International Conference on Power Generation Systems and Renewable Energy Technologies (PGSRET), Islamabad, Pakistan, 10–12 September 2018; pp. 1–6. [Google Scholar] [CrossRef]
  14. Mendoza, F.; Requena, D.; Bemal-agustin, J.L.; Dominguez-navarro, J.A. Optimal Conductor Size Selection in Radial Power Distribution Systems Using Evolutionary Strategies. In Proceedings of the 2006 IEEE/PES Transmission & Distribution Conference and Exposition: Latin America, Caracas, Venezuela, 15–18 August 2006; pp. 1–5. [Google Scholar] [CrossRef]
  15. Sivanagaraju, S.; Rao, J. Optimal conductor selection in radial distribution system using discrete Particle Swarm Optimization. World J. Model. Simul. 2009, 5, 183–191. [Google Scholar]
  16. Mozaffari Legha, M. Combination of Optimal Conductor Selection and Capacitor Placement in Radial Distribution Systems Using PSO Method. Iraqi J. Electr. Electron. Eng. 2014, 10, 33–41. [Google Scholar] [CrossRef]
  17. Samet, H.; Mozaffari Legha, M. Optimal conductor selection in radial distribution using imperialism competitive algorithm and comparison with PSO method. In Proceedings of the 6th International Conference for Scientific Computing to Computational Engineering, Athenes, Greece, 9–12 July 2014. [Google Scholar]
  18. Kumari, M.; Ranjan, R. Economical Selection of Conductor in Radial Distribution System using PSO. J. Inst. Eng. Ser. B 2022, 103, 1105–1114. [Google Scholar] [CrossRef]
  19. Rao, R. Optimal conductor selection for loss reduction in radial distribution systems using differential evolution. Int. J. Eng. Sci. Technol. 2010, 2, 2829–2838. [Google Scholar]
  20. Samal, P.; Mohanty, S.; Ganguly, S. Simultaneous capacitor allocation and conductor sizing in unbalanced radial distribution systems using differential evolution algorithm. In Proceedings of the 2016 National Power Systems Conference (NPSC), Bhubaneswar, India, 19–21 December 2016; pp. 1–6. [Google Scholar] [CrossRef]
  21. Vahid, M.; Hossein, A.A.; Kazem, M. Maximum loss reduction applying combination of optimal conductor selection and capacitor placement in distribution systems with nonlinear loads. In Proceedings of the 2008 43rd International Universities Power Engineering Conference, Padova, Italy, 1–4 September 2008; pp. 1–5. [Google Scholar] [CrossRef]
  22. Vahid, M.; Manouchehr, N.; Jamaleddin, A.; Hossein, S.D. Combination of optimal conductor selection and capacitor placement in radial distribution systems for maximum loss reduction. In Proceedings of the 2009 IEEE International Conference on Industrial Technology, Churchill, VIC, Australia, 10–13 February 2009; pp. 1–5. [Google Scholar] [CrossRef]
  23. Mahdi, M.L.; Hassan, J. Combination of Optimal Conductor Selection and Capacitor Placement in Radial Distribution Systems for Productivity Improvement Using Genetic Algorithm. Int. Res. J. Appl. Basic Sci. 2013, 6, 1415–1422. [Google Scholar] [CrossRef]
  24. Legha, M.M.; Javaheri, H.; Legha, M.M. Optimal Conductor Selection in Radial Distribution Systems for Productivity Improvement Using Genetic Algorithm. Iraqi J. Electr. Electron. Eng. 2013, 9, 29–35. [Google Scholar] [CrossRef]
  25. Legha, M.M.; Khobiyari, M. Optimization Conductor’s Selection In Radial Distribution Systems Using GA. Spec. J. Eng. Appl. Sci. 2017, 2, 1–8. [Google Scholar]
  26. Zhao, Z.; Mutale, J. Optimal Conductor Size Selection in Distribution Networks with High Penetration of Distributed Generation Using Adaptive Genetic Algorithm. Energies 2019, 12, 2065. [Google Scholar] [CrossRef]
  27. Ravindra, K.; Prasad, K.R.K.V. Optimal Conductor selection and Capacitor Placement for Cost minimization in Distribution Systems. Int. J. Adv. Sci. Res. Manag. 2019, 11–15. [Google Scholar] [CrossRef]
  28. Rao, R.S.; Satish, K.; Narasimham, S.V.L. Optimal Conductor Size Selection in Distribution Systems Using the Harmony Search Algorithm with a Differential Operator. Electr. Power Compon. Syst. 2011, 40, 41–56. [Google Scholar] [CrossRef]
  29. Khalil, T.M.; Gorpinich, A.V. Optimal conductor selection and capacitor placement for loss reduction of radial distribution systems by selective particle swarm optimization. In Proceedings of the 2012 Seventh International Conference on Computer Engineering & Systems (ICCES), Cairo, Egypt, 27–29 November 2012; pp. 215–220. [Google Scholar] [CrossRef]
  30. Farahani, V.; Sadeghi, S.H.H.; Askarian Abyaneh, H.; Agah, S.M.M.; Mazlumi, K. Energy Loss Reduction by Conductor Replacement and Capacitor Placement in Distribution Systems. IEEE Trans. Power Syst. 2013, 28, 2077–2085. [Google Scholar] [CrossRef]
  31. Joorabian, M.; Afzalan, E. Optimal Selection of Conductors Using Colonial Selection Algorithm (CSA) for productivity Improvement Radial Distribution Systems. In Proceedings of the 28th International Power System Conference, Tehran, Iran, 28–30 December 2013. [Google Scholar]
  32. Kalesar, B. Conductor selection optimization in radial distribution system considering load growth using MDE algorithm. World J. Model. Simul. 2014, 10, 175–184. [Google Scholar]
  33. Legha, M.M.; Domari, L.A.; Hosseini, S.S.; Pouladkhay, M. Combination of Optimal Conductor Selection and Capacitor Placement in Radial Distribution Systems Using BFA Method. Bull. Environ. Pharmacol. Life Sci. 2014, 3, 28–36. [Google Scholar]
  34. Legha, M.M.; Noormohamadi, H.; Barkhori, A. Optimal conductor selection in radial distribution using bacterial foraging algorithm and comparison with ICA method. WALIA J. 2015, 31, 37–43. [Google Scholar]
  35. Manikandan, S.; Sasitharan, S.; Rao, J.V.; Moorthy, V. Analysis of optimal conductor selection for radial distribution systems using DPSO. In Proceedings of the 2016 3rd International Conference on Electrical Energy Systems (ICEES), Chennai, India, 17–19 March 2016; pp. 96–101. [Google Scholar] [CrossRef]
  36. Abdelaziz, A.Y.; Fathy, A. A novel approach based on crow search algorithm for optimal selection of conductor size in radial distribution networks. Eng. Sci. Technol. Int. J. 2017, 20, 391–402. [Google Scholar] [CrossRef]
  37. Ismael, S.M.; Aleem, S.H.E.A.; Abdelaziz, A.Y. Optimal selection of conductors in Egyptian radial distribution systems using sine-cosine optimization algorithm. In Proceedings of the 2017 Nineteenth International Middle East Power Systems Conference (MEPCON), Cairo, Egypt, 19–21 December 2017; pp. 103–107. [Google Scholar] [CrossRef]
  38. Montoya, O.D.; Grajales, A.; Hincapié, R.A. Selección òptima de conductores en sistemas de distribución empleando el algoritmo búsqueda tabú. Ingeniare Rev. Chil. De Ing. 2018, 26, 283–295. [Google Scholar] [CrossRef]
  39. Ismael, S.M.; Abdel Aleem, S.H.E.; Abdelaziz, A.Y.; Zobaa, A.F. Practical Considerations for Optimal Conductor Reinforcement and Hosting Capacity Enhancement in Radial Distribution Systems. IEEE Access 2018, 6, 27268–27277. [Google Scholar] [CrossRef]
  40. Ismael, S.; Abdel Aleem, S.; Abdelaziz, A. Optimal Conductor Selection in Radial Distribution Systems using Whale Optimization Algorithm. J. Eng. Sci. Technol. 2019, 14, 87–107. [Google Scholar]
  41. Martínez-Gil, J.F.; Moyano-García, N.A.; Montoya, O.D.; Alarcon-Villamil, J.A. Optimal Selection of Conductors in Three-Phase Distribution Networks Using a Discrete Version of the Vortex Search Algorithm. Computation 2021, 9, 80. [Google Scholar] [CrossRef]
  42. Nivia-Torres, D.J.; Salazar-Alarcón, G.A.; Montoya, O.D. Selección óptima de conductores en redes de distribución trifásicas utilizando el algoritmo metaheurístico de Newton. Ingeniería 2022, 27, 334–354. [Google Scholar] [CrossRef]
  43. Franco, J.F.; Rider, M.J.; Lavorato, M.; Romero, R. Optimal Conductor Size Selection and Reconductoring in Radial Distribution Systems Using a Mixed-Integer LP Approach. IEEE Trans. Power Syst. 2013, 28, 10–20. [Google Scholar] [CrossRef]
  44. Montoya, O.D.; Garces, A.; Castro, C.A. Optimal Conductor Size Selection in Radial Distribution Networks Using a Mixed-Integer Non-Linear Programming Formulation. IEEE Lat. Am. Trans. 2018, 16, 2213–2220. [Google Scholar] [CrossRef]
  45. Farrag, M.A.; Khalil, A.H.; Omran, S. Optimal conductor selection and capacitor placement in radial distribution system using nonlinear AC load flow equations and dynamic load model. Int. Trans. Electr. Energy Syst. 2020, 30, e12316. [Google Scholar] [CrossRef]
  46. Montoya, O.D.; Gil-González, W.; Grisales-Noreña, L.F. On the mathematical modeling for optimal selecting of calibers of conductors in DC radial distribution networks: An MINLP approach. Electr. Power Syst. Res. 2021, 194, 107072. [Google Scholar] [CrossRef]
  47. Young, J.B. Optimal Static Capacitor Allocation by Discrete Programming: Development of Theory. IEEE Trans. Power Appar. Syst. 1970, PAS-89, 1499–1503. [Google Scholar] [CrossRef]
  48. Bridenbaugh, C.; DiMascio, D.; D’Aquila, R. Voltage control improvement through capacitor and transformer tap optimization. IEEE Trans. Power Syst. 1992, 7, 222–227. [Google Scholar] [CrossRef]
  49. Estrada Soria, G.; Tovar Hernandez, J.; Gutierrez Alcaraz, G. Metodology for Capacitor Placement in Distribution Systems using Linear Sensitivity Factors. IEEE Lat. Am. Trans. 2005, 3, 185–192. [Google Scholar] [CrossRef]
  50. Carlisle, J.; El-Keib, A. A graph search algorithm for optimal placement of fixed and switched capacitors on radial distribution systems. IEEE Trans. Power Deliv. 2000, 15, 423–428. [Google Scholar] [CrossRef]
  51. Delfanti, M.; Granelli, G.; Marannino, P.; Montagna, M. Optimal capacitor placement using deterministic and genetic algorithms. IEEE Trans. Power Syst. 2000, 15, 1041–1046. [Google Scholar] [CrossRef]
  52. Levitin, G.; Kalyuzhny, A.; Shenkman, A.; Chertkov, M. Optimal capacitor allocation in distribution systems using a genetic algorithm and a fast energy loss computation technique. IEEE Trans. Power Deliv. 2000, 15, 623–628. [Google Scholar] [CrossRef]
  53. Park, J.Y.; Sohn, J.M.; Park, J.K. Optimal Capacitor Allocation in a Distribution System Considering Operation Costs. IEEE Trans. Power Syst. 2009, 24, 462–468. [Google Scholar] [CrossRef]
  54. Pereira, L.D.; Yahyaoui, I.; Fiorotti, R.; de Menezes, L.S.; Fardin, J.F.; Rocha, H.R.; Tadeo, F. Optimal allocation of distributed generation and capacitor banks using probabilistic generation models with correlations. Appl. Energy 2022, 307, 118097. [Google Scholar] [CrossRef]
  55. Gallego, R.; Monticelli, A.; Romero, R. Optimal capacitor placement in radial distribution networks. IEEE Trans. Power Syst. 2001, 16, 630–637. [Google Scholar] [CrossRef]
  56. Gupta, S.; Yadav, V.K.; Singh, M. Optimal Allocation of Capacitors in Radial Distribution Networks Using Shannon’s Entropy. IEEE Trans. Power Deliv. 2022, 37, 2245–2255. [Google Scholar] [CrossRef]
  57. Carpinelli, G.; Noce, C.; Proto, D.; Russo, A.; Varilone, P. Single-objective probabilistic optimal allocation of capacitors in unbalanced distribution systems. Electr. Power Syst. Res. 2012, 87, 47–57. [Google Scholar] [CrossRef]
  58. Eajal, A.A.; El-Hawary, M.E. Optimal Capacitor Placement and Sizing in Unbalanced Distribution Systems With Harmonics Consideration Using Particle Swarm Optimization. IEEE Trans. Power Deliv. 2010, 25, 1734–1741. [Google Scholar] [CrossRef]
  59. Gonzalo, G.; Aguila, A.; Gonzalez, D.; Ortiz, L. Optimum location and sizing of capacitor banks using VOLT VAR compensation in micro-grids. IEEE Lat. Am. Trans. 2020, 18, 465–472. [Google Scholar] [CrossRef]
  60. Navesi, R.B.; Nazarpour, D.; Ghanizadeh, R.; Alemi, P. Switchable Capacitor Bank Coordination and Dynamic Network Reconfiguration for Improving Operation of Distribution Network Integrated with Renewable Energy Resources. J. Mod. Power Syst. Clean Energy 2022, 10, 637–646. [Google Scholar] [CrossRef]
  61. Mtonga, T.P.M.; Kaberere, K.K.; Irungu, G.K. Optimal Shunt Capacitors’ Placement and Sizing in Radial Distribution Systems Using Multiverse Optimizer. IEEE Can. J. Electr. Comput. Eng. 2021, 44, 10–21. [Google Scholar] [CrossRef]
  62. Abul’Wafa, A.R. Optimal capacitor allocation in radial distribution systems for loss reduction: A two stage method. Electr. Power Syst. Res. 2013, 95, 168–174. [Google Scholar] [CrossRef]
  63. Martins, A.S.C.; Costa, F.R.M.d.S.; de Araujo, L.R.; Penido, D.R.R. Capacitor Allocation in Unbalanced Systems Using a Three-Level Optimization Framework. IEEE Lat. Am. Trans. 2021, 19, 1599–1607. [Google Scholar] [CrossRef]
  64. El-Ela, A.A.A.; El-Sehiemy, R.A.; Abbas, A.S. Optimal Placement and Sizing of Distributed Generation and Capacitor Banks in Distribution Systems Using Water Cycle Algorithm. IEEE Syst. J. 2018, 12, 3629–3636. [Google Scholar] [CrossRef]
  65. Zhang, L.; Shen, C.; Chen, Y.; Huang, S.; Tang, W. Coordinated Optimal Allocation of DGs, Capacitor Banks and SOPs in Active Distribution Network Considering Dispatching Results Through Bi-level Programming. Energy Procedia 2017, 142, 2065–2071. [Google Scholar] [CrossRef]
  66. Gallego, L.A.; López-Lezama, J.M.; Carmona, O.G. A Mixed-Integer Linear Programming Model for Simultaneous Optimal Reconfiguration and Optimal Placement of Capacitor Banks in Distribution Networks. IEEE Access 2022, 10, 52655–52673. [Google Scholar] [CrossRef]
  67. Tolabi, H.; Ara, A.L.; Hosseini, R. A new thief and police algorithm and its application in simultaneous reconfiguration with optimal allocation of capacitor and distributed generation units. Energy 2020, 203, 117911. [Google Scholar] [CrossRef]
  68. Szuvovivski, I.; Fernandes, T.; Aoki, A. Simultaneous allocation of capacitors and voltage regulators at distribution networks using Genetic Algorithms and Optimal Power Flow. Int. J. Electr. Power Energy Syst. 2012, 40, 62–69. [Google Scholar] [CrossRef]
  69. Ismail, B.; Abdul Wahab, N.I.; Othman, M.L.; Radzi, M.A.M.; Naidu Vijyakumar, K.; Mat Naain, M.N. A Comprehensive Review on Optimal Location and Sizing of Reactive Power Compensation Using Hybrid-Based Approaches for Power Loss Reduction, Voltage Stability Improvement, Voltage Profile Enhancement and Loadability Enhancement. IEEE Access 2020, 8, 222733–222765. [Google Scholar] [CrossRef]
  70. Gallego, L.A.; Franco, J.F.; Cordero, L.G. A fast-specialized point estimate method for the probabilistic optimal power flow in distribution systems with renewable distributed generation. Int. J. Electr. Power Energy Syst. 2021, 131, 107049. [Google Scholar] [CrossRef]
  71. Gallego Pareja, L.A.; López-Lezama, J.M.; Gómez Carmona, O. A Mixed-Integer Linear Programming Model for the Simultaneous Optimal Distribution Network Reconfiguration and Optimal Placement of Distributed Generation. Energies 2022, 15, 3063. [Google Scholar] [CrossRef]
  72. Gallego Pareja, L.A.; López-Lezama, J.M.; Gómez Carmona, O. Optimal Feeder Reconfiguration and Placement of Voltage Regulators in Electrical Distribution Networks Using a Linear Mathematical Model. Sustainability 2023, 15, 854. [Google Scholar] [CrossRef]
  73. Rao, R.S.; Narasimham, S.V.L.; Raju, M.R.; Rao, A.S. Optimal Network Reconfiguration of Large-Scale Distribution System Using Harmony Search Algorithm. IEEE Trans. Power Syst. 2011, 26, 1080–1088. [Google Scholar] [CrossRef]
  74. Gallego, L.A.; López-Lezama, J.M.; Gómez, O. Data of the Electrical Distribution Systems for the Optimal Reconfiguration Used in This Paper. 2022. Available online: https://github.com/LuisGallego2019/ElectricalSystemsDataForReconfiguration (accessed on 5 April 2023).
  75. Das, D.; Kothari, D.; Kalam, A. Simple and efficient method for load flow solution of radial distribution networks. Int. J. Electr. Power Energy Syst. 1995, 17, 335–346. [Google Scholar] [CrossRef]
Figure 1. Optimal solution considering OCS and OPCB for the 27-bus test system.
Figure 1. Optimal solution considering OCS and OPCB for the 27-bus test system.
Energies 16 04340 g001
Figure 2. Voltage profiles of the 27-bus test system considering different cases.
Figure 2. Voltage profiles of the 27-bus test system considering different cases.
Energies 16 04340 g002
Figure 3. Optimal solution considering OCS and OPCB for the 69-bus test system.
Figure 3. Optimal solution considering OCS and OPCB for the 69-bus test system.
Energies 16 04340 g003
Figure 4. Voltage profile of the 69-bus test system considering different cases.
Figure 4. Voltage profile of the 69-bus test system considering different cases.
Energies 16 04340 g004
Figure 5. Optimal solution considering OCS and OPCB for the 85-bus test system.
Figure 5. Optimal solution considering OCS and OPCB for the 85-bus test system.
Energies 16 04340 g005
Figure 6. Voltage profiles of the 85-bus test system.
Figure 6. Voltage profiles of the 85-bus test system.
Energies 16 04340 g006
Table 1. Capacitor bank data for the simulations.
Table 1. Capacitor bank data for the simulations.
Size (kVAr)15030045060075090010501200135015001650180019502100
Cost ($/kVAr)0.50.350.2530.220.2760.1830.2280.170.2070.2010.1930.1870.2110.176
Size (kVAr)2250240025502700285030003150330034503600375039004050
Cost ($/kVAr)0.1970.170.1890.1870.1830.180.1950.1740.1880.170.1830.1820.179
Table 2. Conductors data for the 27-bus test system.
Table 2. Conductors data for the 27-bus test system.
ConductorReferenceRXImaxCost
TypeColor[Ω/km] [Ω/km] [A][US$/km]
1Energies 16 04340 i0010.15760.2277520151
2Energies 16 04340 i0020.27120.246431081
3Energies 16 04340 i0030.27330.250628870
4Energies 16 04340 i0040.45450.266421248
5Energies 16 04340 i0050.78220.283515031
Table 3. Conductors selected for the 27-bus test system.
Table 3. Conductors selected for the 27-bus test system.
Conductor Type Conductor Type
Branch Number BaseOnlyBranch Number BaseSimultaneous
CaseOCS CaseOCS and OPCB
3–6113–611
7–11; 17; 18217–11; 17–1821
12–16; 19–21; 23–253112–15; 19; 2031
223316; 21; 23–2533
26412235
27442643
2745
Table 4. Optimal solution for only OPCB and simultaneous OCS and OPCB (27-bus test system).
Table 4. Optimal solution for only OPCB and simultaneous OCS and OPCB (27-bus test system).
BusCapacitor Size
for Only OPCB
[kVAr]
BusCapacitor Size
for OCS and OPCB
[kVAr]
633002; 41350
8120032400
1015006900
14; 156008; 141200
16135010; 13; 16750
21; 2690026600
23450
27300
Total reactive power [kVAr]11,100 10,050
Table 5. Summary of results and comparison for the 27-bus test system.
Table 5. Summary of results and comparison for the 27-bus test system.
DescriptionBase CaseProposed SolutionProposed Solution for the OCS and OPCB
OPCBOCSOCS and OPCB[29][21][22]
Minimum voltage [p.u]0.79360.95000.81220.95030.95200.93600.9323
Active power losses [kW]1574.611025.42930.83446.31835.80868.17842.2
Active power losses cost [$]264,534.48172,270.56156,379.4474,980.08140,415.60145,855141,490
Conductor cost [$/year]32,338.180.0013,440.0017,878.0523,000.0011,93013,442
Capacitor cost [$/year]0.002171.400.002292.60965.403421.93470
Total cost [$/year]296,872.66174,441.96169,819.4495,150.73164,381161,207158,402
Total economic benefit [$/year] 122,430.70127,053.22201,721.93132,491.66135,665.66138,470.66
Table 6. Objective function parameters for the 69-bus test system.
Table 6. Objective function parameters for the 69-bus test system.
ParameterValueParameterValue
k p [$/kW]1.04 K e [$/kWh]0.012
i [% ]8n [year]20
LSF0.2T [hour]8760
IDF0.1
Table 7. Conductors data for the 69-bus test system.
Table 7. Conductors data for the 69-bus test system.
ConductorReferenceRXImaxCostArea
TypeColor[Ω/km][Ω/km][A][US$/( mm 2 · km )][ mm 2 ]
1Energies 16 04340 i0060.21280.30747760692.2315400.00
2Energies 16 04340 i0070.21280.30747546415.3389240.00
3Energies 16 04340 i0050.54240.78370440271.5282156.90
4Energies 16 04340 i0080.68030.98290380216.4967125.10
5Energies 16 04340 i0010.72201.06880330171.863699.31
6Energies 16 04340 i0090.77411.10700245108.058262.44
7Energies 16 04340 i0030.85701.1664021585.6299049.48
8Energies 16 04340 i0050.93611.2533013542.7616024.71
9Energies 16 04340 i0100.97461.33220105105.000015.52
10Energies 16 04340 i0110.99201.350008181.0000013.44
11Energies 16 04340 i0041.12701.517407070.0000010.48
12Energies 16 04340 i0021.26201.733404825.047109.71
13Energies 16 04340 i0121.43362.522603126.858608.52
Table 8. Optimal solution for only OCS and simultaneous OCS and OPCB (69-bus test system).
Table 8. Optimal solution for only OCS and simultaneous OCS and OPCB (69-bus test system).
Branch NumberConductor Type
for Only OCS
Branch NumberConductor Type
for OCS and OPCB
1–341–35
4–854–8; 52–547
52–6079; 10; 46–48; 55–608
9–10; 46–4881111
111112–17; 49; 61–6312
12–17; 49; 61–631218–45; 50; 51; 64–6813
18–45; 50; 51; 64–6813
Table 9. Optimal solution for only OPCB and simultaneous OCS and OPCB (69-bus test system).
Table 9. Optimal solution for only OPCB and simultaneous OCS and OPCB (69-bus test system).
BusCapacitor Size for
Only OPCB [kVAr]
BusCapacitor Size for OCS
and OPCB [kVAr]
58; 651509900
61165061900
64600
Total reactive power [kVAr]2400 1800
Table 10. Summary of results (69-bus test system).
Table 10. Summary of results (69-bus test system).
DescriptionBase CaseProposed Solution
OCS and OPCBOPCBOCS
Minimum voltage [p.u]0.90920.97330.95010.9596
Active power losses [kW]224.9958.30205.3276.59
Active power losses cost [$]4963.861286.284530.631689.89
Conductor cost [$/year]1098.952252.77
Capacitor cost [$/year]329.40600.45
Total cost [$/year]4963.862714.635131.083942.67
Table 11. Objective function parameters for the 85-bus test system.
Table 11. Objective function parameters for the 85-bus test system.
ParameterValueParameterValue
k p [Rs/kW]4000 K e [Rs/kWh]5
LSF0.2T [hours]8760
i [%]8n [year]25
IDF0.1C [ Rs / ( mm 2 · km ) ]500
K f 1000 α c 0.15
Table 12. Conductor parameters for the 85-bus test system.
Table 12. Conductor parameters for the 85-bus test system.
ConductorConductorReferenceRXImaxArea
TypeNameColor[Ω/km][Ω/km][A][ mm 2 ]
1SquirrelEnergies 16 04340 i0121.37600.389611513
2GopherEnergies 16 04340 i0021.09800.310013816
3WeaselEnergies 16 04340 i0080.91080.379715020
4FerretEnergies 16 04340 i0040.67950.298018024
5RabbitEnergies 16 04340 i0050.54410.367320830
6MinkEnergies 16 04340 i0100.45650.285022640
7BeaverEnergies 16 04340 i0030.38410.279525045
8RaccoonEnergies 16 04340 i0010.36570.357947048
Table 13. Results of the 85-bus test system.
Table 13. Results of the 85-bus test system.
Branch NumberInitial
Conductorth
Only
OCS
Branch NumberInitialOCS
Conductor
Simultaneous
OCS and OPCB
14;15; 21; 23; 35; 41; 42; 46; 55; 70; 74; 76; 78; 83; 841114; 15; 21; 23; 35; 41; 42; 46; 55; 70; 74; 76; 78; 83; 8411
22; 36; 37; 38; 45; 50; 53; 54; 58; 61; 65; 71; 73; 75; 77; 81; 821222; 36; 37; 38; 44; 45; 50; 53; 54; 58; 61; 64; 65; 71; 73; 75; 77; 81; 8212
13; 20; 40; 44; 641413; 20; 40; 48; 4914
12; 16; 19; 39; 43; 48; 49; 52; 60; 69; 72; 801512; 16; 19; 39; 43; 51; 52; 60; 69; 72; 8015
51; 68; 791717; 18; 7917
1–7881–788
8–11; 17; 18; 24–34; 47; 56; 57; 59; 62; 63; 66; 67188–11; 24–34; 47; 56; 57; 59; 62; 63; 66; 67; 6818
Table 14. Optimal solution for only OPCB and simultaneous OCS and OPCB (85-bus test system).
Table 14. Optimal solution for only OPCB and simultaneous OCS and OPCB (85-bus test system).
BusCapacitor Size
for Only OPCB
[kVAr]
BusCapacitor Size
for OCS and OPCB
[kVAr]
9105081200
3475032450
6845064300
Total reactive power [kVAr]2250 1950
Table 15. Results of the 85-bus test system.
Table 15. Results of the 85-bus test system.
DescriptionBase CaseProposed SolutionProposed Solution
OCSOPCBOCS and OPCBin [27] for OCS and OPCB
Minimum voltage [p.u]0.86280.88920.92830.94730.9452
Active power losses [kW]315.71223.81151.37112.75118.14
Active power losses cost [Rs]4,028,459.602,855,827.611,931,503.871,438,792.751,507,466.40
Conductor cost [Rs/year]36,379.0060,625.500.0059,950.00
Capacitor cost [Rs/year]0.000.00710.25572.00
Total cost [Rs/year]4,064,838.602,916,453.111,932,214.121,499,315.601,603,875.14
Total economic benefit [Rs/year]1,148,385.492,113,699.472,565,523.00
Rs: Rupees.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Gallego Pareja, L.A.; López-Lezama, J.M.; Gómez Carmona, O. A MILP Model for Optimal Conductor Selection and Capacitor Banks Placement in Primary Distribution Systems. Energies 2023, 16, 4340. https://doi.org/10.3390/en16114340

AMA Style

Gallego Pareja LA, López-Lezama JM, Gómez Carmona O. A MILP Model for Optimal Conductor Selection and Capacitor Banks Placement in Primary Distribution Systems. Energies. 2023; 16(11):4340. https://doi.org/10.3390/en16114340

Chicago/Turabian Style

Gallego Pareja, Luis A., Jesús M. López-Lezama, and Oscar Gómez Carmona. 2023. "A MILP Model for Optimal Conductor Selection and Capacitor Banks Placement in Primary Distribution Systems" Energies 16, no. 11: 4340. https://doi.org/10.3390/en16114340

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