Next Article in Journal
Invariant-Based Safety Assessment of FPGA Projects: Conception and Technique
Next Article in Special Issue
Solution of the Optimal Reactive Power Flow Problem Using a Discrete-Continuous CBGA Implemented in the DigSILENT Programming Language
Previous Article in Journal
Recommendation Algorithm Using Clustering-Based UPCSim (CB-UPCSim)
Previous Article in Special Issue
Approximated Mixed-Integer Convex Model for Phase Balancing in Three-Phase Electric Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Black-Hole Optimization Applied to the Parametric Estimation in Distribution Transformers Considering Voltage and Current Measures

by
Camilo Andres Arenas-Acuña
1,
Jonathan Andres Rodriguez-Contreras
1,
Oscar Danilo Montoya
2,3,* and
Edwin Rivas-Trujillo
2
1
Ingeniería Eléctrica, Universidad Distrital Francisco José de Caldas, Bogotá 110231, Colombia
2
Facultad de Ingeniería, Universidad Distrital Francisco José de Caldas, Bogotá 110231, Colombia
3
Laboratorio Inteligente de Energía, Universidad Tecnológica de Bolívar, Cartagena 131001, Colombia
*
Author to whom correspondence should be addressed.
Submission received: 27 August 2021 / Revised: 21 September 2021 / Accepted: 4 October 2021 / Published: 9 October 2021
(This article belongs to the Special Issue Computing, Electrical and Industrial Systems 2021)

Abstract

:
The problem of parametric estimation in single-phase transformers is addressed in this research from the point of view of metaheuristic optimization. The parameters of interest are the series resistance and reactance as well as the magnetization resistance and reactance. To obtain these parameters considering only the voltage and the currents measured in the terminals of the transformer, a nonlinear optimization model that deals with the minimization of the mean square error among the measured and calculated voltage and current variables is formulated. The nonlinear programming model is solved through the implementation of a simple but efficient metaheuristic optimization technique known as the black-hole optimizer. Numerical simulations demonstrate that the proposed optimization method allows for the reduction in the estimation error among the measured and calculated variables when compared with methods that are well established in the literature such as particle swarm optimization and genetic algorithms, among others. All the simulations were carried out in the MATLAB programming environment.

1. Introduction

Electrical transformers are essential devices in the whole electric sector since these devices help with interconnected generation and demand points through transmission lines by increasing the voltage levels from medium-to-high voltage levels [1]. When the transmission lines arrive at the subtramission and distribution substations, the voltage magnitude is again reduced to medium voltage levels to guarantee a secure electricity distribution service [2]; finally, at the load connection points, the voltage is reduced from medium-to-low voltage magnitudes in the final distribution stage [3]. Since the electrical transformers in the transmission and distribution sectors of the electricity service are vitally important, these devices play an important role in the dynamic and static behavior of the whole power system. In the case of static behavior of the grid, one of the main aspects that must be studied corresponds to the number of power losses of the distribution system, since these are an indicator of the grid efficiency, especially in the distribution sector where power losses can vary from 6% to 18% [4], and the transformers can have more than 60% of the total power losses caused mainly by low loadability levels [2]. However, to know the percentage of power losses with a high level of precision, participation of the transformers in the distribution sector is required to reveal the electrical parameters of the transformers. This is not an easy task, since these vary with respect to the nominal values which are influenced by the time of usage, level of loadability, and the weather conditions, among other factors.
Some classical approaches to obtain the electrical parameters of a transformer include laboratory tests such as short-circuit and open-circuit proofs; however, these tests are only possible with transformers that are not being used in the grid, since these tests imply the disconnection of the users to move the transformer from the load point to the laboratory site. This practice is not recommended, as distribution systems can have hundreds of transformers, which implies high expenses as well as affectation of the reliability indexes [5].
To have correct parameters in transformers along distribution test feeders is fundamental for distribution companies, since these parameters help to improve their grid models in order to propose maintaining planes as a function of the grid performance indicators, such as energy losses or transformer loadabilities and efficiencies [6]. To estimate the electrical parameters in transformers without laboratory tests, the literature has proposed multiple approaches that use voltage and current measures to feed an optimization model that determines the best combination of these parameters to reduce the mean square error between the calculated and measured voltages and currents [5]. Some of these literature reports are summarized in Table 1.
The main characteristics of the optimization methods listed in Table 1 for solving the parametric estimation in single-phase transformers are as follows:
All of the optimization methods are all from the family of combinatorial optimization approaches, except the work reported in [5] where a large-scale nonlinear solver in the GAMS software was used to solve the model; however, metaheuristic optimization techniques are preferred, since these allow for dealing with the non-convexities of the problem while maintaining the solution space feasible, being implementable in multiple programming languages.
The preferred objective function corresponds to the minimization of the mean square error between the measured and calculated voltages and currents, since this objective function allows for identifying sensitivities among the parameters of the transformers with the main advantage that the transformer is represented using a black-box model, which is internally represented through Kirchoff’s laws.
The main advantage of the metaheuristic optimizers corresponds to their ease of implementation and their low processing times since they only take a few minutes to evaluate a million parameter combinations and possess the ability to explore the whole solution space and exploit some promissory solution regions.
Based on the revision of the state-of-the-art about parametric estimation in transformers, this research identifies the possibility of implementing a new combinatorial optimizer known in the scientific literature as the black-hole optimizer (BHO); this method has not been applied to the problem of parametric estimation in single-phase transformers. The main advantage of this algorithm corresponds to the simple but efficient rules for exploring and exploiting the solution space, which requires the adjusting of only a few parameters.
The main contributions of this research are summarized as follows:
The application of BHO to the parametric estimation in single-phase transformers minimizes the mean square error between the measured and calculated current and voltage variable, with the main advantage that BHO finds minimum errors between the measured and calculated voltage and current variables when compared with classical optimization methods, such as the genetic algorithms, the imperialist competitive algorithm, the particle swarm optimizer, and the gravitational search algorithm.
The reduced computational requirements for the implementation of BHO since the solution of the optimization problem takes about 111.30 s per test system. This is due to its simple evolution rules and the global exploration and exploitation properties of this optimizer, which helps to identify promissory solution regions in a few iterations.
It is worth mentioning that the application of the BHO approach to the problem of parametric estimation in single-phase transformers assumes that the measurements taken in the transformer sizes have been carefully revised and filtered; in addition, the proposed optimization model does not consider additional losses in the transformers due to material deterioration or induced currents in the transformer’s metallic components or three-phase connections. On the other hand, the evaluation of the methodology only covers the fundamental frequency analysis based on the main reports of the specialized literature that accepts the optimization model by considering only the fundamental frequency component to define the electrical parameters of the transformer. Note that these aspects are out of this research’s scope; however, some of these can be considered in future works.
An additional important fact of our research is that we only considers single-phase transformers in the analysis. We selected this type of transformer for two main reasons: (i) in the Colombian context, the vast majority of transformers in medium voltage levels are with single-phase connection with voltages among the primary side in the order of 11 kV to 13.8 kV, which helps with providing electrical service to end users with magnitudes of 120 V or 240 V, depending on the client needs in the secondary side; (ii) most of the research in the literature focus on single-phase transformers, which implies that most of the combinatorial methodologies that are used in this research as comparative methods have previously been validated with high-quality publications.
The remainder of this paper is structured as follows: Section 2 presents the transformer model and the optimization model development; Section 3 presents the main characteristics associated with the implementation of BHO to any optimization problem; Section 4 presents the application of the BHO approach to solve the optimization model defined by Equations (1)–(11); Section 5 presents the implementation of the proposed optimizer to three test systems composed of transformers with nominal powers of 4 kVA, 10 kVA, and 15 kVA, respectively, with their complete analysis and discussions; finally, in Section 6, the main concluding remarks are drawn.

