B. Optimal Configuration Net-Work
B. Optimal Configuration Net-Work
Project Deliverable 1
( Course Professor)
Contents:
1. Abstract……………………………….
2. Introduction…………………………………………………….
Problem definition…………………………………………………
Criteria and constraints…………………………………………………………………….
Objectives………………………………………………………….
3. Available solutions……………………………………………………………………………………..
Brain storming…………………………………………………………………………………………….
Advantages ………………………………………………………………………………………………..
Dis advantages…………………………………………………………………………………………….
Abstract:
In this report, we will study a simple example of distribution network power
system using one of the power system analysis tools which is power flow analysis.
When we analyze the network using power flow analysis, we can recognize how
the power flows in the proposed net-work and know the values of the current,
voltage, and power at every component of the system.
There are many benefits of studying power flow analysis of the power system
network because when we know the value of demanded and generated power at
every bus, we can evaluate the power losses of the distribution system and at the
same time, the value of the voltage regulation won’t be affected so we can
achieve an optimum stability operation for the system. Also, power flow analysis
saves time, effort, and cost as it gives us the ability to analyze the network before
setting up operation.
Gauss Sidle, Newton-Rap son and Fast decoupled method are methods used in
power flow analysis. In this project, we will use Gauss Sidle method to analyze our
net-work. This method helps us to improve the value of the voltage of net-work
busses using iteration of some nonlinear equations.
Introduction:
Problem definition:
N br
Ri∗P2i + Q2i
Plosses=∑
i=1 V 2i
Vi is the voltage
The deviation of the bus voltage is determined from the following equation:
Δ V D =V ref −V min
Were
V Ref is the reference voltage and equals to 1.0 p.u.
V min is the minimum value of the voltages of the net-work.
To achieve balanced distribution power system the power flow of the net-
work should achieve the following power flow equation;
Nb
Pi=PGi−P Di=|V i|∑ |V j|[ G IJ cos ( δ i−δ j ) + Bij sin ( δ i −δ j ) ]
j=1
Nb
Qi=QGi−QDi=|V i|∑ |V j|[ G IJ sin ( δ i−δ j )−Bij cos ( δ i−δ j ) ]Were,
j=1
Objectives:
To learn how to apply power flow analysis on the net-work
To know the importance of reconfiguration.
To study the impact of reconfiguration on the amount of the losses and the
voltage profile.
Coding the problem using MATLAB
Available solutions:
Brain storming:
1. Reconfiguration of the feeders: The structure of the feeder’s topology
can be alternated too perform the operation of reconfiguration of the
net-work. A combination of switches can be used to change the
structure of the feeders to maximize the stability of the voltage and
minimize the power losses. The best combination of switches must be
chosen to achieve the goals of the reconfiguration process.
To study the analysis of power flow of the net-work, we need to know the types
of the power and the busses existing the distribution power system.
Types of busses:
Slack or Reference | V |, δ P, Q
Bus
As shown in table (1): there are three types of busses existing in the power
system net-work,
The first type is the generation bus; it is the bus where we can find a
generator so it is called a voltage-controlled bus. At this bus, we can see
that the bus voltage value is specified and also the active power so, we
can call it P-V buss but we will find that the complex power and voltage
angle need to be determined.
The second type is the load bus: The bus which is connected to the load
is called the load bus. We never find a generator at this bus; so, the
value of the voltage at this bus is always unknown and also its angle. But
the active and reactive powers values are known which is the reason of
calling it P-Q bus.
The third type of busses is the swing or the slack bus: this type of busses
may be connected to the generator or a load but the known values of
this bus are the value of the voltage and its angle and there are no
specified power values. Notice that the slack bus always used as a
reference bus in the power flow calculations.
3. The complex power: It is the total power at the bus and equals
the sum of the active and the reactive power and can be
determined by the following equation:
S=P+ jQ
S= √ P2 +Q 2
Gauss Sidle method for power flow analysis:
1 −1
Zij =P±jx y ij = Y ij =− y ij =
Z ij Z ij
−1
Y 12=− y 12= Z
12
(1 ) 1
V3 = ∗¿
Y 33
(1 ) 1
V4 = ∗¿
Y 44
(1 ) 1
V5 = ∗¿
Y 55
(1 ) 1
V6 = ∗¿
Y 66
(1 ) |V i|∗V 1i
V =
|V (1)
i |
i . corr
(2 ) 1
V3 = ∗¿
Y 33
(2 ) 1
V4 = ∗¿
Y 44
(2 ) 1
V5 = ∗¿
Y 55
(2 ) 1
V6 = ∗¿
Y 66
The condition of stopping the iterations:
K+ 1 K
Vi −V I < ϵ ∘
network.
1 P SCi−J Qsci
n
V i= ∗[ − ∑ Y ik∗V k ]
Y ii V ¿i k=1
k≠ i
ρ∗l
R=
A
As we can see from the previous equations, the joule losses depend on the
current and the resistance of the transmission line. So, reconfiguration of the
network by exchanging the transmission line with another one which has larger
cross-sectional area for minimum resistance will results in minimizing the joule
losses of the distribution network.
Qsc =Q g−Qd
(
I L ,n=
Vn )
P n+ j Qn ¿ Pn + jQn
=
V ¿n
Applying KCL to find the relation between the current of the load and the current
of the branch and find the BIBC matrix:
I BI =I L2+ I L3 + I L 4 + I L 5+ I L6
I B 2=I L3 + I L 4+ I L5 + I L 6
I B 3=I L4 + I L5 I B 4 =I L5 I B 5=I L6
[ ] [ ][ ]
I BI 1 1 1 1 1 I L2
I B2 0 1 1 1 1 I L3
I B3 = 0 0 1 1 0 I L4 simplified to [ IB ]= [ BIBC ][ IL ]
I B4 0 0 0 1 0 I L5
I B5 0 0 0 0 1 I L6
The harmony search algorism presents a memory which has generated solution
chosen randomly. The harmony memory size is the number of the solutions which
is stored. After that, to create a new solution, the generated variable is selected
randomly, or according to the memory or can be modified.
Harmony memory considering rate is the parameters which we can use in the
new solution of the generation process where we should consider the (HMCR)
Rate and the (PAR) Pitch Adjust Rate. Then, we compare the new solution with
the worst solution which is presented in the harmony memory and the best
solution will be selected to. Then, we repeat the process until the termination
conditions is achieved.
Figure (4): Flow chart of the algorism
Results:
Results of calculations of power flow analysis of the net-work has been
figured out using MATLB program:
3) (3-4), (1-5),(2-5)
As what has been illustrated from the results, the best configuration
which make the system minimized of losses is that when we remove the
lines (3-4), (1-5),(2-5) .
Flow chart:
Conclusion:
In this paper, a problem of the distribution net-work has a general effect
on the performance of the all distribution system which is the problem
of the power losses and how to reduce it with no effect on the
connected load. One of the widely used solutions of this problem, is
rebuilding the structure of the transmission lines of the distribution
system, this process can be performed by manually or automatically
changing the status of the switches which are existing in the system.
Choosing the right group of the switches which will be changed is an
important step in the reconfiguration process. If a wrong grope has been
chosen, the power losses will be increased and the voltage profile will be
poor. Also, we have studied the effect of reconfiguration of the system
on the voltage profile and known that the reconfiguration process is one
of the solutions which can improve the voltage profile of the system.
The problem of joule losses has been discussed in the report which can
easily be solved using the correct radial configuration of the network.
Effect of generation insertion as a solution of improving the voltage
profile has been mentioned in our report, so as to collect the largest
amount of information about the subject of improving the distribution
system and insurance of a good service to the customers; for this
purpose, a simple example of distribution network has been analyzed to
apply the process of reconfiguration and see the effect of exchanging
the connection of the transmission lines on the resultant power losses of
the distribution system and to recognize how to choose the right
connection which achieve the minimum losses.
References:
Lopez-Sánchez, J., Seller, J., Atungsiri, S., Stare, E., & Gómez-
Vaquero, D. (2014). Technical solutions for local service insertion
in DVB-NGH single frequency Bhatti, S. S., Lodi, M. U. U., up Has,
S., Gardenia, S. N. M., Javari, E. M. A., Raze, M. Z., & Lodi, M. I. U.
(2015). Electric power transmission and distribution losses
overview and minimization in Pakistan. International Journal of
Scientific & Engineering Research, 6(4), 1108-1112.networks. IEEE
transactions on broadcasting, 60(2), 293-301.
Appendix:
clear all
% The line impedances are
zz=[0 0.02+0.1i 0 0 0.05+0.25i
0.02+0.1i 0 0.04+0.2i 0 0.05+0.25i
0 0.04+0.2i 0 0.05+0.25i 0.08+0.4i
0 0 0.05+0.25i 0 0.1+0.5i
0.05+0.25i 0.05+0.25i 0.08+0.4i 0.1+0.5i 0];
% The line chargings are
ych=j*[0 0.03 0 0 0.02
0.03 0 0.025 0 0.020
0 0.025 0 0.02 0.01
0 0 0.02 0 0.075
0.02 0.02 0.01 0.075 0];
%open line 2-8
%open line 2-5 3-5 4-5
a=3;b=2;
ych(a,b)=0;
ych(b,a)=0;
zz(a,b)=0;
zz(b,a)=0;
a=1;b=2;
ych(a,b)=0;
ych(b,a)=0;
zz(a,b)=0;
zz(b,a)=0;
a=4;b=3;
ych(a,b)=0;
ych(b,a)=0;
zz(a,b)=0;
zz(b,a)=0;
% The Ybus matrix is formed here
for i=1:5
for j=1:5
if zz(i,j) == 0
yb(i,j)=0;
else
yb(i,j)=-1/zz(i,j);
end
end
end
for i=1:5
ysum=0;
csum=0;
for j=1:5
ysum=ysum+yb(i,j);
csum=csum+ych(i,j);
end
yb(i,i)=csum-ysum;
end
ybus = yb;
d2r=pi/180;w=100*pi;
%06/12/2021; 4:04 PM;
%Page 1 of 3
% The given parameters and initial conditions are
% F2
%p=[0;-0.96;-0.35;-0.016;0.24];
%q=[0;-0.62;-0.014;-0.08;-0.035];
%F1
%p=[0;-0.6;-0.2;-0.09;0.19];
%q=[0;-0.4;-0.1;-0.05;-0.07];
%M1
p=[0;-0.4;-0.15;-0.1;0.4];
q=[0;-0.4;-0.08;-0.05;-0.08];
mv=[1.05;1;1;1;1.02];
th=[0;0;0;0;0];
v=[mv(1);mv(2);mv(3);mv(4);mv(5)];
acc=1.1;
del=1;indx=0;
% The Gauss-Seidel iterations starts here
while del>1e-6
% P-Q buses
for i=2:4
tmp1=(p(i)-j*q(i))/conj(v(i));
tmp2=0;
for k=1:5
if (i==k)
tmp2=tmp2+0;
else
tmp2=tmp2+ybus(i,k)*v(k);
end
end
vt=(tmp1-tmp2)/ybus(i,i);
v(i)=v(i)+acc*(vt-v(i));
end
%show the voltages and the phase shift
% P-V bus
q5=0;
for i=1:5
q5=q5+ybus(5,i)*v(i);
end
q5=-imag(conj(v(5))*q5);
tmp1=(p(5)-j*q5)/conj(v(5));
tmp2=0;
for k=1:4
tmp2=tmp2+ybus(5,k)*v(k);
end
vt=(tmp1-tmp2)/ybus(5,5);
v(5)=abs(v(5))*vt/abs(vt);
% Calculate P and Q
for i=1:5
sm=0;
for k=1:5
sm=sm+ybus(i,k)*v(k);
%06/12/2021; 4:04 PM
%Page 2 of 3
end
s(i)=v(i)*conj(sm);
end
% The mismatch
delp=p-real(s)';
delq=q-imag(s)';
delpq=[delp(2:5);delq(2:4)];
del=max(abs(delpq));
indx=indx+1;
if indx==1
end
indx;
abs(v)
angle (v)/d2r;
delp=p-real(s)';
delq=q-imag(s)';
end
disp(indx)
disp(abs(v)),
disp(angle(v)'/d2r)
disp(real((s(1)+s(2)+s(3)+s(4)+s(5))*100))
'GS LOAD FLOW CONVERGES IN ITERATIONS';indx;
'FINAL VOLTAGE MAGNITUDES ARE';abs(v)';
'FINAL ANGLES IN DEGREE ARE';angle(v)'/d2r;
'THE Real Losse on the network is ';
(real(s(1)+s(2)+s(3)+s(4)+s(5)))*100;