Keywords

1 Introduction

Nowadays, the need to save our finite energy resources has led to a greater emphasis on energy efficiency and hence power loss reduction. But, this should not be at the expense of the reliability of our power systems. Indeed, voltage instability often translates into voltage collapse, which in turn leads to blackout or abnormally low voltage levels at the buses of our distribution networks [1]. Thus, the maximization of voltage stability is mandatory.

Throughout the years, various techniques have been formulated to determine the stability of the buses: the use of P-V and Q-V curves, L-index, FVSI, LQP, VCPI, modal analysis, amongst others [2]. In this way, the determination of the weakest bus was possible and from that appropriate measures, such as the installation of capacitors, tap-changing transformers and other related switching equipment could be done. However, through these techniques, only the stability of the weakest bus was improved and also additional costly resources were required.

This research therefore proposes a cost-free approach to the problem. Through the use of Distribution Network Reconfiguration (DNR), the mere opening of sectionalizing switches and the closing of tie switches finds a radial network configuration with improved stability [3]. But the complexity of DNR lies with its associated algorithm. In [4] the efficiency of a hybrid algorithm is shown through increasingly difficult problems using DNR for power loss reduction. Hence, this paper uses the same hybrid algorithm for the maximization of voltage stability (Sect. 5). Moreover, an improved voltage deviation index (IVDI) is presented which enables the analysis of the entire network’s stability, rather than just the weakest bus of the system (Sect. 3). This paper hence demonstrates:

  1. (i)

    The ability of DNR to improve the stability of the entire distribution network through the use of the IVDI (Sect. 7.1).

  2. (ii)

    The effectiveness of the IVDI in the analysis of the network stability (Sect. 7.2).

  3. (iii)

    The efficiency of the hybrid algorithm irrespective of the optimization case (Sect. 7.3).

2 Problem Definition

The main aim of this paper is the voltage stability maximization in radial distribution networks, by DNR using the hybrid algorithm presented in [4], while ensuring that the analysis is close to real life conditions. Therefore, the objective function can be presented as follows.

Minimise f = Total Voltage Deviation

Subject to the following constraints:

  1. 1.

    Radial Network

    Only the radial network configurations are considered while the non-radial one are penalized.

    $$ \varphi (x) = 0 $$
  2. 2.

    Kirchhoff’s Current Law

    $$ g_{i} (I,\,k) = 0 $$
  3. 3.

    Kirchhoff’s Voltage Law

    $$ g_{i} (V,\,k) = 0 $$

3 The Improved Voltage Deviation Index (IVDI)

For the analysis of the stability of a network, this section shows an improvement to the Voltage Deviation Index (VDI) in [5]. The principle of the VDI basically implies that the closer the voltage level of a particular load bus is to the generator bus, the lesser the voltage deviation of the load bus and therefore the greater its stability. While being able to provide a direct and easy method to stability analysis, the only limitation of the method is that the voltage stability of a particular network configuration was determined by the stability of the weakest bus only. Thus, an extension is made to the method to enable the analysis of the entire system’s stability.

The stability analysis begins with a load flow implementation, which determines the voltage level at each bus. In [6], a fast and efficient technique is proposed. Through the construction of a bus-injection to branch-current (BIBC) and a branch-current to bus-voltage (BCBV) a DLF matrix is formed, which can then be used to solve Eqs. (13) iteratively.

$$ I_{i}^{k} = \left( {\frac{{P_{i} + jQ_{i} }}{{V_{i}^{k} }}} \right)^{*} $$
(1)
$$ \left[ {\Delta V^{k + 1} } \right] = \left[ {DLF} \right]\left[ {I^{k} } \right] $$
(2)
$$ \left[ {V^{k + 1} } \right] = \left[ {V^{0} } \right] + \left[ {\Delta V^{k + 1} } \right] $$
(3)

where \( V^{k}_{i} \) and \( I^{k}_{i} \) are the bus voltage and equivalent current injection of the bus i at the \( k^{th} \) iteration. \( P_{i} \) and \( Q_{i} \) represent the real and reactive power of the bus respectively.

Using the bus voltage levels obtained, the absolute values are taken and converted into per unit. Substituting these values in Eq. (4), the voltage deviation at each bus is calculated [5].

$$ \Delta V_{{D_{i} }} = \frac{{V_{G} - V_{i} }}{{V_{G} }} $$
(4)

where

\( V_{G} : \) :

Voltage at the Generator node (1 pu)

\( V_{i} : \) :

Absolute Voltage at the Load Bus

\( \Delta V_{{D_{i} }} : \) :

Voltage deviation Index at a bus

The total stability of a particular network configuration was finally found through the addition of the total voltage deviation of all the buses in the system using Eq. (5).

$$ V_{D} = \mathop \sum \limits_{i}^{N}\Delta V_{{D_{i} }} $$
(5)

where

\( V_{D} : \) :

Total voltage deviation of the system

\( N : \) :

Total number of load buses

Therefore, the smaller the value of \( V_{D} \) the greater the voltage stability of the distribution network.

4 Mathematical Modelling of DNR

