SlideShare a Scribd company logo
1 of 6
Download to read offline
D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and
               Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                     Vol. 2, Issue 4, July-August 2012, pp.1535-1540


 Master Slave Control Of Interline Power Flow Controller Using
                       PSO Technique
                         D.Lakshman Kumar*, K.Ram Charan**
      *(M.Tech Student, Department of Electrical Engineering, B.V.C. Engineering College, Odalarevu,
                                       Andhrapradesh-533210, India)
    **( Assistant Professor, Department of Electrical Engineering, B.V.C. Engineering College, Odalarevu,
                                       Andhrapradesh-533210, India)

ABSTRACT
          Electrical energy is transported from the      respective line. While one VSC regulates the DC
generating point to the point of use through             voltage, the other one controls the reactive power
interconnected transmission lines .The flow of           flows in the lines by injecting series active voltage.
electricity through the transmission lines can be        Since each inverter is also able to provide reactive
effectively and efficiently controlled by using          compensation, the IPFC is able to carry out an
interline power flow controllers instead of going        overall real and reactive power compensation of the
for a new transmission lines.The construction of a       total transmission system. This capability makes it
new transmission lines is increasingly difficult         possible to equalize both real and reactive power
because of various reasons such as regulatory,           flow between the lines, transfer power from
environmental, and public policies, as well as           overloaded to under loaded lines, compensate against
escalating cost [7].This paper Explains the              reactive voltage drops and the corresponding reactive
Matlab/simulink model of interline power flow            line power, and to increase the effectiveness of the
controller for a single phase four bus system for        compensating system against dynamic Disturbances
understanding of power flow in a transmission            [4].In this paper, a circuit model for IPFC is
line .when interline power flow controller is            developed and simulation of interline power flow
installed between any two transmission lines the         controller is done using the four bus system circuit
power flow in those lines will be greatly affected.      model. Simulation is done using MATLAB/
Optimal injected parameters for the installed            simulink. The control parameters of voltage source
IPFC derived for the reduced transmission line           converters used in Interline Power Flow Controller
losses using particle swarm optimization. And for        (IPFC) are designed to realize optimal power flow in
implementing this we have taken IEEE-30 bus              power System with Newton-Raphson method. Based
system data.                                             on the steady state model, the sizing of the controller
                                                         in the network is formulated as an optimization
Keywords - FACTS, IPFC, SSSC, VSI, PSO                   problem to minimize the transmission line loss in the
MATLAB/SIMULINK.                                         network. The power flow control constraints due to
                                                         the use of interline power flow controller are
I. INTRODUCTION                                          included in optimal power flow problem in addition
          Interline Power Flow Controller (IPFC), is
                                                         to the normal conventional constraints. Simulations
an advanced voltage-sourced converter (VSC) based
                                                         results are obtained on standard IEEE 30-bus system
FACTS (Flexible AC Transmission Systems)
                                                         to minimize the transmission line losses and optimal
controller suitable for the power flow management of
                                                         parameters of the controller are derived.
multiline systems. In recent years, power demand has
increased substantially while the expansion of power
                                                         II. MATLAB/SIMULINK SIMULATION
generation and transmission has been severely            FOR IPFC
limited due to limited resources and environmental                 Digital Simulation of IPFC system is done
restrictions [1]. In its general form the interline      using MATLAB simulink and the results are
power flow controller employs number of DC to AC         presented. A. model for IPFC system the single
inverters each providing series compensation for a       phase model of four bus system with IPFC is shown
different line The reactive voltage injected by          in figure 1. The transformer between the lines is
                                                         indicated by a dependent voltage source [3]. By
individual Voltage Source Converter (VSC) can be
                                                         providing converters between two transmission lines,
controlled to regulate active power flow in the          the reactive power, active power can be controlled.

                                                                                               1535 | P a g e
D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and
               Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                     Vol. 2, Issue 4, July-August 2012, pp.1535-1540



In this IPFC model scopes are connected to observe      Fig 3. Active Power flow in the transmission line 2
the real and reactive powers in the loads.




                                                       Fig 4. Reactive power flow in the transmission line 1




                                                       Fig 5. Reactive power flow in the transmission line 2




    Fig1. Matlab Circuit model of IPFC system

For this IPFC model simulation results are presented
as follows

 Fig 2.Active Power flow in the transmission line 1    From these results we come to know that by
                                                       controlling IPFC in an efficient way we can control
                                                       the power flow. For efficient control of IPFC first we
                                                       need to consider power flow equations.




                                                                                            1536 | P a g e
D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and
               Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                     Vol. 2, Issue 4, July-August 2012, pp.1535-1540


III. POWER FLOW EQUATIONS OF IPFC                        The active and reactive power flow in direction m-n2
         As shown in Fig 6. The two-voltage source       is given by Pmn2 = -b2 Vm Vs2 cos(90+m-s2 ) - b2 Vn2
converters of IPFC can model as two ideal voltage        Vs2 cos(90+m-s2) ………………………….(8)
sources one connected in series and other in with the
two buses.                                               Qmn1 = -b2Vm Vs2 sin(90+m+s2 ) + b2 Vn2 Vs12
                                                         sin(90+n2-s2 ) + b2V2s2 - ………………………….(9)
         Fig6. Equivalent Circuit of IPFC
                                                          From the above equations we can say that power
                                                         flow of the power system can be controlled by the
                                                         series injected voltages. These injected voltages with
                                                         variable magnitude and variable angle generated by
                                                         the vsc converters. To find these injected parameters
                                                         We are going to use PSo optimization technique.

                                                         IV. PARTICLE SWARM OPTIMIZATION
                                                                   Iterative optimization is as old as life itself.
                                                         Particle swarm optimization (PSO) was developed by
                                                         Kennedy and Eberhart in 1995, based on the swarm
                                                         behavior such as fish and bird schooling in nature.
                                                         Many algorithms (such as ant colony algorithms and
                                                         virtual ant algorithms) use the behavior of the so-
