SlideShare une entreprise Scribd logo
1  sur  22
VOLTAGE STABILITY
ENHANCEMENT
IN TRANSMISSIONM LINE

Project Guide:Prof. Sourabh Kothari

By
Vartika Shrivastava (0832EX101060)
Anirudh Sharma (0832EX101008)
Rajendra Thakur (0832EX101044)
Rahul Soni(0832EX101043)
ABSTRACT
 The main aim of this project is to provide security to the
power system.
 And this need is largely due to the recent trends towards
operating systems under stressed conditions as a result of
increasing system load without sufficient generation
enhancement.
 In this project we are controlling the voltage instability by
considering both aspects that is static and dynamic stability.
 By using one of the FACT device that is SVC and with the help
of which we are trying to measure even minute variations in
the voltage magnitude.

10/24/2013
CONTENT
Introduction
Research Objective
Summary of previous seminar
Preface
Summary of Fourth coming seminar
References

10/24/2013
INTRODUCTION
 The continuing interconnections of bulk power system has led to an
increasing complex system.
 Electric utilities are reluctant to build new transmission lines for
economic consideration.
 Hence it is very necessary to stable the voltage magnitude by
considering its both static and dynamic stability aspects.
 Major power system breakdowns are caused by problems related to
the systems static as well as dynamics responses.
 Control centre operators observe none of the critical advance warning
since voltage magnitudes remains normal until large changes.
 Hence it is very important to observe and control very minute
variations coming in voltage magnitude.

10/24/2013
INTRODUCTION
For controlling such kind of variations we use
FACT(Flexible AC transmission) controllers that
provide fast and reliable control over the
transmission system parameters such as
voltage, Phase angle and line impedance.
And here we are using SVC(static VAR
compensator) one of the FACT device for
controlling voltage instability.
10/24/2013
Bus Admittance Matrix or Ybus
 First step in solving the power flow is to create what
is known as the bus admittance matrix, often call the
Ybus.
 The Ybus gives the relationships between all the bus
current injections, I, and all the bus voltages, V,
I = Ybus V
 The Ybus is developed by applying KCL at each bus in
the system to relate the bus current injections, the
bus voltages, and the branch impedances and
admittances
 Calculate the bus admittance matrix for the network
with the help of Newton-Raphson Method .
We can get similar relationships for buses 3 and 4
The results can then be expressed in matrix form
I

Ybus V
I1

YA YB

YA
YA YC

YB
YD

0

V1

YC

YD

V2

I2

YA

I3

YB

YC

YB YC

0

V3

I4

0

YD

0

YD

V4

For a system with n buses, Ybus is an nxn
symmetric matrix (i.e., one where Aij = Aji)
Ybus General Form
The diagonal terms, Yii, are the self admittance
terms, equal to the sum of the admittances of all
devices incident to bus i.
 The off-diagonal terms, Yij, are equal to the
negative of the sum of the admittances joining the
two buses.
With large systems Ybus is a sparse matrix (that
is, most entries are zero).
Shunt terms, such as with the line model, only
affect the diagonal terms.