In this paper, the maximization of the voltage stability of radial distribution networks is being considered. Thus, to ensure radiality, there is a predefined number of sectionalized switches and tie switches for any distribution network. In this paper, tie switch numbers in an array are used to represent a particular network configuration. The tie switch can be any branch number of the system.

4.1 The Repair Algorithm

Repetition in tie switch number is not allowed for any configuration. A repair algorithm [4] was immediately applied if such a configuration was detected such that a unique copy of the switch numbers were retained and new switch numbers were generated to fill in the array.

5 The Hybrid Algorithm

In [4], a hybrid algorithm is presented which combines deterministic refinements to any heuristic algorithm. This paper considers the hybridization of 2 heuristic algorithms: Genetic Algorithm (GA) and Flower Pollination Algorithm (FPA). GA consists of a selection, crossover and mutation parameter while FPA makes use of the concept of local and global pollination. However due to this greedy search, obtaining the true global solution becomes difficult. Hence, the following refinements are included in the algorithms.

  1. 1.

    Use of a ‘warm start’

    This is achieved through the inclusion of the initial configuration in the initial search.

  2. 2.

    Elitism

    This involves the retention of good solutions after each computation process of the algorithm to prevent loss of solutions.

  3. 3.

    Hill Climbing Strategy

    This is a local search which enables the finding of better solutions by opening ‘n’ sectionalized switches and simultaneously closing ‘n’ tie switches.

6 DNR Using HGA and HFPA

The same technique as in [4] is used for the application of the hybrid algorithm to the DNR problem, with the only difference in the objective function. Figures 1 and 2 give a description of the steps for the implementation of the hybrid GA (HGA) and the hybrid FPA (HFPA), respectively.

Fig. 1.
figure 1

Flowchart of HGA

Fig. 2.
figure 2

Flowchart of HFPA

Regardless of the algorithm, the fitness of any individual can be evaluated using Eq. 6.

$$ f^{'} (x) = \frac{1}{f(x) + \varphi (x)} $$
(6)

where

\( x : \) :

Individual under test

\( f^{'} (x) : \) :

Fitness function

\( f(x) : \) :

Objective function (Total Voltage Deviation)

\( \varphi (x) : \) :

Constraint

7 Results

For this research, all programming was done using the MATLAB R2013a software. The simulations were performed using an Intel core i5 1.80 GHz processor with 4.00 GB of RAM. Also, the random number generator was initialized using the function rng(seed) so that results could be reproduced.

To test the efficiency of the developed algorithms, simulations were performed on systems of increasing sizes with greater computational difficulty as shown in Table 1.

Table 1. Details of system data

7.1 Effect of DNR on the Voltage Stability of Distribution Networks

This section demonstrates the effect of DNR on the voltage stability of the network. From Table 2, it can be seen that the optimization of the distribution networks by DNR indeed leads to a decrease in the total voltage deviation of the system and thus causes an improvement in stability.

Table 2. Analysis of total voltage deviation after DNR

7.2 Voltage Profile Analysis of the Distribution Networks

The effect of DNR on the stability of the weakest and strongest buses of the examined systems is analysed here. As shown in Table 3, DNR for minimisation of total voltage deviation did not always improve the voltage profile at the weakest and strongest bus. Rather it aimed at improving the stability of the entire system.

Table 3. Identification of weakest and strongest bus

In Table 4, the voltage at the weakest bus was seen to approach close to that of the generator bus after DNR, except for the 135 bus system. Even though there was no improvement in the stability of its weakest or strongest bus, the stability of the other buses were in turn improved, thereby leading to an overall improvement in system stability.

Table 4. Voltage deviation at weakest and strongest bus

Moreover, it was seen for the 880 bus system that a decrease of 0.0002 pu occurred at the strongest bus of the network after DNR. That did not imply a decrease in the stability of the system. Rather, this small decrease in stability at the strongest bus led to the enhancement of the voltage of the other buses of the system (as seen for the weakest bus).

7.3 Efficiency of the Hybrid Algorithm

In [4], the superiority in the converging ability of the hybrid algorithms for power loss reduction by DNR was analyzed. This section is thus used to demonstrate whether the hybrid algorithm operates with the same level of efficiency when applied to another optimization case (the minimization of the total voltage deviation).

From Table 5, it can be seen that:

Table 5. Performance analysis of HGA and HFPA
  1. (i)

    Application of the hybrid algorithm for the minimization of the total voltage deviation by DNR can indeed be done.

  2. (ii)

    HFPA was able to find the true global optimum solution for all test systems while HGA was unable to do the same, thereby implying greater reliability of HFPA.

  3. (iii)

    In terms of the time and number of iterations required to convergence, HFPA was again better than HGA.

8 Conclusion

Distribution Network Reconfiguration can no doubt be used as an optimization technique for the maximization of the stability of a given network. In this paper, the proposed Improved Voltage Deviation Index (IVDI) enables the fast and easy analysis of the entire system stability. Through consideration of the voltage deviation of the entire system, rather than just the weakest bus, greater improvement in system stability was achieved. Thus, using DNR as an optimization tool, network stability was achieved without requiring any additional cost. Also, the hybrid algorithm in [4] works with the same level of efficiency, irrespective of the optimization case, thereby confirming its effectiveness.