2. Equivalent Transformer Circuit and Optimization Model

The representation of an electrical distribution transformer with an electric circuit depends on the depth of the study [1]; however, two alternatives for representing transformers are widely accepted in the current literature, namely, (i) a circuit equivalent with a magnetization branch in parallel with the voltage source [1]; (ii) the model T of the transformer, i.e., the magnetization branch in the middle in of the series branches [13]. Here, we adopt the second model since this presents a better approximation of the electrical performance of the transformer regarding steady-state studies. Figure 1 depicts the equivalent circuit of the transformer analysed in this research.
From the electrical circuit presented in Figure 1, we can observe the following: R 1 and X 1 represents the resistance and reactance parameters of the primary side of the transformer, while R 2 and X 2 correspond to the resistance and reactance parameters in the secondary side of the transformer referred to the primary side; X m and R c are the magnetization reactance and resistance that models the energy dissipation effects in the core of the transformer; R load represents the equivalent resistance associated with the load connected to the transformer in its secondary side. Note that the electrical variables in Figure 1 are the primary current i 1 and the secondary current referred to the primary side i 2 as well as the secondary voltage in the primary side, i.e., v 2 . It is important to mention that the primary voltage v 1 is considered as an input, which implies that it is a parameter for the problem parametric estimation in transformers [5].
To obtain the equivalent impedance of the transformers at the input terminals, the equivalent resistance load is connected in the V 2 terminals is considered, which produces the following equivalent impedance.
Z = Z 1 + Z 0 Z 2 + R load Z 0 + Z 2 + R load
where Z 1 = R 1 + j X 1 represents the primary equivalent impedance, Z 2 = R 2 + j X 2 corresponds to the secondary impedance referred to the primary side, and Z 0 = j R c X m R c + j X m is the magnetization impedance.
Once the equivalent transformer impedance is calculated, then, the primary current can be calculated as follows:
i 1 = v 1 Z .
Now, using the divisor current concept, the secondary current referred to the primary side is defined as presented below:
i 2 = Z 0 Z 0 + Z 2 + R load v 1 Z ,
Finally, the value of the secondary voltage referred to the primary side is calculated as follows:
V 2 = R load I 2 .
To formulate the problem of the parametric estimation in single-phase transformers, a quadratic function that determines the average error between the measured and calculated electric variables is considered, which takes the following form:
min z = 1 2 I ¯ 1 i 1 I ¯ 1 2 2 + I ¯ 2 i 2 I ¯ 2 2 + V ¯ 2 v 2 V ¯ 2 2 ,
where z corresponds to the average mean square error. It is important to highlight that I ¯ 1 , I ¯ 2 and V ¯ 2 correspond to the primary and secondary measured currents as well as the secondary measured voltage, respectively.
The set of constraints of the parametric estimation problems in transformers is complete with the equality constraints (1)–(4) and the upper and lower bounds of the decision variables presented below:
R 1 min R 1 R 1 max ,
R 2 , min R 2 R 2 max , ,
R c min R c R c max ,
X 1 min X 1 X 1 max ,
X 2 , min X 2 X 2 max , ,
X m min X m X c max .
where y min and y max represent the minimum and maximum limits of the decision variables.
Remark 1.
The complete optimization model composed for the objective function (5) and the set of constraints (1)–(4) in conjunction with constraints (6)–(11) represents the problem of the parametric estimation problem in single-phase transformers [13]; it has a nonlinear non-convex structure due to the fractions and products among the variables in the calculated voltage and current variables. This situation implies that efficient optimization techniques are required as is the case of the black-hole optimizer presented in this research, which is simple to implement, but is efficient in solving nonlinear continuous optimization problems [15].

3. Black-Hole Optimization Algorithm