10/24/2013
Newton-Raphson
In Power System Analysis, Newton's method (also known as the
Newton–Raphson method), named after Isaac Newton and
Joseph Raphson, is a method for finding successively better
approximations to the roots (or zeroes) of a real valued-function.
Let f(x) be a well-behaved function, and let r be a root of the
equation f(x) = 0. We start with an estimate x0 of del x0 . From x0,
we produce an Improved (we hope) estimate x1. From x1, we
produce a new estimate x2. From x2, we produce a new estimate
x3. We go on until we are `close enough' to del x or until it
becomes clear that we are getting nowhere.
It transform the procedure of solving non-linear differential
equation into the procedure of repeatedly solving linear equation.
Newton-Raphson
Advantages
– fast convergence as long as initial guess is
close to solution
– large region of convergence

Disadvantages
– each iteration takes much longer than a
Gauss-Seidel iteration
– more complicated to code, particularly when
implementing sparse matrix algorithms.
NR Application to Power Flow
We first need to rewrite complex power equations
as equations with real coefficients (we've seen this earlier):
Vi I i*

Si

*

n

Vi

YikVk

n

Vi

k 1

k 1

These can be derived by defining
Yik  Gik

jBik

Vi  Vi e j

i

ik



Recall e j

i

Vi

i

k

cos

*
YikVk*

j sin
Real Power Balance Equations
n

Si

Pi

jQi

Vi

n

*
YikVk*

k 1

Vi Vk e j

ik

(Gik

jBik )

k 1

n

Vi Vk (cos

j sin

ik

ik )(Gik

jBik )

k 1

Resolving into the real and imaginary parts:
n

Pi

Vi Vk (Gik cos

ik

Bik sin

ik )

PGi

PDi

Vi Vk (Gik sin

ik

Bik cos

ik )

QGi QDi

k 1
n

Qi
k 1
Newton-Raphson Power Flow
In the Newton-Raphson power flow we use Newton's
method to determine the voltage magnitude and angle at
each bus in the power system that satisfies power balance.
We need to solve the power balance equations:
n

Vi Vk (Gik cos

ik

Bik sin

ik )

PGi

PDi

Vi Vk (Gik sin

ik

Bik cos

ik )

QGi QDi

0

k 1
n
k 1

0
Power Flow Variables
For convenience, write:
n

Pi ( x )

Vi Vk (Gik cos

ik

Bik sin

ik )

Vi Vk (Gik sin

ik

Bik cos

ik )

k 1
n

Qi ( x )
k 1

The power balance equations are then:
Pi ( x ) PGi PDi 0
Qi ( x ) QGi QDi

0
Power Flow Variables
Assume the slack bus is the first bus (with a fixed
voltage angle/magnitude). We then need to determine
the voltage angle/magnitude at the other buses.
We must solve f ( x ) 0, where:
P2 ( x ) PG 2

2


x

n

V2

Vn

f (x)

PD 2


Pn ( x ) PGn PDn
Q2 ( x ) QG 2 QD 2

Qn ( x ) QGn QDn
N-R Power Flow Solution
The power flow is solved using the same procedure
discussed previously for general equations:
0; make an initial guess of x, x ( v )

For v

While f (x ( v ) )
x(v
v
End

1)

Do

x ( v ) [ J ( x ( v ) )] 1 f ( x ( v ) )
v 1
Power Flow Jacobian Matrix
The most difficult part of the algorithm is determining
and factorizing the Jacobian matrix, J (x)
f1
(x)
x1
J (x )

f1
(x)
x2

f2
(x)
x1

f2
(x)
x2









f 2n 2
(x)
x1



f 2n 2
(x) 
x2

f1

(x)

x2 n

2

f2

(x)

x2 n

2


f 2n
x2 n

2
2

(x)
Power Flow Jacobian Matrix, cont’d
Jacobian elements are calculated by differentiating
each function, fi ( x), with respect to each variable.
For example, if fi ( x) is the bus i real power equation
n

fi ( x)

Vi Vk (Gik cos

ik

Bik sin

ik )

PGi

k 1
n

fi

( x)

i

fi

ik

Bik cos

ik )

k 1
k i

( x)
j

Vi Vk ( Gik sin

Vi V j (Gij sin

ij

Bij cos

ij )

(j

i)

PDi
Research Objective
 The increase demand for electric power requires to increase
transmission capabilities.
 Under-deregulation electric utilities are reluctant to build new
transmission due to economic considerations.
 The system is operated in a ways, which makes maximum use
of existing transmission capabilities and which reduces
transient stability.
 Due to increasing system loads without sufficient transmission
and generation enhancements.
 And due to all these reasons many failures due to voltage
instability in power system around the world.
 Hence it is very important to search out most economic and
accurate method for voltage stability.
10/24/2013
Summary of previous seminar
Introduction
Research Objective
Summary of previous seminar
Preface
Summary of Fourth coming seminar
References

10/24/2013
Preface
We study different IEEE research paper and
conclude from that how power system
stability is maintained by using different
devices and get the result how SVC is better
than other controller

10/24/2013
Summary of fourth coming seminar
To study more IEEE research paper
Basic Knowledge about the circuit
Modelling in matlab

10/24/2013

Contenu connexe

Tendances

Unit 2 Reactive Power Management
Unit 2 Reactive Power ManagementUnit 2 Reactive Power Management
Unit 2 Reactive Power ManagementSANTOSH GADEKAR
 
implementation of statcom and reactive power compensation
implementation of statcom and reactive power compensationimplementation of statcom and reactive power compensation
implementation of statcom and reactive power compensationprashant shekhar
 
Control of Active And reactive power flow in transmission line and power Osci...
Control of Active And reactive power flow in transmission line and power Osci...Control of Active And reactive power flow in transmission line and power Osci...
Control of Active And reactive power flow in transmission line and power Osci...AM Publications
 
Reactive power compensation
Reactive power compensationReactive power compensation
Reactive power compensationVikas Saini
 
Methods for Voltage Stability Enhancement
Methods for Voltage Stability EnhancementMethods for Voltage Stability Enhancement
Methods for Voltage Stability EnhancementRavi Anand
 
Static shunt compensation
Static shunt compensationStatic shunt compensation
Static shunt compensationAyyarao T S L V
 
Reactivepowercompensation 140401183847-phpapp01 (6)
Reactivepowercompensation 140401183847-phpapp01 (6)Reactivepowercompensation 140401183847-phpapp01 (6)
Reactivepowercompensation 140401183847-phpapp01 (6)REVANTH CHINTU
 
60232804 ppt-compensation-techniques-in-ac-transmission-system-using-c
60232804 ppt-compensation-techniques-in-ac-transmission-system-using-c60232804 ppt-compensation-techniques-in-ac-transmission-system-using-c
60232804 ppt-compensation-techniques-in-ac-transmission-system-using-cABHISHEK RAI
 
INTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERINTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERNitish NIT
 
Reactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcomReactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcomHussain Ali
 
Optimal Load flow control using UPFC method
Optimal Load flow control using UPFC methodOptimal Load flow control using UPFC method
Optimal Load flow control using UPFC methodNishant Kumar
 
Design of a 3-phase FC-TCR Static Var Compensator for Power factor correction...
Design of a 3-phase FC-TCR Static Var Compensator for Power factor correction...Design of a 3-phase FC-TCR Static Var Compensator for Power factor correction...
Design of a 3-phase FC-TCR Static Var Compensator for Power factor correction...Hardik Parikh, E.I.T.
 
Reactive power consumption in modern power system
Reactive power consumption in modern power systemReactive power consumption in modern power system
Reactive power consumption in modern power systemRahuldey1991
 
Reactive power compensation using statcom
Reactive power compensation using statcomReactive power compensation using statcom
Reactive power compensation using statcomAmit Meena
 

Tendances (20)

Unit 2 Reactive Power Management
Unit 2 Reactive Power ManagementUnit 2 Reactive Power Management
Unit 2 Reactive Power Management
 
implementation of statcom and reactive power compensation
implementation of statcom and reactive power compensationimplementation of statcom and reactive power compensation
implementation of statcom and reactive power compensation
 
Reactive power compensation
Reactive power compensationReactive power compensation
Reactive power compensation
 
Control of Active And reactive power flow in transmission line and power Osci...
Control of Active And reactive power flow in transmission line and power Osci...Control of Active And reactive power flow in transmission line and power Osci...
Control of Active And reactive power flow in transmission line and power Osci...
 
Reactive power compensation
Reactive power compensationReactive power compensation
Reactive power compensation
 
Methods for Voltage Stability Enhancement
Methods for Voltage Stability EnhancementMethods for Voltage Stability Enhancement
Methods for Voltage Stability Enhancement
 
HVDC System
HVDC SystemHVDC System
HVDC System
 
Static shunt compensation
Static shunt compensationStatic shunt compensation
Static shunt compensation
 
Reactivepowercompensation 140401183847-phpapp01 (6)
Reactivepowercompensation 140401183847-phpapp01 (6)Reactivepowercompensation 140401183847-phpapp01 (6)
Reactivepowercompensation 140401183847-phpapp01 (6)
 
Facts
FactsFacts
Facts
 
60232804 ppt-compensation-techniques-in-ac-transmission-system-using-c
60232804 ppt-compensation-techniques-in-ac-transmission-system-using-c60232804 ppt-compensation-techniques-in-ac-transmission-system-using-c
60232804 ppt-compensation-techniques-in-ac-transmission-system-using-c
 
Introduction
IntroductionIntroduction
Introduction
 
Unit 3 FACTS Technology
Unit 3 FACTS TechnologyUnit 3 FACTS Technology
Unit 3 FACTS Technology
 
INTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERINTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLER
 
Reactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcomReactive power management and voltage control by using statcom
Reactive power management and voltage control by using statcom
 
Optimal Load flow control using UPFC method
Optimal Load flow control using UPFC methodOptimal Load flow control using UPFC method
Optimal Load flow control using UPFC method
 
Design of a 3-phase FC-TCR Static Var Compensator for Power factor correction...
Design of a 3-phase FC-TCR Static Var Compensator for Power factor correction...Design of a 3-phase FC-TCR Static Var Compensator for Power factor correction...
Design of a 3-phase FC-TCR Static Var Compensator for Power factor correction...
 
Reactive power consumption in modern power system
Reactive power consumption in modern power systemReactive power consumption in modern power system
Reactive power consumption in modern power system
 
Reactive power compensation using statcom
Reactive power compensation using statcomReactive power compensation using statcom
Reactive power compensation using statcom
 
Reactive Power Concepts
Reactive Power ConceptsReactive Power Concepts
Reactive Power Concepts
 

En vedette

Power system voltage stability
Power system voltage stabilityPower system voltage stability
Power system voltage stabilityAkash Choudhary
 
Speed con trol of dc motor
Speed con trol of dc motorSpeed con trol of dc motor
Speed con trol of dc motorAmit Ranjan
 
Power system-protection-presentation-dated-03-10-2013-integrated-protection-c...
Power system-protection-presentation-dated-03-10-2013-integrated-protection-c...Power system-protection-presentation-dated-03-10-2013-integrated-protection-c...
Power system-protection-presentation-dated-03-10-2013-integrated-protection-c...jbpatel7290
 
03 ptcc under over voltage protection
03 ptcc under over voltage protection03 ptcc under over voltage protection
03 ptcc under over voltage protectionduytn1
 
Power Systems Engineering - Power losses in Transmission Lines (solution)
Power Systems Engineering - Power losses in Transmission Lines (solution)Power Systems Engineering - Power losses in Transmission Lines (solution)
Power Systems Engineering - Power losses in Transmission Lines (solution)Mathankumar S
 
Power System Simulation Laboratory Manual
Power System Simulation Laboratory Manual Power System Simulation Laboratory Manual
Power System Simulation Laboratory Manual Santhosh Kumar
 
Switchgear and protection 5
Switchgear and protection 5Switchgear and protection 5
Switchgear and protection 5Md Irshad Ahmad
 
Monthly Stroage Capacity Report_JAN2011_final
Monthly Stroage Capacity Report_JAN2011_finalMonthly Stroage Capacity Report_JAN2011_final
Monthly Stroage Capacity Report_JAN2011_finalLuca Viscomi
 
Lab manual psd v sem experiment no 7
Lab manual psd v sem experiment no 7Lab manual psd v sem experiment no 7
Lab manual psd v sem experiment no 7Sachin Airan
 
Ac Drives System
Ac Drives SystemAc Drives System
Ac Drives Systemjhasunil100
 
Classification Of Power System Stability
Classification Of Power System StabilityClassification Of Power System Stability
Classification Of Power System StabilityAravind Shaji
 
Final Review
Final ReviewFinal Review
Final Reviewsupriyacs
 
Flinders Island Isolated Power System (IPS) Connect 2016 T MAHMOUD Western Power
Flinders Island Isolated Power System (IPS) Connect 2016 T MAHMOUD Western PowerFlinders Island Isolated Power System (IPS) Connect 2016 T MAHMOUD Western Power
Flinders Island Isolated Power System (IPS) Connect 2016 T MAHMOUD Western Powerjames hamilton
 

En vedette (20)

Power system voltage stability
Power system voltage stabilityPower system voltage stability
Power system voltage stability
 
Thesis Presentation_Pulok_v1
Thesis Presentation_Pulok_v1Thesis Presentation_Pulok_v1
Thesis Presentation_Pulok_v1
 
Speed con trol of dc motor
Speed con trol of dc motorSpeed con trol of dc motor
Speed con trol of dc motor
 
Power system-protection-presentation-dated-03-10-2013-integrated-protection-c...
Power system-protection-presentation-dated-03-10-2013-integrated-protection-c...Power system-protection-presentation-dated-03-10-2013-integrated-protection-c...
Power system-protection-presentation-dated-03-10-2013-integrated-protection-c...
 
PPT ON POWER SYSTEM STABILITY
PPT ON POWER SYSTEM STABILITYPPT ON POWER SYSTEM STABILITY
PPT ON POWER SYSTEM STABILITY
 
03 ptcc under over voltage protection
03 ptcc under over voltage protection03 ptcc under over voltage protection
03 ptcc under over voltage protection
 
Blackout
BlackoutBlackout
Blackout
 
Power Systems Engineering - Power losses in Transmission Lines (solution)
Power Systems Engineering - Power losses in Transmission Lines (solution)Power Systems Engineering - Power losses in Transmission Lines (solution)
Power Systems Engineering - Power losses in Transmission Lines (solution)
 
Power System Simulation Laboratory Manual
Power System Simulation Laboratory Manual Power System Simulation Laboratory Manual
Power System Simulation Laboratory Manual
 
Switchgear and protection 5
Switchgear and protection 5Switchgear and protection 5
Switchgear and protection 5
 
STLF PPT jagdish singh
STLF PPT jagdish singhSTLF PPT jagdish singh
STLF PPT jagdish singh
 
Monthly Stroage Capacity Report_JAN2011_final
Monthly Stroage Capacity Report_JAN2011_finalMonthly Stroage Capacity Report_JAN2011_final
Monthly Stroage Capacity Report_JAN2011_final
 
Lab manual psd v sem experiment no 7
Lab manual psd v sem experiment no 7Lab manual psd v sem experiment no 7
Lab manual psd v sem experiment no 7
 
Fuzzy front pages
Fuzzy front pagesFuzzy front pages
Fuzzy front pages
 
Ac Drives System
Ac Drives SystemAc Drives System
Ac Drives System
 
Abeokuta wind energy presentation 31 oct 2012
Abeokuta wind energy presentation  31 oct 2012Abeokuta wind energy presentation  31 oct 2012
Abeokuta wind energy presentation 31 oct 2012
 
Classification Of Power System Stability
Classification Of Power System StabilityClassification Of Power System Stability
Classification Of Power System Stability
 
Final Review
Final ReviewFinal Review
Final Review
 
Flinders Island Isolated Power System (IPS) Connect 2016 T MAHMOUD Western Power
Flinders Island Isolated Power System (IPS) Connect 2016 T MAHMOUD Western PowerFlinders Island Isolated Power System (IPS) Connect 2016 T MAHMOUD Western Power
Flinders Island Isolated Power System (IPS) Connect 2016 T MAHMOUD Western Power
 
Insulation Technologies and Materials
Insulation Technologies and MaterialsInsulation Technologies and Materials
Insulation Technologies and Materials
 

Similaire à Voltage stability enhancement of a Transmission Line

International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 
ECEN615_Fall2020_Lect4.pptx
ECEN615_Fall2020_Lect4.pptxECEN615_Fall2020_Lect4.pptx
ECEN615_Fall2020_Lect4.pptxPrasenjitDey49
 
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...elelijjournal
 
A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2yareda6
 
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...IJMER
 
591 adamidis
591 adamidis591 adamidis
591 adamidisdungsp4
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksPower System Operation
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksPower System Operation
 
Evaluation of tcsc power flow control capability
Evaluation of tcsc power flow control capabilityEvaluation of tcsc power flow control capability
Evaluation of tcsc power flow control capabilityAlexander Decker
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Onyebuchi nosiri
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Onyebuchi nosiri
 
Best Power Surge Using Fuzzy Controlled Genetic Technique
Best Power Surge Using Fuzzy Controlled Genetic TechniqueBest Power Surge Using Fuzzy Controlled Genetic Technique
Best Power Surge Using Fuzzy Controlled Genetic TechniqueIOSR Journals
 
NR-Power Flow.pdf
NR-Power Flow.pdfNR-Power Flow.pdf
NR-Power Flow.pdfLucasMogaka
 
Reparation of Inductive Power in Power System by the use of FACTS devices
Reparation of Inductive Power in Power System by the use of FACTS devicesReparation of Inductive Power in Power System by the use of FACTS devices
Reparation of Inductive Power in Power System by the use of FACTS devicesIJMTST Journal
 

Similaire à Voltage stability enhancement of a Transmission Line (20)

Circuitanly
CircuitanlyCircuitanly
Circuitanly
 
Gd3310901094
Gd3310901094Gd3310901094
Gd3310901094
 
Gd3310901094
Gd3310901094Gd3310901094
Gd3310901094
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
ECEN615_Fall2020_Lect4.pptx
ECEN615_Fall2020_Lect4.pptxECEN615_Fall2020_Lect4.pptx
ECEN615_Fall2020_Lect4.pptx
 
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
 
P1111145969
P1111145969P1111145969
P1111145969
 
A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2
 
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...Calculating Voltage Instability Using Index Analysis in Radial  Distribution ...
Calculating Voltage Instability Using Index Analysis in Radial Distribution ...
 
591 adamidis
591 adamidis591 adamidis
591 adamidis
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor Banks
 
Volt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor BanksVolt/Var Optimization by Smart Inverters and Capacitor Banks
Volt/Var Optimization by Smart Inverters and Capacitor Banks
 
A010220109
A010220109A010220109
A010220109
 
Evaluation of tcsc power flow control capability
Evaluation of tcsc power flow control capabilityEvaluation of tcsc power flow control capability
Evaluation of tcsc power flow control capability
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
 
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
Comparative power flow analysis of 28 and 52 buses for 330 kv power grid netw...
 
Best Power Surge Using Fuzzy Controlled Genetic Technique
Best Power Surge Using Fuzzy Controlled Genetic TechniqueBest Power Surge Using Fuzzy Controlled Genetic Technique
Best Power Surge Using Fuzzy Controlled Genetic Technique
 
H010136066
H010136066H010136066
H010136066
 
NR-Power Flow.pdf
NR-Power Flow.pdfNR-Power Flow.pdf
NR-Power Flow.pdf
 
Reparation of Inductive Power in Power System by the use of FACTS devices
Reparation of Inductive Power in Power System by the use of FACTS devicesReparation of Inductive Power in Power System by the use of FACTS devices
Reparation of Inductive Power in Power System by the use of FACTS devices
 

Dernier

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 

Dernier (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 

Voltage stability enhancement of a Transmission Line

  • 1. VOLTAGE STABILITY ENHANCEMENT IN TRANSMISSIONM LINE Project Guide:Prof. Sourabh Kothari By Vartika Shrivastava (0832EX101060) Anirudh Sharma (0832EX101008) Rajendra Thakur (0832EX101044) Rahul Soni(0832EX101043)
  • 2. ABSTRACT  The main aim of this project is to provide security to the power system.  And this need is largely due to the recent trends towards operating systems under stressed conditions as a result of increasing system load without sufficient generation enhancement.  In this project we are controlling the voltage instability by considering both aspects that is static and dynamic stability.  By using one of the FACT device that is SVC and with the help of which we are trying to measure even minute variations in the voltage magnitude. 10/24/2013
  • 3. CONTENT Introduction Research Objective Summary of previous seminar Preface Summary of Fourth coming seminar References 10/24/2013
  • 4. INTRODUCTION  The continuing interconnections of bulk power system has led to an increasing complex system.  Electric utilities are reluctant to build new transmission lines for economic consideration.  Hence it is very necessary to stable the voltage magnitude by considering its both static and dynamic stability aspects.  Major power system breakdowns are caused by problems related to the systems static as well as dynamics responses.  Control centre operators observe none of the critical advance warning since voltage magnitudes remains normal until large changes.  Hence it is very important to observe and control very minute variations coming in voltage magnitude. 10/24/2013
  • 5. INTRODUCTION For controlling such kind of variations we use FACT(Flexible AC transmission) controllers that provide fast and reliable control over the transmission system parameters such as voltage, Phase angle and line impedance. And here we are using SVC(static VAR compensator) one of the FACT device for controlling voltage instability. 10/24/2013
  • 6. Bus Admittance Matrix or Ybus  First step in solving the power flow is to create what is known as the bus admittance matrix, often call the Ybus.  The Ybus gives the relationships between all the bus current injections, I, and all the bus voltages, V, I = Ybus V  The Ybus is developed by applying KCL at each bus in the system to relate the bus current injections, the bus voltages, and the branch impedances and admittances  Calculate the bus admittance matrix for the network with the help of Newton-Raphson Method .
  • 7. We can get similar relationships for buses 3 and 4 The results can then be expressed in matrix form I Ybus V I1 YA YB YA YA YC YB YD 0 V1 YC YD V2 I2 YA I3 YB YC YB YC 0 V3 I4 0 YD 0 YD V4 For a system with n buses, Ybus is an nxn symmetric matrix (i.e., one where Aij = Aji)
  • 8. Ybus General Form The diagonal terms, Yii, are the self admittance terms, equal to the sum of the admittances of all devices incident to bus i.  The off-diagonal terms, Yij, are equal to the negative of the sum of the admittances joining the two buses. With large systems Ybus is a sparse matrix (that is, most entries are zero). Shunt terms, such as with the line model, only affect the diagonal terms. 10/24/2013
  • 9. Newton-Raphson In Power System Analysis, Newton's method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real valued-function. Let f(x) be a well-behaved function, and let r be a root of the equation f(x) = 0. We start with an estimate x0 of del x0 . From x0, we produce an Improved (we hope) estimate x1. From x1, we produce a new estimate x2. From x2, we produce a new estimate x3. We go on until we are `close enough' to del x or until it becomes clear that we are getting nowhere. It transform the procedure of solving non-linear differential equation into the procedure of repeatedly solving linear equation.
  • 10. Newton-Raphson Advantages – fast convergence as long as initial guess is close to solution – large region of convergence Disadvantages – each iteration takes much longer than a Gauss-Seidel iteration – more complicated to code, particularly when implementing sparse matrix algorithms.
  • 11. NR Application to Power Flow We first need to rewrite complex power equations as equations with real coefficients (we've seen this earlier): Vi I i* Si * n Vi YikVk n Vi k 1 k 1 These can be derived by defining Yik  Gik jBik Vi  Vi e j i ik  Recall e j i Vi i k cos * YikVk* j sin
  • 12. Real Power Balance Equations n Si Pi jQi Vi n * YikVk* k 1 Vi Vk e j ik (Gik jBik ) k 1 n Vi Vk (cos j sin ik ik )(Gik jBik ) k 1 Resolving into the real and imaginary parts: n Pi Vi Vk (Gik cos ik Bik sin ik ) PGi PDi Vi Vk (Gik sin ik Bik cos ik ) QGi QDi k 1 n Qi k 1
  • 13. Newton-Raphson Power Flow In the Newton-Raphson power flow we use Newton's method to determine the voltage magnitude and angle at each bus in the power system that satisfies power balance. We need to solve the power balance equations: n Vi Vk (Gik cos ik Bik sin ik ) PGi PDi Vi Vk (Gik sin ik Bik cos ik ) QGi QDi 0 k 1 n k 1 0
  • 14. Power Flow Variables For convenience, write: n Pi ( x ) Vi Vk (Gik cos ik Bik sin ik ) Vi Vk (Gik sin ik Bik cos ik ) k 1 n Qi ( x ) k 1 The power balance equations are then: Pi ( x ) PGi PDi 0 Qi ( x ) QGi QDi 0
  • 15. Power Flow Variables Assume the slack bus is the first bus (with a fixed voltage angle/magnitude). We then need to determine the voltage angle/magnitude at the other buses. We must solve f ( x ) 0, where: P2 ( x ) PG 2 2  x n V2  Vn f (x) PD 2  Pn ( x ) PGn PDn Q2 ( x ) QG 2 QD 2  Qn ( x ) QGn QDn
  • 16. N-R Power Flow Solution The power flow is solved using the same procedure discussed previously for general equations: 0; make an initial guess of x, x ( v ) For v While f (x ( v ) ) x(v v End 1) Do x ( v ) [ J ( x ( v ) )] 1 f ( x ( v ) ) v 1
  • 17. Power Flow Jacobian Matrix The most difficult part of the algorithm is determining and factorizing the Jacobian matrix, J (x) f1 (x) x1 J (x ) f1 (x) x2 f2 (x) x1 f2 (x) x2     f 2n 2 (x) x1  f 2n 2 (x)  x2 f1 (x) x2 n 2 f2 (x) x2 n 2  f 2n x2 n 2 2 (x)
  • 18. Power Flow Jacobian Matrix, cont’d Jacobian elements are calculated by differentiating each function, fi ( x), with respect to each variable. For example, if fi ( x) is the bus i real power equation n fi ( x) Vi Vk (Gik cos ik Bik sin ik ) PGi k 1 n fi ( x) i fi ik Bik cos ik ) k 1 k i ( x) j Vi Vk ( Gik sin Vi V j (Gij sin ij Bij cos ij ) (j i) PDi
  • 19. Research Objective  The increase demand for electric power requires to increase transmission capabilities.  Under-deregulation electric utilities are reluctant to build new transmission due to economic considerations.  The system is operated in a ways, which makes maximum use of existing transmission capabilities and which reduces transient stability.  Due to increasing system loads without sufficient transmission and generation enhancements.  And due to all these reasons many failures due to voltage instability in power system around the world.  Hence it is very important to search out most economic and accurate method for voltage stability. 10/24/2013
  • 20. Summary of previous seminar Introduction Research Objective Summary of previous seminar Preface Summary of Fourth coming seminar References 10/24/2013
  • 21. Preface We study different IEEE research paper and conclude from that how power system stability is maintained by using different devices and get the result how SVC is better than other controller 10/24/2013
  • 22. Summary of fourth coming seminar To study more IEEE research paper Basic Knowledge about the circuit Modelling in matlab 10/24/2013