The output of series voltage magnitude Vse               called swarm intelligence. Though particle swarm
controlled between the limitsVinjmin ≤ Vinj              optimization has many similarities with genetic
≤Vinjmax and the angle Θinj between the limits 0 ≤       algorithms and virtual ant algorithms, but it is much
Θinj ≤ 2Π respectively. The magnitude and the angle      simpler because it does not use mutation/crossover
of the converter output voltage used to control the      operators or pheromone. Instead, it uses the real-
power flow mode and voltage at the nodes.IPFC            number randomness and the global communication
power Equations (5). Based on the equivalent circuit     among the swarm particles. In this sense, it is also
as shown in Fig 2. The complex power injected by         easier to implement as there is no encoding or
series converter I can be written as                     decoding of the parameters into binary strings as
                                                         those in genetic algorithms [6]. This algorithm
                   Ss1 =Ps1 + JQs1
                                                         searches a space of an objective function by
The active (Ps1) and reactive (Qs1) powers injected by   adjusting the trajectories of individual agents, called
the series converter I are given by                      particles, as the piecewise path formed by positional
                                                         vectors in a quasitochastic manner. The particle
Ps1 = -b1 Vm Vs1 cos(90-m+s1 ) + b1 Vn1 Vs1 cos(90-      movement has two major components: a stochastic
m+s1 ) ………………………….(1)                                    component and a deterministic component. The
                                                         particle is attracted toward the position of the current
Qs1 = -b1 Vm Vs1 sin(90-m+s1 ) + b1 Vn1 Vs1 sin(90-      global best while at the same time it has a tendency
n1+s1) + b1 V2s1 - ………………………….(2)                        to move randomly. When a particle finds a location
                                                         that is better than any previously found locations,
  Where b1 =1/Xs1 ……………………………..(3)                       then it updates it as the new current best for particle
                                                         i. There is a current best for all n particles. The aim is
Where Xs1 is series transformer reactance similarly      to find the global best among all. The current best
the active (Ps2 ) and reactive (Qs2 ) powers injected    until the objective no longer improves or after a
by the series converter II are given by                  certain number of iterations.
Ps2 = -b2 Vm Vs2 cos(90-m+s2 ) + b2 Vn2 Vs2 cos(90-                In PSO, the particles are “flown” through
m+s2 ) ………………………….(4)                                    the problem space by following the current optimum
                                                         particles. Each particle keeps track of its coordinates
Qs2 = -b2 Vm Vs2 sin(90-m+s2 ) + b2 Vn2 Vs2 sin(90-      in the problem space, which are associated with the
n2+s2) + b2 V2s2 - ………………………….(5)                        best solution (fitness) that it has achieved so far. This
                                                         implies that each particle has memory, which allows
The active and reactive power flow in direction m-n1
                                                         it to remember the best position on the feasible
is given by Pmn1 = -b1 Vm Vs1 cos(90+m-s1 ) - b1 Vn1
                                                         search space that has ever visited. This value is
Vs1 cos(90+m-s1) ………………………….(6)                          commonly called Pbst. Another best value that is
                                                         tracked by the particle swarm optimizer is the best
Qmn1 = -b1 Vm Vs1 sin(90+m+s1) + b1 Vn1 Vs1 sin(90-
                                                         value obtained so far by any particle in the
n1+s1 ) + b1 V2s1 - ………………………….(7)
                                                         neighborhood of the particle. This location is

                                                                                                 1537 | P a g e
D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and
                Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                      Vol. 2, Issue 4, July-August 2012, pp.1535-1540

commonly called Gbst. The basic concept behind the               S.NO      BUS NO     BUS VOLTAGE           PHASE
PSO technique consists of change in the velocity (or                                                        ANGLE
accelerating) of each particle toward its Pbst and                                           (p.u)
Gbst positions at each time step. This means that                                                           (Degree)
each particle tries to modify its current position and
                                                                    1          1            1.0600           0.0000
velocity according to the distance between its current
position Pbst and , and the distance between its                    2          2            1.0430           -5.3543
current position and Gbst. The position and velocity
vectors of the ith particle of a d-dimensional search               3          3            1.0196           -7.5308
space can be represented as Xi = (xi1 , xi2 ,………. xid)              4          4            1.0104           -9.2840
and     Vi = (vi1 , vi2 ,………. vid) respectively. On the
basis of the value of the evaluation function, the best             5          5            1.0100          -14.1738
previous position         of a particle is recorded and             6          6            1.0096          -11.0581
represented as                          Pbesti = (Pi1 , Pi2
,………. Pid). If the gth particle is the best among all               7          7            1.0020          -12.8649
particles in the group so far, it is represented as
                                                                    8          8            1.0100          -11.8193
Gbst = Pbstg = (Pg1,Pg2,..Pgd) . The particle tries to
modify its position using the current velocity and the              9          9            1.0392          -14.0644
distance from Pbst and Gbst. The modified velocity
and position of each particle for fitness evaluation in            10         10            1.0215          -15.6706
the next iteration are calculated using the following              11         11            1.0820          -14.0644
equations
                                                                   12         12            1.0496          -15.1245
                                         (                   )
                                                                   13         13            1.0710          -15.1245
+                                   ........(10)
                                                                   14         14            1.0320          -16.0018
                        =             …..(11)                      15         15            1.0251          -16.0084
                                                                   16         16            1.0304          -15.6251
Here w is the inertia weight parameter, which
controls the global and local exploration capabilities             17         17            1.0188          -15.8687
of the particle. c1, c2 are cognitive and social
                                                                   18         18            1.0114          -16.6067
coefficients, rnd1 and rnd2 are random numbers
between 0 and 1. For the proposed method, c1 = 2,                  19         19            1.0066          -16.7658
c2 = 2. A large inertia weight factor is used during
initial exploration and its value is gradually reduced             20         20            1.0095          -16.5502
as the search proceeds. The concept of time-varying                21         21            1.0082          -16.2178
inertial weight is given by.
                                                                   22         22            1.0120          -15.9811
        (              )                           …..(11)         23         23            1.0085          -16.2294
                                                                   24         24            0.9991          -16.3007
                             ,
                                                                   25         25            1.0032          -16.0720
Where, itmax is the maximum number of iterations.                  26         26            0.9852          -16.5038
V. IPFC CONTROL USING PSO                                          27         27            1.0145          -15.6559
         Power Flow Analysis for IEEE 30-bus
                                                                   28         28            1.0078          -11.7163