The black-hole optimizer (BHO) is a metaheuristic optimization technique from the family of the nature-inspired optimization algorithms [16], which adapt physical behaviors in evolution rules to solve multiple engineering optimization problems [17,18].
The BHO algorithm works by formulating the interaction among stars and black holes in the center of galaxies with some simple mathematical rules that allows exploring and exploiting the solution space in engineering problems; its main characteristic is that it is a population-based optimization algorithm, where the stars are the individuals in the population and the black hole represents the best current solution [15].
The main steps in the implementation of the BHO algorithm are described below.

3.1. Stars’ Birth

As with most population-based optimization algorithms, the BH optimizer starts its exploration and exploitation of the solution space with an initial population (stars uniformly distributed along the solution space), which is randomly generated. The initial population is set with n i individuals on it, where each one of the rows represents a potential solution of the problem under study [19]. Note that in the case of the parametric estimation in single-phase transformers, the dimension of the initial population is a matrix with n i rows and N v columns, where n v represents the number of variables, i.e., 6 in our study case.
The initial population is generated with the following rule:
P t = x min o n i , n v + x max x min r n i , n v ,
where P t represents the initial population when t = 0 , being t the iterative counter; O n i , n v is a matrix filled by ones with n i rows and n v columns; r n i , n v is a random matrix filled by numbers between 0 and 1 with a normal distribution; in addition, x min and x max are vectors with dimensions 1 × n v that contains all the lower and upper bounds of the decision variables, i.e.,
x min = R 1 min R 2 min R c min X 1 min X 2 min X m min T , x max = R 1 max R 2 max R c max X 1 max X 2 max X m max T .
Note that the main advantage of the generation of the initial population, i.e., P t with Equation (12), is that it generates feasible solutions, since each individual is inside of its lower and upper bounds.

3.2. Stars’ Movement

Owing to the intense gravitational force that black holes have, all the stars in the neighborhood of a black hole is affected, as can be observed in Figure 2.
In this sense, the gravitational force of the black hole makes the stars have dynamic behavior as a function of their relative position with respect to the black hole [15]. To formulate this behavior of the stars, their next position can be formulated as follows:
P t + 1 i = P t i + P t B H P t i r 1 , n v ; i = 1 , 2 , , n i ,
where P t B H represents the relative position of the black hole, i.e., the best current solution in the population, and P t + 1 i represents the relative position of the ith star after its interaction with the black hole. Note that during the star’ movements, the position of the black hole remains unaltered.
Remark 2.
To preserve the feasibility of the solution space once the stars interact with the black hole, each one of the individuals P t + 1 i is revised to ensure that it is contained between its upper and lower bounds using the following rule:
P t + 1 i j = P t + 1 i j i f x j min P t + 1 i x j max i = 1 , 2 , . . . , n i j = 1 , 2 , . . . , n v x j min + x j max x j min r 1 , 1 i f P t + 1 i < x j min | | P t + 1 i > x j max i = 1 , 2 , . . . , n i j = 1 , 2 , . . . , n v

3.3. Black-Hole Updating

Once the descending population is generated, i.e., P t + 1 , the position of the black hole can be modified if one of the stars in the current population has a better objective function value. To verify the change in the position of the black-hole, the following rule is applied:
P t + 1 B H = P t B H if z f P t B H < z f P t + 1 i i = 1 , 2 , . . . , n i P t + 1 i if z f P t B H > z f P t + 1 i i = 1 , 2 , . . . , n i
where z f P t + 1 i represents the objective function value associated with the i + 1 th individual in the next population.
It is worth mentioning that z f is calculated by using the objective function formulated in Equation (5) and/or an adaptation of this.

3.4. Star’s Replacing

The main characteristic of BHO is the strong interaction among stars and the black hole. The black hole can absorb or eject a star around its neighborhood (see Figure 2). To emulate this behavior in nature, BHO uses a probability of crossing the horizon of events (point where any object absorbed by a black hole is destroyed). In the case of a star crossing the event’s horizon, this will be replacing a new star randomly generated, ensuring the feasibility of the solution space. The key of this process is the determination of the event’s horizon radius, i.e., R E H , which as recommended in [19] and can be calculated as follows:
R E H = z f P t + 1 B H i = 1 n i z f P t + 1 i ,
To determine if an arbitrary star inside of the population cross the horizon of events, the norm l 2 is used [19], where it is widely known in the current literature as the Euclidean distance, which is calculated as follows:
D B H i = P t + 1 B H P t + 1 i , i = 1 , 2 , , n i
Note that if R E H < D B H i , the i + 1 th star will be absorbed (i.e., destroyed) by the black hole, giving the possibility that a new star born in the solution space. It is worth mentioning that once a star is destroyed, a new one is created to maintain the number of individuals inside of the population constant. An important fact associated with the stars’ birth is regarding the ability of BHO to explore and exploit the solution space in a global manner [20].

3.5. Completion Criteria

To finish the exploration and exploitation of the solution space, BHO uses one of the following completion criteria:
  • If the objective function z f does not vary during k max consecutive iterations, then, the optimization process ends, and the optimal solution of the problem corresponds to the P t + 1 B H .
  • If the number of iterations t max is reached, then, the final solution P t + 1 B H is reported and the optimization process ends.

4. Application of BHO to the Studied Problem

Unlike the classical approach where short-circuit and open-circuit tests are employed to determine the electrical parameters of an electrical distribution transformers in a laboratory [9], the main idea of this research is to determine the parameters of the transformers considering only voltage and current measures taken directly from the location of the transformer without disconnecting its local load.
To applied BHO to the parametric estimation problem in single-phase distribution transformers, here, we adopt a modification of the objective function (5) using an equivalent mean square error with the following form:
Z f = I ¯ 1 i 1 2 + I ¯ 2 i 2 2 + V 2 v 2 2
Note that the summation in (18) is only possible if all the values are normalized using per-unit representation. The application of BHO to the problem of the parametric estimation in single-phase transformers is presented in Algorithm A1 available in the Appendix A. For more details about the BHO approach, the following references can be consulted: [15,19].
Remark 3.
An important fact previous to the implementation of an optimization strategy to determine the electrical parameters in transformers is associated with the data analysis of the voltage and current measured inputs. These data must be filtered and also normalized to avoid spurious information that can alter the final result of the optimization process.

