Optimal Reconfiguration of Power Distribution Systems Based on Symbiotic Organism Search Algorithm

Abstract

This paper presents a reconfiguration of electric power distribution network based on the symbiotic organism search algorithm (SOS). The goal here is to come out with an optimal reconfiguration of a power distribution network that minimises the active power losses for a good power flow. This method is applied to IEEE 33 bus and the results show a significant reduction of active power losses. The execution time for this algorithm is found to be smaller compared to other metaheuristic algorithms.

Share and Cite:

Boum, A. , Ndjependa, P. and Bisse, J. (2017) Optimal Reconfiguration of Power Distribution Systems Based on Symbiotic Organism Search Algorithm. Journal of Power and Energy Engineering, 5, 1-9. doi: 10.4236/jpee.2017.511001.

1. Introduction

The growth of the demand of electrical energy is of a great challenge for the entire society. This calls for optimization of the production, the distribution and the use of electrical energy. The extension of a distribution power network being difficult and costly, it is necessary to optimize the management of the energy in order to ensure the satisfaction of customers, reduce the production cost and increase the income.

There are several technics of optimization of power distribution network. Ahmed Ould Nagi [1] proposed an optimization of power flow in a network using the pareto approach based on genetic algorithm reconfiguration of a network based on the PGSA algorithm (plant growth simulation algorithm). The results obtained with an IEEE 33-bus are presented. M.A. Kashem et al. [3] propose an algorithm that determines the power losses for the different combinations of switches. Bogdan Tomoiaga et al. [4] propose an optimal reconfiguration of power distribution network based on genetic algorithm using the flexibility and robustness. Juan Li [5] proposed an algorithm based on graph theory applied on a network of 200 buses that minimize active and reactive losses during power flow. Francisco Rivas Davalos [6] presented a reconfiguration of power distribution network based on genetic algorithm. P. Subburaj et al. [7] propose a genetic algorithm applied to a 16 buses. It minimizes significantly power losses. This paper presents an approach of minimization of losses using symbiotic organism search algorithm (SOS) to optimize the reconfiguration of the power distribution network. The decision variables are tied to the state of switches. We use the binary code 0 (OFF) and 1 (ON) different from Gomes, F. V., et al. [8] who use continuous functions. We apply this algorithm on IEEE 33 bus.

2. Problem Statement

Let consider a simple linear network represented bellow Figure 1.

The objective is to minimize the joule losses by a proper reconfiguration of the network. The objective function is therefore:

min f = min ( P t , l o s s ) (1)

with P t , l o s s , total active losses.

The apparent power carried by a branch, must be less than the maximal apparent power that branch can accept. The amplitude on a nod should be in the accepted range.

These constraints are express by:

S i S i , max (2)

V i , min V i V i , max (3)

The following equations enable us to calculate the power flow.

P i + 1 = P i r i P i 2 + Q i 2 V i 2 P L i + 1 (4)

Q i + 1 = Q i x i P i 2 + Q i 2 V i 2 Q L i + 1 (5)

P i + 1 = P i r i P i 2 + Q i 2 V i 2 P L i + 1 (6)

V i + 1 2 = V i 2 2 ( r i P i + x i Q i ) + ( r i 2 + x i 2 ) P i 2 + Q i 2 V i 2

Figure 1. Simple network.

with:

Pi: active power on nod i.

Qi: reactive power on node i.

Pi+1: active power on nod i + 1.

Qi+1: reactive power on node i + 1.

ri: resistance of branch i.

xi: reactance of branch i.

Vi: real mean value of the voltage on node i.

Vi+1: real mean value of the voltage on node i + 1.

Si: apparent power on node i.

The total losses are expressed by the relation:

P T , l o s s = i = 0 n 1 P i 2 + Q i 2 V i 2 r i (7)

The goal of the reconfiguration being to minimize the active power losses during the power flow, the problem is stated as follow:

min i = 0 n 1 P i 2 + Q i 2 V i 2 r i (8)

Equations (2) and (3) are the constraints.

The reconfiguration hold on the following rules:

- All the load must be fed if not at least most of them.

- The reconfiguration of the network should be radial.

- The network islinear.

If we consider a network of n switches we arrive at the following vector:

X = [ x 0 x 1 x 2 x 3 x 4 x n 1 ]

3. Symbiotic Organism Search Algorithm (SOS)

The symbiotic organism search algorithm is a new algorithm develop by [9] . It determine the optimal organism that minimizes an objective function. It is ruled by the flow chart Figure 2.

Mutualism is a social system between the members of a same Professional branch. It is a lasting and complementary relation between two groups of plants, animals or human being.

Commensalism is an association of different species living in such a way that one of them depends on the others without any ham.

Parasitism is linked to predation. In that system, two organisms live together, one feeding himself at the cost of the other.

The detailed flow chart of the symbiotic organism search algorithm is presented at Figure 3.

Description of the Algorithm

STEP 1:

Initialisation of the ecosystem

Figure 2. General flow chart for the symbiotic organism search algorithm.

At this level we determine the size of the ecosystem and the initial organism

STEP 2:

Phase de mutation phase

Ze select at random an organism Xj such that. X j X i Determine the mutual vector (Xi + Xj)/2. Determine two random number situated between 1 and 2. Modify the organisms Xi and Xj taking into account the mutual vector Ze obtain Xin and Xjnov. Calculate the value of the fitness function of each new organism and compare them.

STEP 3:

Phase of commensalism

STEP 4:

Phase of parasitism

Figure 3. Detailed flow chart of the SOS algorithm [9] .

4. Results and Discussion

The optimization code are written with Matlab. The characteristics of the computer used are: processor of 1.4 GHz, memory RAM of 2 Go, OS 64 bite WINDOWS 8.

The result obtained is a 37 elements line matrix. Each element correspond to the state of a switch between two nods. We start by calculating the total lose from the initial configuration. The optimization, give us the best organism witch correspond to the best configuration.

4.1. Presentation of the Structure

Figure 4 presents the IEEE 33 bus system.

Initially the state of the switches are: from S1 to S32 “ON” and S33, S35, S36, S37 “OFF”.

The rMS of the voltage at nod 0 is 12.66 kV and the active power and reactive powers are respectively 3715 kW and 2300 kVAr.

4.2. Results

The characteristics of the network are found in Table 3. The goal is to calculate the active power loss in each branch and apply the optimization algorithm. The implementation is done in the Matlab environment

The initial binary code or organism is Figure 5.

From S1 to S31 “1” and from S32 to S37 “0”.

1) The total loses are: 203,15 kW

The optimal organism which reduce the losses and enable the majority of customers to remain connected is Figure 6.

Figure 4. Presentation of the IEEE 33 nods network [2] .

2) The total losses are: 175,3337 kW

The summary table is the following Table 1.

We obtain the following graph Figure 7.

Table 2 shows results obtained by the GA and SOS algorithm with the network characteristic of Table 3.

4.3. Discussion

Before the optimization, the open switches are S22, S23, S24, S30, S31, S32, S33, S34, S35, S37 the others are closed. This configuration allows for an active power loss of about 203.15 kW. After the implementation of the SOS algorithm the power loss is reduce to 175.3337 kW Table 1. Comparing with genetic algorithm Table 2, after simulations, we can see that the SOS algorithm is more effective

5. Conclusions

A novel approach based on symbiotic organism search algorithm has been implemented for the optimization of the distribution of electricity in a power network. The implementation was carried out on an IEEE 33 Bus system. The

Figure 5. Initialorganism of IEEE 33 bus network.

Figure 6. Optimal Organism of the IEEE 33 bus network.

Figure 7. Optimal configuration by SOS algorithm for IEEE 33 nods network.

Table 1. Reconfiguration of the power network by SOS algorithm.

Table 2. Comparative study between GA and SOS results.

Table 3. Caracteristics of the test network [2] .

simulations led to an optimal reconfiguration that minimizes the active power loss. The comparison of this algorithm with other metaheuristic algorithm such as GA, proves it superiority in losses reduction and short execution time.

In further work, we may consider combination of GA and SOS or another metaheuristic algorithm.

Nomenclature

PGSA: Plant growth simulation algorithm

SOS: Symbiotic organism search algorithm

GA: Genetic algorithm

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Nagi, A.O. (2014) Optimization of Power Flow by AG and PSO-TVAC Algorithms. Master Thesis, University of Mohamed Khider Biskra, 116 p.
[2] Wang, C. and Cheng, H.Z. (2008) Optimization of Network Configuration in Large Distribution Systems Using Plant Growth Simulation Algorithm. IEEE Transactions on Power Systems, 23.
https://doi.org/10.1109/TPWRS.2007.913293
[3] Muttaqi, K.M., Ganapathy, V., Jasmon, G.B. and Buhari, M. (2000) A Novel Method for Loss Minimization in Distribution Networks. University of Wollongong, Wollongong.
[4] Tomoiaga, B., Chindris, M., Sumper, A., Sudria-Andreu, A. and Villafafila-Robles, R. (2013) Pareto Optimal Reconfiguration of Power Distribution Systems Using a Genetic Algorithm Based on NSGA-II. Energies, 6, 1439-1455.
https://doi.org/10.3390/en6031439
[5] Li, J. (2010) Reconfiguration of Power Networks Based on Graph-Theorical Algorithms. Iowa State University.
[6] Rivas-Davalos, F. (2004) A Genetic Algorithm for Power Distribution System Planning. Brunel University.
[7] Subburaj, P., Rama, K., Ganesan, L. and Venkatesh, P. (2006) Distribution System Reconfiguration for Loss Reduction Using Genetic Algorithm. Journal of Electrical Systems, 2-4.
[8] Gomes, F.V., et al. (2006) A New Distribution System Reconfiguration Approach Using Optimum Power Flow and Sensitivity Analysis for Loss Reduction. IEEE Transactions on Power Systems, 21, 1616-1623.
[9] Cheng, M.-Y. and Prayogo, D. (2014) Symbiotic Organisms Search: A New Metaheuristic Optimization Algorithm. Computers End Structures, 98-112.

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.