Power: Simulation is performed on power flow
analysis model of IEEE 30-bus power system [2 ]                    29         29            0.9944          -16.9077
found the voltage and phase angle at each bus
.Results are presented in the following table                      30         30            0.9828          -17.8067


                                                                 Table 1: Bus voltages And Phase angle of IEEE
                                                                              30-bus power system




                                                                                                 1538 | P a g e
D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and
               Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                     Vol. 2, Issue 4, July-August 2012, pp.1535-1540

Power flow analysis for IEEE-30 bus system Using
PSo: The PSO is applied to minimize the
transmission line losses and to find the optimal
parameters of the injected voltage source magnitude
and angle of VSCs of the IPFC [6].The VSCs of the
IPFC installed in lines 1-2 and 1-3 of standard IEEE
30-bus bench mark power system are represented as
voltage sources with voltage magnitude and phase
angle. The power flow analysis program is simulated
using PSo and selecting the PSO parameters as in
Table2.And also setting the limits for the injected
voltage magnitudes of VSC between 0.0 < Vinj <
0.15(P.U) and the angles between -Π/2 < Θinj < Π/2,
the simulation on power flow analysis program is
performed. The VSC control parameters and the
system line losses are presented as in Table3.
                                                        Fig7.Variation of injected angle with number of
              Table 2: PSO parameters                   iterations

           Parameters                       Value
        Number Of Iterations                1000
            Swarm Size                       50
        Problem Dimension                     4
       Inertia weight Factor W             .9to 0.4
  Weighting Factor C1 and C2               C1=C2=2
 The Random Number rand1 and          Between 0 and 1
            rand2


 Table 3: The Control Parameters and Losses

Lines       Vinj      Ɵinj        Loss      Loss with
           (P.U)     (Rad.)      without    IPFC and
                                  IPFC         PSo       Fig8.Variation of injected Voltage with number of
                                 (MW)         (MW)                            Iterations

 1-2       .1293     1.2630       5.179        .0655
 1-3       .1266      .9823       3.116        .3598


VI. SIMULATION RESULTS
          The results were obtained using MATLAB
7.9.0, Intel® Core (TM) 2 duo CPU, T6600 @ 2.20
GHz, 3.46 GB RAM&32 Bit Windows7 operating
system.




                                                        Fig9.Variation of Objective function with number of
                                                                             iterations

                                                                                           1539 | P a g e
D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and
               Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                     Vol. 2, Issue 4, July-August 2012, pp.1535-1540

The variation of injected voltage, injected angle with   [7]   Xin she Yang. Engineering Optimization: An
the change in number of iterations in PSO for 1-2              Introduction With Metaheuristic Applications.
line is shown in Fig 7 and 8. Fig9.Shows the                   John Willey &sons.inc
variation of Objective with the number of iterations     [8]   Kalyan K.Sen and Mey Ling Sen Introduction
from this we can understand the smooth convergence             to facts controllers,TheoryModelling,Applicat-
of PSO technique. The transmission line loss                   -ions. IEEE-press,2009.
function reaches minimum value after 40 numbers of
iterations.

V. CONCLUSION
          In this paper, the circuit model for IPFC
system developed using Matlab/Simulink using a
simple four bus system. The simulation results for
the Matlab/simulink model are presented. From these
Results we can say that power flow in a transmission
line affected by the Injected parameters of the IPFC.
The power flow analysis is simulated using Newton-
Raphson load flow including the VSCs of the
IPFC.Optimal parameters of IPFC (injected
parameters) obtained by using particle swarm
optimization with constraints. Matlab program used
to validate the optimal parameters of the IPFC, and
to minimize the transmission line losses of IEEE 30-
bus bench mark power System.

REFERENCES
[1]  Narain G. Hingorani, Laszlo Gyugyi,
     Understanding      FACTS     Concepts    and
     Technology of Flexible AC Transmission
     Systems”, IEEE Press, Standard Publishers
     Distributors, New Delhi 2004, ch. 8, pp 333-
     346.
[2] Available at:
     http://www.ee.washington.edu/research/pstcal
     index.html.
 [3] A. P.Usha Rani and B. S.Rama Reddy,
     “Modeling and Digital Simulation of Interline
     Power Flow Controller System” International
     Journal of Computer and Electrical
     Engineering, Vol. 2, No. 3, June, 2010, pp.
     1793-8163.
 [4] Laszlo Gyugyi, Kalyan K. Sen and Colin D.
     Schauder, “The interline power flow
     controller concept : A new approach to the
     power flow management, ” IEEE Trans. on
     Power Delivery, vol.14, no. 3, pp 1115 –
     1123, July 1999.
[5] S.Jangjit, P.Kumkratug and P.Laohachai,
     “Power Flow Control by Use of Interline
     Power Flow Controllers”, Journal of
     Research in Engineering and Technology,
     Vol. 6, No.4, 2009, pp.379-385.
[6] Khalid. H. Mohamed, K. S. Rama Rao,
     “Intelligent Optimization Techniques for
     Optimal Power Flow using Interline Power
     Flow Controller”         IEEE International
     Conference on Power and Energy (PECon
     2010) , Nov. 29 Dec.1, 2010, Kuala Lumpur,
     Malaysia, pp. 300 – 305.

                                                                                             1540 | P a g e

More Related Content

What's hot

Mitigation of Power Quality Issues by Nine Switches UPQC Using PI & ANN with ...
Mitigation of Power Quality Issues by Nine Switches UPQC Using PI & ANN with ...Mitigation of Power Quality Issues by Nine Switches UPQC Using PI & ANN with ...
Mitigation of Power Quality Issues by Nine Switches UPQC Using PI & ANN with ...MABUSUBANI SHAIK
 
Energy Efficient Design of Multiplexer Using Adiabatic logic
Energy Efficient Design of Multiplexer Using Adiabatic logicEnergy Efficient Design of Multiplexer Using Adiabatic logic
Energy Efficient Design of Multiplexer Using Adiabatic logicIJEEE
 
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...Sajin Ismail
 