5. Results and Discussion

This section presents the analysis of the results and their discussion when the proposed BHO is applied to solve the problem of the parametric estimation in single-phase transformers with nominal rates of 4 kVA, 10 kVA, and 15 kVA. The parametric information of these transformers was taken from references [9,10]. Different optimization methods reported in the specialized literature were used as comparative methodologies were considered, which includes particle swarm optimization (PSO) [9], genetic algorithms (GA) [9], imperialist competitive algorithm (ICA) [10], and gravitational search algorithm (GSA) [10]. In addition, to determine the average processing times taken by the proposed BHO to solve the studied optimization problem, three consecutive evaluations are made for each test system. All the numerical implementations were carried out in a personal computer AMD Ryzen 5 3500U processor 2.10 GHz. RAM 8 Gb, with a Windows 10 operating system, single language, 64 bits. In the computational evaluation, we have considered 100 consecutive evaluations of the BH optimizer in order to determine the standard deviation of the objective function and the average processing time per execution.

5.1. First Test System: 4 kVA, 50 Hz, 250/125 V Transformer

This is a low-voltage/low-voltage single-phase transformer with a nominal power transference capability of 4 kVA, operated with 50 Hz, with a voltage relation of 250/125 V. For this transformer, all the measures are assumed with full resistive load, i.e., R load = 15.625 Ω [9]. It is worth mentioning that the real values associated with the electrical parameters of this transformer were taken from [9], which are named in Table 2 as the actual data.
Numerical results in Table 2 shows that the lowest mean error is provided by the GSA method with a value of 6.168%, followed by the ICA with a value of 10.278 % and in third place is located the proposed BHO with an average error about 11.3234 % ; Note that this error is highly influenced by the errors introduced with the parameters with small magnitudes such as series resistance and inductance parameters. However, when is analyzed the level of precision of the proposed BHO to find the error between the calculated and the measured variables our approach presents the best numerical performance as can be seen in Table 3.
Numerical results in Table 3 show that BHO has an average error about 2.0 × 10 4 % among the measured and calculated voltage and current variables, followed by the PSO approach with an average error of 0.2440 % ; which implies that the precision of the proposed approach is at least 1000 times better than the PSO approach.
An important fact observed from the results in Table 2 and Table 3 is that even if BHO is the third best approach when compared each individual parameter, it is the best when the difference among measured variables and calculated variables is analyze, which confirms that the problem of the parametric estimation in single-phase transformers is nonlinear and non-convex and can have multiple local optimums; however, the value of the average error among the measured and calculated variables shows that BHO finds a high-quality local optimum when compared with the remainder optimization techniques. Note that the standard deviation value for this test system is about 4.999 × 10 6 % , which demonstrates that BHO finds solutions inside of a small ball at each execution, which confirms its efficiency in solving the studied problem by providing the quasi-optimal solutions at each evaluation.

5.2. Second Test System: 10 kVA, 50 Hz, 500/125 V Transformer

This test system corresponds to a low-voltage/low-voltage transformer with a nominal power transference capability of 10 kVA, operated with 50 Hz, and a voltage relation of 500/125 V [10]. The nominal restive load for this transformer is equivalent to R load = 25 Ω. Table 4 presents the comparison among the actual (i.e., real) data for each optimization approach.
It is worth mentioning that as has happened for the the first test system, in this simulation case, the GSA approach has the lowest average error per parameter with a value of 5.9762 % , followed by the ICA with a value of 6.4223 % , and in the third place is the proposed BHO with an error about 11.0421 % ; however, when the error is observed among the measured and calculated variables (see Table 5), BHO is the best methodology to find a solution.
Results in Table 5 demonstrate that BHO is the best optimization method regarding the minimization of the error among the measured and calculated voltage and current variables with an error of 0.0 % , which implies that the number of decimals considered in the measurement the coincidence with the calculated variables is perfect. When the objective function value is observed, the BHO approach reaches a value lower than 1.44 × 10 10 , which can be considered as zero for any practical implementation purposes, which is confirmed by a standard deviation of 2.1398 × 10 7 % .

5.3. Third Test System: 15 kVA, 50 Hz, 2400/240 V Transformer

The third transformer corresponds to a medium-voltage/low voltage transformer with a nominal power transference capability of 15 kVA, which is operated with 50 Hz, and a voltage relation of 2400/240 V [10]. The nominal equivalent resistive load for this transformer is R load = 384 Ω. Comparative results among parameters are reported in Table 6 for the literature reports and the proposed BHO with respect to the actual data.
The comparison between the average error with respect to the transformer parameters shows once again that the GSA is the better optimization approach with a value of 5.1671 % ; however, for this test system, the proposed BHO falls in the second place with an average error of 8.5745 % , followed by the third place by the ICA with a value of 9.7390 % . Notwithstanding, when Table 7 is observed, it is possible to confirm that as had happened in the previous test systems as well, the proposed BHO reaches the minimum error among the measured and calculated variables with an error of 5 × 10 4 ; this is at least 19 times better than the GA, which has an average error of 9.70 × 10 3 . In addition, the effectiveness of the BH optimizer to obtain quasi-optimal solutions at each evaluation is confirmed with a standard deviation value of about 5.5668 × 10 8 % that allows ensuring that all the solutions are contained inside a ball with a pretty small radius.