A Review of Low-Energy 1-Bit Full Adder Techniques for Power Deprived Applica...
A Review of Low-Energy 1-Bit Full Adder Techniques for Power Deprived Applica...A Review of Low-Energy 1-Bit Full Adder Techniques for Power Deprived Applica...
A Review of Low-Energy 1-Bit Full Adder Techniques for Power Deprived Applica...ijsrd.com
 
Power factor improvement in switched reluctance motor drive using pwm
Power factor improvement in switched reluctance motor drive using pwmPower factor improvement in switched reluctance motor drive using pwm
Power factor improvement in switched reluctance motor drive using pwmIAEME Publication
 
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...TELKOMNIKA JOURNAL
 
Power evaluation of adiabatic logic circuits in 45 nm technology
Power evaluation of adiabatic logic circuits in 45 nm technologyPower evaluation of adiabatic logic circuits in 45 nm technology
Power evaluation of adiabatic logic circuits in 45 nm technologyIAEME Publication
 
Pe 2010 25-10-a facts device distributed power flow controller
Pe 2010 25-10-a facts device distributed power flow controllerPe 2010 25-10-a facts device distributed power flow controller
Pe 2010 25-10-a facts device distributed power flow controllerSudeepthg Sudeepth
 
6.[36 45]seven level modified cascaded inverter for induction motor drive app...
6.[36 45]seven level modified cascaded inverter for induction motor drive app...6.[36 45]seven level modified cascaded inverter for induction motor drive app...
6.[36 45]seven level modified cascaded inverter for induction motor drive app...Alexander Decker
 

What's hot (19)

Mitigation of Power Quality Issues by Nine Switches UPQC Using PI & ANN with ...
Mitigation of Power Quality Issues by Nine Switches UPQC Using PI & ANN with ...Mitigation of Power Quality Issues by Nine Switches UPQC Using PI & ANN with ...
Mitigation of Power Quality Issues by Nine Switches UPQC Using PI & ANN with ...
 
Energy Efficient Design of Multiplexer Using Adiabatic logic
Energy Efficient Design of Multiplexer Using Adiabatic logicEnergy Efficient Design of Multiplexer Using Adiabatic logic
Energy Efficient Design of Multiplexer Using Adiabatic logic
 
IJET-V3I1P8
IJET-V3I1P8IJET-V3I1P8
IJET-V3I1P8
 
A1103030111
A1103030111A1103030111
A1103030111
 
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
Design and Simulation of Efficient DC-DC Converter Topology for a Solar PV Mo...
 
A Review of Low-Energy 1-Bit Full Adder Techniques for Power Deprived Applica...
A Review of Low-Energy 1-Bit Full Adder Techniques for Power Deprived Applica...A Review of Low-Energy 1-Bit Full Adder Techniques for Power Deprived Applica...
A Review of Low-Energy 1-Bit Full Adder Techniques for Power Deprived Applica...
 
Power factor improvement in switched reluctance motor drive using pwm
Power factor improvement in switched reluctance motor drive using pwmPower factor improvement in switched reluctance motor drive using pwm
Power factor improvement in switched reluctance motor drive using pwm
 
It2515601565
It2515601565It2515601565
It2515601565
 
C1103031822
C1103031822C1103031822
C1103031822
 
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
A Novel Configuration of a Microstrip Microwave Wideband Power Amplifier for ...
 
Analysis of High Voltage High Power Resonant Converters
Analysis of High Voltage High Power Resonant ConvertersAnalysis of High Voltage High Power Resonant Converters
Analysis of High Voltage High Power Resonant Converters
 
A Grid-Connected Photovoltaic Interface System for Delivering Active and Reac...
A Grid-Connected Photovoltaic Interface System for Delivering Active and Reac...A Grid-Connected Photovoltaic Interface System for Delivering Active and Reac...
A Grid-Connected Photovoltaic Interface System for Delivering Active and Reac...
 
Power evaluation of adiabatic logic circuits in 45 nm technology
Power evaluation of adiabatic logic circuits in 45 nm technologyPower evaluation of adiabatic logic circuits in 45 nm technology
Power evaluation of adiabatic logic circuits in 45 nm technology
 
L010419197
L010419197L010419197
L010419197
 
Comparison of Multicarrier PWM Techniques for Cascaded H-Bridge Multilevel In...
Comparison of Multicarrier PWM Techniques for Cascaded H-Bridge Multilevel In...Comparison of Multicarrier PWM Techniques for Cascaded H-Bridge Multilevel In...
Comparison of Multicarrier PWM Techniques for Cascaded H-Bridge Multilevel In...
 
A multilevel UPQC for voltage and current quality improvement in distribution...
A multilevel UPQC for voltage and current quality improvement in distribution...A multilevel UPQC for voltage and current quality improvement in distribution...
A multilevel UPQC for voltage and current quality improvement in distribution...
 
Asymmetrical four-wire cascaded h-bridge multi-level inverter based shunt act...
Asymmetrical four-wire cascaded h-bridge multi-level inverter based shunt act...Asymmetrical four-wire cascaded h-bridge multi-level inverter based shunt act...
Asymmetrical four-wire cascaded h-bridge multi-level inverter based shunt act...
 
Pe 2010 25-10-a facts device distributed power flow controller
Pe 2010 25-10-a facts device distributed power flow controllerPe 2010 25-10-a facts device distributed power flow controller
Pe 2010 25-10-a facts device distributed power flow controller
 
6.[36 45]seven level modified cascaded inverter for induction motor drive app...
6.[36 45]seven level modified cascaded inverter for induction motor drive app...6.[36 45]seven level modified cascaded inverter for induction motor drive app...
6.[36 45]seven level modified cascaded inverter for induction motor drive app...
 

Viewers also liked

Puddles hunting in haast
Puddles hunting in haastPuddles hunting in haast
Puddles hunting in haastdukelyer
 
Prototyping is an attitude
Prototyping is an attitudePrototyping is an attitude
Prototyping is an attitudeWith Company
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer ExperienceYuan Wang
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanPost Planner
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionIn a Rocket
 
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika AldabaLightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldabaux singapore
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting PersonalKirsty Hulse
 

Viewers also liked (8)

Puddles hunting in haast
Puddles hunting in haastPuddles hunting in haast
Puddles hunting in haast
 
Prototyping is an attitude
Prototyping is an attitudePrototyping is an attitude
Prototyping is an attitude
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media Plan
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming Convention
 
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika AldabaLightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
Lightning Talk #9: How UX and Data Storytelling Can Shape Policy by Mika Aldaba
 
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job? Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting Personal
 

Similar to It2415351540

Fd2427822788
Fd2427822788Fd2427822788
Fd2427822788IJMER
 
A New Approach to Powerflow Management in Transmission System Using Interline...
A New Approach to Powerflow Management in Transmission System Using Interline...A New Approach to Powerflow Management in Transmission System Using Interline...
A New Approach to Powerflow Management in Transmission System Using Interline...IJERA Editor
 
Simulation Of Interline Power Flow Controller in Power Transmission System
 Simulation Of Interline Power Flow Controller in Power Transmission System Simulation Of Interline Power Flow Controller in Power Transmission System
Simulation Of Interline Power Flow Controller in Power Transmission Systemijsrd.com
 
IRJET- Enhancement of Power Flow Capability in Power System using UPFC- A RevieW
IRJET- Enhancement of Power Flow Capability in Power System using UPFC- A RevieWIRJET- Enhancement of Power Flow Capability in Power System using UPFC- A RevieW
IRJET- Enhancement of Power Flow Capability in Power System using UPFC- A RevieWIRJET Journal
 
During Damping of Low Frequency Oscillations in Power Systems with Fuzzy UPFC...
During Damping of Low Frequency Oscillations in Power Systems with Fuzzy UPFC...During Damping of Low Frequency Oscillations in Power Systems with Fuzzy UPFC...
During Damping of Low Frequency Oscillations in Power Systems with Fuzzy UPFC...IJMER
 
Power Quality Enhancement Using the Interline Power Flow Controller
Power Quality Enhancement Using the Interline Power Flow ControllerPower Quality Enhancement Using the Interline Power Flow Controller
Power Quality Enhancement Using the Interline Power Flow ControllerIJPEDS-IAES
 
Load flow analysis with upfc under unsymmetrical fault condition
Load flow analysis with upfc under unsymmetrical fault conditionLoad flow analysis with upfc under unsymmetrical fault condition
Load flow analysis with upfc under unsymmetrical fault conditionAlexander Decker
 
Utility current compensation by PV-APF system using fuzzy logic controller
Utility current compensation by PV-APF system using fuzzy logic controllerUtility current compensation by PV-APF system using fuzzy logic controller
Utility current compensation by PV-APF system using fuzzy logic controllerIRJET Journal
 
Review of the UPFC Different Models in Recent Years
Review of the UPFC Different Models in Recent YearsReview of the UPFC Different Models in Recent Years
Review of the UPFC Different Models in Recent YearsIJPEDS-IAES
 
Power Quality Improvement And Mitigation Of Voltage Sag And Current Swell Usi...
Power Quality Improvement And Mitigation Of Voltage Sag And Current Swell Usi...Power Quality Improvement And Mitigation Of Voltage Sag And Current Swell Usi...
Power Quality Improvement And Mitigation Of Voltage Sag And Current Swell Usi...IJERA Editor
 
Mitigation of Voltage Fluctuations in Power System Using STATCOM
Mitigation of Voltage Fluctuations in Power System Using STATCOMMitigation of Voltage Fluctuations in Power System Using STATCOM
Mitigation of Voltage Fluctuations in Power System Using STATCOMIJERA Editor
 
Performance and Analysis of Reactive Power Compensation by Unified Power Flow...
Performance and Analysis of Reactive Power Compensation by Unified Power Flow...Performance and Analysis of Reactive Power Compensation by Unified Power Flow...
Performance and Analysis of Reactive Power Compensation by Unified Power Flow...ijeei-iaes
 
A Review on Transformer - Less UPFC
A Review on Transformer - Less UPFCA Review on Transformer - Less UPFC
A Review on Transformer - Less UPFCijtsrd
 
Performance Analysis of DC Micro Grid with PV-Fuel Cell Hybrid Generation
Performance Analysis of DC Micro Grid with PV-Fuel Cell Hybrid GenerationPerformance Analysis of DC Micro Grid with PV-Fuel Cell Hybrid Generation
Performance Analysis of DC Micro Grid with PV-Fuel Cell Hybrid GenerationIJMREMJournal
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCIDES Editor
 
A Novel Technique for Enhancing Active and Reactive Power Quality for Renewab...
A Novel Technique for Enhancing Active and Reactive Power Quality for Renewab...A Novel Technique for Enhancing Active and Reactive Power Quality for Renewab...
A Novel Technique for Enhancing Active and Reactive Power Quality for Renewab...IJMER
 

Similar to It2415351540 (20)

Fd2427822788
Fd2427822788Fd2427822788
Fd2427822788
 
A New Approach to Powerflow Management in Transmission System Using Interline...
A New Approach to Powerflow Management in Transmission System Using Interline...A New Approach to Powerflow Management in Transmission System Using Interline...
A New Approach to Powerflow Management in Transmission System Using Interline...
 
Simulation Of Interline Power Flow Controller in Power Transmission System
 Simulation Of Interline Power Flow Controller in Power Transmission System Simulation Of Interline Power Flow Controller in Power Transmission System
Simulation Of Interline Power Flow Controller in Power Transmission System
 
IRJET- Enhancement of Power Flow Capability in Power System using UPFC- A RevieW
IRJET- Enhancement of Power Flow Capability in Power System using UPFC- A RevieWIRJET- Enhancement of Power Flow Capability in Power System using UPFC- A RevieW
IRJET- Enhancement of Power Flow Capability in Power System using UPFC- A RevieW
 
During Damping of Low Frequency Oscillations in Power Systems with Fuzzy UPFC...
During Damping of Low Frequency Oscillations in Power Systems with Fuzzy UPFC...During Damping of Low Frequency Oscillations in Power Systems with Fuzzy UPFC...
During Damping of Low Frequency Oscillations in Power Systems with Fuzzy UPFC...
 
Ak4101210215
Ak4101210215Ak4101210215
Ak4101210215
 
Power Quality Enhancement Using the Interline Power Flow Controller
Power Quality Enhancement Using the Interline Power Flow ControllerPower Quality Enhancement Using the Interline Power Flow Controller
Power Quality Enhancement Using the Interline Power Flow Controller
 