5.4. Complementary Analysis

This section shows the effectiveness of the proposed estimation method for the electrical parameters of single-phase transformers with primary and secondary windings and the magnetization branch. To demonstrate that the actual parameters of the transformer and the estimation provided by our proposed BHO have negligible errors, we vary the constant resistive load in its terminals from 50% to 150% of its nominal value, and we plot the per-unit power input calculated with the real and estimated transformer parameters, using the following formula:
P i = Real v 1 i 1 S n ,
where P i represents the input power in the primary terminals of the transformer, and S n is defined as the nominal power rate of the transformer.
The behavior of the input power for each of the test systems is depicted in Figure 3, Figure 4 and Figure 5, respectively.
From these plots, we can observe the following:
An equivalent resistance value of 50% of its nominal value implies different power inputs at each transformer, these being 1.7713 pu, 1.6908 pu, and 1.9578 pu, for the first, second, and third transformer, respectively. This behavior is explained in the power input of any transformer, since if the input voltage is constant, and the resistance load is reduced, then, the amount of current absorbed by the transformer increases.
The minimum power input for each transformer is caused when the equivalent resistive load is 150% of its nominal value, in this case, the first, second, and third transformers consume 0.6539 pu, 0.6645 pu, and 0.6660 pu, respectively. These values imply that the loadabilities of these transformers are between 65% and 67%. Note that the effect of equivalent loads higher than 100% implies that the consumed currents are reduced (Ohm’s law), which is directly connected with the reduction in the power input.
The most important fact in Figure 3, Figure 4 and Figure 5 is that the estimated parameters and the actual data provide overlapped curves, which implies that from the circuital point of view (e.g., voltage, current and power calculations), the BHO approach is an adequate method to solve the problem of parametric estimation in single-phase transformers with errors lower than 1 × 10 3 % .
On the other hand, Figure 6 presents the numerical behaviour of the objective function when the proposed BHO is applied to estimate the electric parameters of the third transformer.
From Figure 6, we can note that the objective function is lower than 0.020 after Iteration 2, which shows that the algorithm rapidly converges to an adequate function value lower than 6.5670 × 10 9 in this test system.
After the application of BHO to determine all the electrical parameters of single-phase transformers considering voltage and current measures, we observe the following positive aspects of this algorithm: (i) the effectiveness of the exploration and exploitation of the solution space with simple evolution rules that allows us to identify promissory solution regions at the beginning of the searching process to be exploited when the iteration procedure advances; (ii) the easy adjusting process for the BHO parameters, since it only requires the definition of the population size and the number of iterations. The most important factor in this tuning is to find an adequate trade-off between the reduction in the objective function and the total processing time.
It is worth mentioning that after observing the final results regarding each particular parameter of the transformer and the final objective function value provided by BHO, there exists a low correlation among these variables since higher differences among the actual and calculated parameters do not imply high values in the objective function. This low correlation is explained as follows:
  • The nature of the optimization model is indeed nonlinear and non-convex, which implies that there can exist infinite solutions with similar objective functions dispersed along with the solution space, as reported by the different methodologies in the comparative reports.
  • The effect of the magnetization branch in the total injected current is minimum since this branch is in the order of kΩ, which implies that values less than 10% of the current flow though of it. This implies that higher variations on these parameters have insignificant effects of the final calculated currents.
  • The equivalent impedance of the transformer is dominated by the load resistance, which implies that the equivalent effect of the parameters of the transformers are reduced when the complete circuit is analyzed; this implies that variations in these parameters does not drastically influence the final objective function value.
To demonstrated that large differences in the transformer parameters do not drastically affect the calculated variables, i.e., the voltages and the currents, we consider the first test system where the series inductance (i.e., X 1 ) in the primary side is the parameter that presents higher variations with respect to the actual data. For variations in this parameter from 50 % to 150 % of the value reported by BHO, the behaviours of the calculated primary and secondary currents as well as the output voltage are reported in Figure 7 and Figure 8.
From Figure 7 and Figure 8, it is possible to observe that the slope of the curves is very small, which allows for the conclusion that for variations from 50 % to 150 % in the value of the X 1 , the estimation error is lower than 0.10 % for the calculated currents and voltages. These results confirm that variation in a single parameter does not drastically influence the calculated variables, which explains the excellent performance of the proposed BHO to minimize the mean square error.

6. Conclusions

The problem of the parametric estimation in single-phase transformers considering voltage and current measures was addressed in this research through the application of the BHO technique in three different test systems. Numerical results demonstrated that in all the simulation cases, the objective function (i.e., mean square error) was lower than 1 × 10 8 , which, for practical purposes, can be considered null or zero. In addition, BHO showed the best numerical performance when compared with the measured and calculated variables with errors lower than 5 × 10 4 % , which was better than the results reported with the rest of the comparative metaheuristic techniques.
Regarding the average error with respect to each one of the transformed parameters, BHO occupied the third place in the first two test systems behind the GSA and the ICA, while in the third test system, BHO was superior to the ICA in the second place. Even if the average error with respect to each one of the transformer parameters was higher than the GSA in all the cases, the calculated voltage and current variables was always better for the proposed BHO; this confirms that there exists infinity possible combinations of transformer parameters that minimize the mean square error between the calculated and measured voltage and currents, which is due to the nonlinear non-convexity of the optimization model.
In future works, it will be possible to develop the following research: (i) Apply recently proposed metaheuristic optimizers, such as the vortex search algorithm and the whale optimization algorithm, to the parametric estimation of transformers considering additional measures such as the input and output powers; (ii) extend the application of BHO to parametric estimation problems in photovoltaic panels and induction motors; and (iii) to propose the application of the combinatorial optimization techniques to three-phase transformers where the complexity of the optimization problem increases since the coupling between phases can produce important challenges in the problem of the parametric estimation.