Load flow analysis with upfc under unsymmetrical fault condition
Load flow analysis with upfc under unsymmetrical fault conditionLoad flow analysis with upfc under unsymmetrical fault condition
Load flow analysis with upfc under unsymmetrical fault condition
 
It2515601565
It2515601565It2515601565
It2515601565
 
Utility current compensation by PV-APF system using fuzzy logic controller
Utility current compensation by PV-APF system using fuzzy logic controllerUtility current compensation by PV-APF system using fuzzy logic controller
Utility current compensation by PV-APF system using fuzzy logic controller
 
Review of the UPFC Different Models in Recent Years
Review of the UPFC Different Models in Recent YearsReview of the UPFC Different Models in Recent Years
Review of the UPFC Different Models in Recent Years
 
Power Quality Improvement And Mitigation Of Voltage Sag And Current Swell Usi...
Power Quality Improvement And Mitigation Of Voltage Sag And Current Swell Usi...Power Quality Improvement And Mitigation Of Voltage Sag And Current Swell Usi...
Power Quality Improvement And Mitigation Of Voltage Sag And Current Swell Usi...
 
H49034147
H49034147H49034147
H49034147
 
Mitigation of Voltage Fluctuations in Power System Using STATCOM
Mitigation of Voltage Fluctuations in Power System Using STATCOMMitigation of Voltage Fluctuations in Power System Using STATCOM
Mitigation of Voltage Fluctuations in Power System Using STATCOM
 
Performance and Analysis of Reactive Power Compensation by Unified Power Flow...
Performance and Analysis of Reactive Power Compensation by Unified Power Flow...Performance and Analysis of Reactive Power Compensation by Unified Power Flow...
Performance and Analysis of Reactive Power Compensation by Unified Power Flow...
 
An Analysis of Virtual Flux Direct Power Control of Three-Phase AC-DC Converter
An Analysis of Virtual Flux Direct Power Control of Three-Phase AC-DC ConverterAn Analysis of Virtual Flux Direct Power Control of Three-Phase AC-DC Converter
An Analysis of Virtual Flux Direct Power Control of Three-Phase AC-DC Converter
 
A Review on Transformer - Less UPFC
A Review on Transformer - Less UPFCA Review on Transformer - Less UPFC
A Review on Transformer - Less UPFC
 
Performance Analysis of DC Micro Grid with PV-Fuel Cell Hybrid Generation
Performance Analysis of DC Micro Grid with PV-Fuel Cell Hybrid GenerationPerformance Analysis of DC Micro Grid with PV-Fuel Cell Hybrid Generation
Performance Analysis of DC Micro Grid with PV-Fuel Cell Hybrid Generation
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
A Novel Technique for Enhancing Active and Reactive Power Quality for Renewab...
A Novel Technique for Enhancing Active and Reactive Power Quality for Renewab...A Novel Technique for Enhancing Active and Reactive Power Quality for Renewab...
A Novel Technique for Enhancing Active and Reactive Power Quality for Renewab...
 