Author Contributions

Conceptualization, C.A.A.-A., J.A.R.-C., O.D.M. and E.R.-T.; Methodology, C.A.A.-A., J.A.R.-C., O.D.M. and E.R.-T.; Investigation, C.A.A.-A., J.A.R.-C., O.D.M. and E.R.-T.; Writing—review and editing, C.A.A.-A., J.A.R.-C., O.D.M. and E.R.-T. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the Dirección de Investigaciones de la Universidad Tecnológica de Bolívar under grant CI2021P10 associated with the project: “Estimación de parámetros en transformadores monofásicos empleando medidas de corriente y tensión: una aplicación de las técnicas metaheurísticas de optimización”.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data has been present in main text.

Acknowledgments

This work has been derived from the undergraduate project: “Estimación de parámetros de un transformador de distribución a través de medidas de tensión y corriente con base en el método de optimización por agujeros negros” presented by the students Camilo Andrés Arenas Acuña and Jonathan Andrés Rodríguez Contreras to the Electrical Engineering Program of the Engineering Faculty at Universidad Distrital Francisco José de Caldas as a partial requirement for the Bachelor in Electrical Engineering.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Application of BHO to the Study Case

Algorithm A1 summarizes the main aspects of the application of the BHO approach to the problem of parametric estimation in single-phase transformers considering voltage and current measures.
Algorithm A1: Proposed pseudo-code for the parametric estimation in transformer using the BHO technique.
1: Data Define input data and BHO parameters
2:   for  t = 1 : t max  do
3:         if  t = = 1  then
4:               Generate initial population with Equation (12);
5:               Evaluate fitness function with Equation (18);
6:               Assign black hole location;
7:         else
8:               Generate descending population with Equations (13) and (14);
9:               Evaluate fitness function with Equation (18);
10:              if The criterion for black hole change has been met?
11:                      Black hole replacement;
12:              end if
13:              Calculation of the radius of the event horizon with Equation (16);
14:              Calculation of Euclidean distances with Equation (17);
15:              Star replacement;
16:             if Has any stopping criteria been met? then
17:              Finish optimization process;
18:              Report the final black hole position, i.e., P t + 1 B H ;
19:             BREAK
20:             else
21:             CONTINUE
22:             end if
23:        end if
24:   end for

References

  1. Chapman, S. Electric Machinery Fundamentals; McGraw-Hill Series in Electrical and Computer Engineering; McGraw-Hill Companies, Incorporated: New York, NY, USA, 2005. [Google Scholar]
  2. Pinzón, S.; Yánez, S.; Ruiz, M. Optimal Location of Transformers in Electrical Distribution Networks Using Geographic Information Systems. Enfoque UTE 2020, 11, 84–95. [Google Scholar] [CrossRef] [Green Version]
  3. Merritt, S.; Chaitkin, S. Efficiency standards for low voltage substation transformers. In Proceedings of the Conference Record of the 2003 Annual Pulp and Paper Industry Technical Conference, Charleston, SC, USA, 16–20 June 2003. [Google Scholar] [CrossRef]
  4. Riaño, F.E.; Cruz, J.F.; Montoya, O.D.; Chamorro, H.R.; Alvarado-Barrios, L. Reduction of Losses and Operating Costs in Distribution Networks Using a Genetic Algorithm and Mathematical Optimization. Electronics 2021, 10, 419. [Google Scholar] [CrossRef]
  5. Bocanegra, S.Y.; Montoya, O.D.; Molina-Cabrera, A. Parameter estimation in singe-phase transformers employing voltage and current measures. Rev. UIS Ing. 2020, 19, 63–75. [Google Scholar] [CrossRef]
  6. Abdelwanis, M.I.; Abaza, A.; El-Sehiemy, R.A.; Ibrahim, M.N.; Rezk, H. Parameter Estimation of Electric Power Transformers Using Coyote Optimization Algorithm with Experimental Verification. IEEE Access 2020, 8, 50036–50044. [Google Scholar] [CrossRef]
  7. Meister, D.; de Oliveira, M.A.G. The use of the Least Squares Method to estimate the model parameters of a transformer. In Proceedings of the 2009 10th International Conference on Electrical Power Quality and Utilisation, Lodz, Poland, 15–17 September 2009; pp. 1–6. [Google Scholar] [CrossRef]
  8. Padma, S.; Subramanian, S. Parameter estimation of single phase core type transformer using bacterial foraging algorithm. Engineering 2010, 2, 917. [Google Scholar] [CrossRef]
  9. Mossad, M.I.; Azab, M.; Abu-Siada, A. Transformer parameters estimation from nameplate data using evolutionary programming techniques. IEEE Trans. Power Deliv. 2014, 29, 2118–2123. [Google Scholar] [CrossRef]
  10. Illias, H.; Mou, K.; Bakar, A. Estimation of transformer parameters from nameplate data by imperialist competitive and gravitational search algorithms. Swarm Evol. Comput. 2017, 36, 18–26. [Google Scholar] [CrossRef]
  11. Bhowmick, D.; Manna, M.; Chowdhury, S.K. Estimation of equivalent circuit parameters of transformer and induction motor using PSO. In Proceedings of the 2016 IEEE International Conference on Power Electronics, Drives and Energy Systems (PEDES), Trivandrum, India, 14–17 December 2016; pp. 1–6. [Google Scholar] [CrossRef]
  12. Yilmaz Acar, Z.; Oksar, M.; Basciftci, F. Multi-Objective Artificial Bee Colony Algorithm to Estimate Transformer Equivalent Circuit Parameters. Period. Eng. Nat. Sci. 2017, 5, 271–277. [Google Scholar] [CrossRef] [Green Version]
  13. Ćalasan, M.; Mujičić, D.; Rubežić, V.; Radulović, M. Estimation of equivalent circuit parameters of single-phase transformer by using chaotic optimization approach. Energies 2019, 12, 1697. [Google Scholar] [CrossRef] [Green Version]
  14. Youssef, H.; Hassan, M.H.; Kamel, S.; Elsayed, S.K. Parameter Estimation of Single Phase Transformer Using Jellyfish Search Optimizer Algorithm. In Proceedings of the 2021 IEEE International Conference on Automation/XXIV Congress of the Chilean Association of Automatic Control (ICA-ACCA), Valparaíso, Chile, 22–26 March 2021; pp. 1–4. [Google Scholar]
  15. Bouchekara, H. Optimal power flow using black-hole-based optimization approach. Appl. Soft Comput. 2014, 24, 879–888. [Google Scholar] [CrossRef]
  16. Guzmán, M.A.; Peña, C. Algoritmos bioinspirados en la planeación off-line de trayectorias de robots seriales. Vis. Electron. 2013, 7, 27–39. [Google Scholar]
  17. Hatamlou, A. Black hole: A new heuristic optimization approach for data clustering. Inf. Sci. 2013, 222, 175–184. [Google Scholar] [CrossRef]
  18. Soto, R.; Crawford, B.; Olivares, R.; Taramasco, C.; Figueroa, I.; Gómez, Á.; Castro, C.; Paredes, F. Adaptive Black Hole Algorithm for Solving the Set Covering Problem. Math. Probl. Eng. 2018, 2018, 1–23. [Google Scholar] [CrossRef]
  19. Velasquez, O.S.; Montoya Giraldo, O.D.; Garrido Arevalo, V.M.; Grisales Norena, L.F. Optimal power flow in direct-current power grids via black hole optimization. Adv. Electr. Electron. Eng. 2019, 17, 24–32. [Google Scholar] [CrossRef]
  20. Bouchekara, H.R. Optimal design of electromagnetic devices using a black-hole-based optimization technique. IEEE Trans. Magn. 2013, 49, 5709–5714. [Google Scholar] [CrossRef]