It2415351540

  • 1. D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.1535-1540 Master Slave Control Of Interline Power Flow Controller Using PSO Technique D.Lakshman Kumar*, K.Ram Charan** *(M.Tech Student, Department of Electrical Engineering, B.V.C. Engineering College, Odalarevu, Andhrapradesh-533210, India) **( Assistant Professor, Department of Electrical Engineering, B.V.C. Engineering College, Odalarevu, Andhrapradesh-533210, India) ABSTRACT Electrical energy is transported from the respective line. While one VSC regulates the DC generating point to the point of use through voltage, the other one controls the reactive power interconnected transmission lines .The flow of flows in the lines by injecting series active voltage. electricity through the transmission lines can be Since each inverter is also able to provide reactive effectively and efficiently controlled by using compensation, the IPFC is able to carry out an interline power flow controllers instead of going overall real and reactive power compensation of the for a new transmission lines.The construction of a total transmission system. This capability makes it new transmission lines is increasingly difficult possible to equalize both real and reactive power because of various reasons such as regulatory, flow between the lines, transfer power from environmental, and public policies, as well as overloaded to under loaded lines, compensate against escalating cost [7].This paper Explains the reactive voltage drops and the corresponding reactive Matlab/simulink model of interline power flow line power, and to increase the effectiveness of the controller for a single phase four bus system for compensating system against dynamic Disturbances understanding of power flow in a transmission [4].In this paper, a circuit model for IPFC is line .when interline power flow controller is developed and simulation of interline power flow installed between any two transmission lines the controller is done using the four bus system circuit power flow in those lines will be greatly affected. model. Simulation is done using MATLAB/ Optimal injected parameters for the installed simulink. The control parameters of voltage source IPFC derived for the reduced transmission line converters used in Interline Power Flow Controller losses using particle swarm optimization. And for (IPFC) are designed to realize optimal power flow in implementing this we have taken IEEE-30 bus power System with Newton-Raphson method. Based system data. on the steady state model, the sizing of the controller in the network is formulated as an optimization Keywords - FACTS, IPFC, SSSC, VSI, PSO problem to minimize the transmission line loss in the MATLAB/SIMULINK. network. The power flow control constraints due to the use of interline power flow controller are I. INTRODUCTION included in optimal power flow problem in addition Interline Power Flow Controller (IPFC), is to the normal conventional constraints. Simulations an advanced voltage-sourced converter (VSC) based results are obtained on standard IEEE 30-bus system FACTS (Flexible AC Transmission Systems) to minimize the transmission line losses and optimal controller suitable for the power flow management of parameters of the controller are derived. multiline systems. In recent years, power demand has increased substantially while the expansion of power II. MATLAB/SIMULINK SIMULATION generation and transmission has been severely FOR IPFC limited due to limited resources and environmental Digital Simulation of IPFC system is done restrictions [1]. In its general form the interline using MATLAB simulink and the results are power flow controller employs number of DC to AC presented. A. model for IPFC system the single inverters each providing series compensation for a phase model of four bus system with IPFC is shown different line The reactive voltage injected by in figure 1. The transformer between the lines is indicated by a dependent voltage source [3]. By individual Voltage Source Converter (VSC) can be providing converters between two transmission lines, controlled to regulate active power flow in the the reactive power, active power can be controlled. 1535 | P a g e
  • 2. D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.1535-1540 In this IPFC model scopes are connected to observe Fig 3. Active Power flow in the transmission line 2 the real and reactive powers in the loads. Fig 4. Reactive power flow in the transmission line 1 Fig 5. Reactive power flow in the transmission line 2 Fig1. Matlab Circuit model of IPFC system For this IPFC model simulation results are presented as follows Fig 2.Active Power flow in the transmission line 1 From these results we come to know that by controlling IPFC in an efficient way we can control the power flow. For efficient control of IPFC first we need to consider power flow equations. 1536 | P a g e
  • 3. D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.1535-1540 III. POWER FLOW EQUATIONS OF IPFC The active and reactive power flow in direction m-n2 As shown in Fig 6. The two-voltage source is given by Pmn2 = -b2 Vm Vs2 cos(90+m-s2 ) - b2 Vn2 converters of IPFC can model as two ideal voltage Vs2 cos(90+m-s2) ………………………….(8) sources one connected in series and other in with the two buses. Qmn1 = -b2Vm Vs2 sin(90+m+s2 ) + b2 Vn2 Vs12 sin(90+n2-s2 ) + b2V2s2 - ………………………….(9) Fig6. Equivalent Circuit of IPFC From the above equations we can say that power flow of the power system can be controlled by the series injected voltages. These injected voltages with variable magnitude and variable angle generated by the vsc converters. To find these injected parameters We are going to use PSo optimization technique. IV. PARTICLE SWARM OPTIMIZATION Iterative optimization is as old as life itself. Particle swarm optimization (PSO) was developed by Kennedy and Eberhart in 1995, based on the swarm behavior such as fish and bird schooling in nature. Many algorithms (such as ant colony algorithms and virtual ant algorithms) use the behavior of the so- The output of series voltage magnitude Vse called swarm intelligence. Though particle swarm controlled between the limitsVinjmin ≤ Vinj optimization has many similarities with genetic ≤Vinjmax and the angle Θinj between the limits 0 ≤ algorithms and virtual ant algorithms, but it is much Θinj ≤ 2Π respectively. The magnitude and the angle simpler because it does not use mutation/crossover of the converter output voltage used to control the operators or pheromone. Instead, it uses the real- power flow mode and voltage at the nodes.IPFC number randomness and the global communication power Equations (5). Based on the equivalent circuit among the swarm particles. In this sense, it is also as shown in Fig 2. The complex power injected by easier to implement as there is no encoding or series converter I can be written as decoding of the parameters into binary strings as those in genetic algorithms [6]. This algorithm Ss1 =Ps1 + JQs1 searches a space of an objective function by The active (Ps1) and reactive (Qs1) powers injected by adjusting the trajectories of individual agents, called the series converter I are given by particles, as the piecewise path formed by positional vectors in a quasitochastic manner. The particle Ps1 = -b1 Vm Vs1 cos(90-m+s1 ) + b1 Vn1 Vs1 cos(90- movement has two major components: a stochastic m+s1 ) ………………………….(1) component and a deterministic component. The particle is attracted toward the position of the current Qs1 = -b1 Vm Vs1 sin(90-m+s1 ) + b1 Vn1 Vs1 sin(90- global best while at the same time it has a tendency n1+s1) + b1 V2s1 - ………………………….(2) to move randomly. When a particle finds a location that is better than any previously found locations, Where b1 =1/Xs1 ……………………………..(3) then it updates it as the new current best for particle i. There is a current best for all n particles. The aim is Where Xs1 is series transformer reactance similarly to find the global best among all. The current best the active (Ps2 ) and reactive (Qs2 ) powers injected until the objective no longer improves or after a by the series converter II are given by certain number of iterations. Ps2 = -b2 Vm Vs2 cos(90-m+s2 ) + b2 Vn2 Vs2 cos(90- In PSO, the particles are “flown” through m+s2 ) ………………………….(4) the problem space by following the current optimum particles. Each particle keeps track of its coordinates Qs2 = -b2 Vm Vs2 sin(90-m+s2 ) + b2 Vn2 Vs2 sin(90- in the problem space, which are associated with the n2+s2) + b2 V2s2 - ………………………….(5) best solution (fitness) that it has achieved so far. This implies that each particle has memory, which allows The active and reactive power flow in direction m-n1 it to remember the best position on the feasible is given by Pmn1 = -b1 Vm Vs1 cos(90+m-s1 ) - b1 Vn1 search space that has ever visited. This value is Vs1 cos(90+m-s1) ………………………….(6) commonly called Pbst. Another best value that is tracked by the particle swarm optimizer is the best Qmn1 = -b1 Vm Vs1 sin(90+m+s1) + b1 Vn1 Vs1 sin(90- value obtained so far by any particle in the n1+s1 ) + b1 V2s1 - ………………………….(7) neighborhood of the particle. This location is 1537 | P a g e
  • 4. D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.1535-1540 commonly called Gbst. The basic concept behind the S.NO BUS NO BUS VOLTAGE PHASE PSO technique consists of change in the velocity (or ANGLE accelerating) of each particle toward its Pbst and (p.u) Gbst positions at each time step. This means that (Degree) each particle tries to modify its current position and 1 1 1.0600 0.0000 velocity according to the distance between its current position Pbst and , and the distance between its 2 2 1.0430 -5.3543 current position and Gbst. The position and velocity vectors of the ith particle of a d-dimensional search 3 3 1.0196 -7.5308 space can be represented as Xi = (xi1 , xi2 ,………. xid) 4 4 1.0104 -9.2840 and Vi = (vi1 , vi2 ,………. vid) respectively. On the basis of the value of the evaluation function, the best 5 5 1.0100 -14.1738 previous position of a particle is recorded and 6 6 1.0096 -11.0581 represented as Pbesti = (Pi1 , Pi2 ,………. Pid). If the gth particle is the best among all 7 7 1.0020 -12.8649 particles in the group so far, it is represented as 8 8 1.0100 -11.8193 Gbst = Pbstg = (Pg1,Pg2,..Pgd) . The particle tries to modify its position using the current velocity and the 9 9 1.0392 -14.0644 distance from Pbst and Gbst. The modified velocity and position of each particle for fitness evaluation in 10 10 1.0215 -15.6706 the next iteration are calculated using the following 11 11 1.0820 -14.0644 equations 12 12 1.0496 -15.1245 ( ) 13 13 1.0710 -15.1245 + ........(10) 14 14 1.0320 -16.0018 = …..(11) 15 15 1.0251 -16.0084 16 16 1.0304 -15.6251 Here w is the inertia weight parameter, which controls the global and local exploration capabilities 17 17 1.0188 -15.8687 of the particle. c1, c2 are cognitive and social 18 18 1.0114 -16.6067 coefficients, rnd1 and rnd2 are random numbers between 0 and 1. For the proposed method, c1 = 2, 19 19 1.0066 -16.7658 c2 = 2. A large inertia weight factor is used during initial exploration and its value is gradually reduced 20 20 1.0095 -16.5502 as the search proceeds. The concept of time-varying 21 21 1.0082 -16.2178 inertial weight is given by. 22 22 1.0120 -15.9811 ( ) …..(11) 23 23 1.0085 -16.2294 24 24 0.9991 -16.3007 , 25 25 1.0032 -16.0720 Where, itmax is the maximum number of iterations. 26 26 0.9852 -16.5038 V. IPFC CONTROL USING PSO 27 27 1.0145 -15.6559 Power Flow Analysis for IEEE 30-bus 28 28 1.0078 -11.7163 Power: Simulation is performed on power flow analysis model of IEEE 30-bus power system [2 ] 29 29 0.9944 -16.9077 found the voltage and phase angle at each bus .Results are presented in the following table 30 30 0.9828 -17.8067 Table 1: Bus voltages And Phase angle of IEEE 30-bus power system 1538 | P a g e
  • 5. D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.1535-1540 Power flow analysis for IEEE-30 bus system Using PSo: The PSO is applied to minimize the transmission line losses and to find the optimal parameters of the injected voltage source magnitude and angle of VSCs of the IPFC [6].The VSCs of the IPFC installed in lines 1-2 and 1-3 of standard IEEE 30-bus bench mark power system are represented as voltage sources with voltage magnitude and phase angle. The power flow analysis program is simulated using PSo and selecting the PSO parameters as in Table2.And also setting the limits for the injected voltage magnitudes of VSC between 0.0 < Vinj < 0.15(P.U) and the angles between -Π/2 < Θinj < Π/2, the simulation on power flow analysis program is performed. The VSC control parameters and the system line losses are presented as in Table3. Fig7.Variation of injected angle with number of Table 2: PSO parameters iterations Parameters Value Number Of Iterations 1000 Swarm Size 50 Problem Dimension 4 Inertia weight Factor W .9to 0.4 Weighting Factor C1 and C2 C1=C2=2 The Random Number rand1 and Between 0 and 1 rand2 Table 3: The Control Parameters and Losses Lines Vinj Ɵinj Loss Loss with (P.U) (Rad.) without IPFC and IPFC PSo Fig8.Variation of injected Voltage with number of (MW) (MW) Iterations 1-2 .1293 1.2630 5.179 .0655 1-3 .1266 .9823 3.116 .3598 VI. SIMULATION RESULTS The results were obtained using MATLAB 7.9.0, Intel® Core (TM) 2 duo CPU, T6600 @ 2.20 GHz, 3.46 GB RAM&32 Bit Windows7 operating system. Fig9.Variation of Objective function with number of iterations 1539 | P a g e
  • 6. D.Lakshman Kumar, K.Ram Charan / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.1535-1540 The variation of injected voltage, injected angle with [7] Xin she Yang. Engineering Optimization: An the change in number of iterations in PSO for 1-2 Introduction With Metaheuristic Applications. line is shown in Fig 7 and 8. Fig9.Shows the John Willey &sons.inc variation of Objective with the number of iterations [8] Kalyan K.Sen and Mey Ling Sen Introduction from this we can understand the smooth convergence to facts controllers,TheoryModelling,Applicat- of PSO technique. The transmission line loss -ions. IEEE-press,2009. function reaches minimum value after 40 numbers of iterations. V. CONCLUSION In this paper, the circuit model for IPFC system developed using Matlab/Simulink using a simple four bus system. The simulation results for the Matlab/simulink model are presented. From these Results we can say that power flow in a transmission line affected by the Injected parameters of the IPFC. The power flow analysis is simulated using Newton- Raphson load flow including the VSCs of the IPFC.Optimal parameters of IPFC (injected parameters) obtained by using particle swarm optimization with constraints. Matlab program used to validate the optimal parameters of the IPFC, and to minimize the transmission line losses of IEEE 30- bus bench mark power System. REFERENCES [1] Narain G. Hingorani, Laszlo Gyugyi, Understanding FACTS Concepts and Technology of Flexible AC Transmission Systems”, IEEE Press, Standard Publishers Distributors, New Delhi 2004, ch. 8, pp 333- 346. [2] Available at: http://www.ee.washington.edu/research/pstcal index.html. [3] A. P.Usha Rani and B. S.Rama Reddy, “Modeling and Digital Simulation of Interline Power Flow Controller System” International Journal of Computer and Electrical Engineering, Vol. 2, No. 3, June, 2010, pp. 1793-8163. [4] Laszlo Gyugyi, Kalyan K. Sen and Colin D. Schauder, “The interline power flow controller concept : A new approach to the power flow management, ” IEEE Trans. on Power Delivery, vol.14, no. 3, pp 1115 – 1123, July 1999. [5] S.Jangjit, P.Kumkratug and P.Laohachai, “Power Flow Control by Use of Interline Power Flow Controllers”, Journal of Research in Engineering and Technology, Vol. 6, No.4, 2009, pp.379-385. [6] Khalid. H. Mohamed, K. S. Rama Rao, “Intelligent Optimization Techniques for Optimal Power Flow using Interline Power Flow Controller” IEEE International Conference on Power and Energy (PECon 2010) , Nov. 29 Dec.1, 2010, Kuala Lumpur, Malaysia, pp. 300 – 305. 1540 | P a g e