Figure 1. Transformer equivalent circuit referred to the primary side.
Figure 1. Transformer equivalent circuit referred to the primary side.
Computers 10 00124 g001
Figure 2. Interaction between stars and a black hole.
Figure 2. Interaction between stars and a black hole.
Computers 10 00124 g002
Figure 3. Behavior of the input power for the first test system.
Figure 3. Behavior of the input power for the first test system.
Computers 10 00124 g003
Figure 4. Behavior of the input power for the second test system.
Figure 4. Behavior of the input power for the second test system.
Computers 10 00124 g004
Figure 5. Behavior of the input power for the third test system.
Figure 5. Behavior of the input power for the third test system.
Computers 10 00124 g005
Figure 6. Behaviour of the objective function when BHO is applied to the third test system.
Figure 6. Behaviour of the objective function when BHO is applied to the third test system.
Computers 10 00124 g006
Figure 7. Behavior of the calculated currents I 1 and I 2 with respect to the variations in the parameter X 1 .
Figure 7. Behavior of the calculated currents I 1 and I 2 with respect to the variations in the parameter X 1 .
Computers 10 00124 g007
Figure 8. Behavior of the calculated output voltage V 2 with respect to the variations in the parameter X 1 .
Figure 8. Behavior of the calculated output voltage V 2 with respect to the variations in the parameter X 1 .
Computers 10 00124 g008
Table 1. Main approaches reported in the specialized literature.
Table 1. Main approaches reported in the specialized literature.
AlgorithmTitleDate
Least SquaresThe use of the Least Squares Method to estimate the model parameters of a transformer [7]September 2009
Bacterial foragingParameter estimation of single-phase core type transformer using bacterial foraging algorithm [8]June 2010
Genetic algorithmTransformer parameters estimation from nameplate data using evolutionary programming techniques [9]October 2014
Imperialist competitiveEstimation of transformer parameters from nameplate data by imperialist competitive and gravitational search algorithms [10]October 2016
Gravitational searchEstimation of transformer parameters from nameplate data by imperialist competitive and gravitational search algorithms [10]October 2016
Particle swarm optimizationEstimation of equivalent circuit parameters of transformer and induction motor using particle swarm optimization [11]December 2016
Artificial bee colonyMulti-objective artificial bee colony algorithm to estimate transformer equivalent circuits parameters [12]November 2017
Chaotic optimizationEstimation of equivalent circuit parameters of single-phase transformer by using chaotic optimization approach [13]April 2019
Coyote optimizationParameter estimation of electric power transformers using coyote optimization algorithm with experimental verification [6]March 2020
Non lineal programmingParameter estimation in singe-phase transformers employing voltage and current measures [5]May 2020
Jellyfish SearchParameter estimation of single-phase transformer using jellyfish search optimizer algorithm [14]July 2021
Table 2. Numerical comparison among the parameters in the first test system.
Table 2. Numerical comparison among the parameters in the first test system.
Parameter R 1 (Ω) X 1 (Ω) R 2 (Ω) X 2 (Ω) R c (Ω) X m (Ω)Average Error (%)
Actual [9]0.40.20.421500750-
PSO [9]0.5870.25540.2091.6021476738-
PSO error (%)46.75027.70047.750019.9001.6001.60024.218
GA [9]0.5980.2260.3361.9571410707-
GA error (%)49.50013.000016.0002.1506.0005.73315.397
ICA [10]0.4300.2020.3942.5001200.00700.00-
ICA error (%)7.5001.0001.50025.00020.0006.66710.278
GSA [10]0.4250.2030.4152.3991426.00745.30-
GSA error (%)6.25001.5003.750019.9504.9330.6276.168
BHO0.45120.24920.37801.70161478.7763684.8906-
BHO error (%)12.819924.61725.490814.91631.41498.681211.3234
Table 3. Comparison among measured and calculated variables for the first test system.
Table 3. Comparison among measured and calculated variables for the first test system.
Transformer Data I 1 (A) I 2 (A) V 2 (V)Average Error (%)
Actual (Measured)15.282515.0782235.5967-
PSO15.315315.1172236.2065-
PSO error (%)0.21460.25870.25880.2440
GA15.171414.9574233.7093-
GA error (%)0.72700.80120.80110.7764
ICA15.244914.9881234.1894-
ICA error (%)0.24600.59760.59730.4803
GSA15.209114.9893234.2083-
GSA error (%)0.48030.58960.58930.5531
BHO15.282615.0782235.5967-
BHO error (%)0.00070.00000.00000.0002
The value of the fitness function is 2.05 × 10 10 ; Average execution time per evaluation 108.5061 s; The standard deviation value is 4.999 × 10 8 .
Table 4. Numerical comparison among the parameters in the second test system.
Table 4. Numerical comparison among the parameters in the second test system.
Parameter R 1 (Ω) X 1 (Ω) R 2 (Ω) X 2 (Ω) R c (Ω) X m (Ω)Average Error (%)
Actual [9]0.90.941.60.44700250-
PSO [9]0.8110.86081.6780.7540713314.2-
PSO error (%)9.88898.42554.875071.36361.857125.680020.3484
GA [9]1.0250.81.5070.493651.5204.4-
GA error (%)13.888914.89365.812512.04556.928618.240011.9682
ICA [10]0.80.81.50.4259692.48255-
ICA error (%)11.111114.89366.25003.20451.07432.00006.4223
GSA [10]0.80010.81191.50040.4236695.54251.35-
GSA error (%)11.100013.62776.22503.72730.63710.54005.9762
BHO0.9431.0341.5350.624698.676263.512-
BHO error (%)4.777810.00004.062541.81820.18915.404811.0421
Table 5. Comparison among measured and calculated variables for the second test system.
Table 5. Comparison among measured and calculated variables for the second test system.
Transformer Data I 1 (A) I 2 (A) V 2 (V)Average Error (%)
Actual18.887718.0722451.8047-
PSO18.871918.0906452.2639-
PSO error (%)0.08370.10180.10160.0957
GA18.968318.0472451.1802-
GA error (%)0.42670.13830.13820.2344
ICA19.042718.2217455.5431-
ICA error (%)0.82060.82720.82740.8251
GSA19.040518.2196455.4897-
GSA error (%)0.80900.81560.81560.8134
BHO18.887718.0722451.8047-
BHO error (%)0.00000.00000.00000.0000
The value of the fitness function is 3.4064 × 10 10 ; Average execution time per evaluation 116.0146 s; The standard deviation value is 2.1398 × 10 9 .
Table 6. Numerical comparison among the parameters in the third test system.
Table 6. Numerical comparison among the parameters in the third test system.
Parameter R 1 (Ω) X 1 (Ω) R 2 (Ω) X 2 (Ω) R c (Ω) X m (Ω)Average Error (%)
Actual [9]2.453.1422.22941050009106-
PSO [9]2.254.0822.21.8526995179009-
PSO error (%)8.163330.000010.000016.90145.22191.065211.8920
GA [9]2.763.4141.681.846970018951-
GA error (%)12.65318.726116.000017.19757.61811.702210.6495
ICA [10]231.8021200009200-
ICA error (%)18.36734.458610.000010.289814.28571.03239.7390
GSA [10]23.111.812.261042819094.87-
GSA error (%)18.36730.95549.50001.37260.68480.12225.1671
BHO2.42683.9151.98072.670103891.2669473.402-
BHO error (%)0.946924.68150.965019.76321.05594.03478.5745
Table 7. Comparison among measured and calculated variables for the third test system.
Table 7. Comparison among measured and calculated variables for the third test system.
Transformer Data I 1 (A) I 2 (A) V 2 (V)Average Error (%)
Actual6.20536.17562371.4-
PSO6.20566.17482371.1-
PSO error (%)0.00480.01300.01270.0101
GA6.20706.17552371.4-
GA error (%)0.02740.00160.00000.0097
ICA6.21286.18612375.5-
ICA error (%)0.12090.17000.17290.1546
GSA6.21576.18582375.3-
GSA error (%)0.16760.16520.16450.1657
BHO6.20536.17552371.4-
BHO error (%)0.00000.00160.00000.0005
The value of the fitness function is 6.5670 × 10 9 ; Average execution time per evaluation 109.3800 s; The standard deviation value is 5.5668 × 10 10 .
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Arenas-Acuña, C.A.; Rodriguez-Contreras, J.A.; Montoya, O.D.; Rivas-Trujillo, E. Black-Hole Optimization Applied to the Parametric Estimation in Distribution Transformers Considering Voltage and Current Measures. Computers 2021, 10, 124. https://0-doi-org.brum.beds.ac.uk/10.3390/computers10100124

AMA Style

Arenas-Acuña CA, Rodriguez-Contreras JA, Montoya OD, Rivas-Trujillo E. Black-Hole Optimization Applied to the Parametric Estimation in Distribution Transformers Considering Voltage and Current Measures. Computers. 2021; 10(10):124. https://0-doi-org.brum.beds.ac.uk/10.3390/computers10100124

Chicago/Turabian Style

Arenas-Acuña, Camilo Andres, Jonathan Andres Rodriguez-Contreras, Oscar Danilo Montoya, and Edwin Rivas-Trujillo. 2021. "Black-Hole Optimization Applied to the Parametric Estimation in Distribution Transformers Considering Voltage and Current Measures" Computers 10, no. 10: 124. https://0-doi-org.brum.beds.ac.uk/10.3390/computers10100124

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