SlideShare a Scribd company logo
Newton-Raphson
Power Flow
Power System Analysis (I)
Newton-Raphson Power Flow
 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
 Newton-Raphson algorithm is very common in
power flow analysis.
NR Application to Power Flow
Real Power Balance Equations
* *
1 1
1
1
1
( )
(cos sin )( )
Resolving into the real and imaginary parts:
( cos sin )
( sin
ik
n n
j
i i i i ik k i k ik ik
k k
n
i k ik ik ik ik
k
n
i Gi Di i k ik ik ik ik
k
n
i Gi Di i k ik ik
k
S P jQ V Y V V V e G jB
V V j G jB
P P P V V G B
Q Q Q V V G

 
 

 



    
  
   
  
 


 cos )
ik ik
B 

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 equ
1
1
ations:
( cos sin ) 0
( sin cos ) 0
n
i k ik ik ik ik Gi Di
k
n
i k ik ik ik ik Gi Di
k
V V G B P P
V V G B Q Q
 
 


   
   


Power Balance Equations
1
1
For convenience, write:
( ) ( cos sin )
( ) ( sin cos )
The power balance equations are then:
( ) 0
( ) 0
n
i i k ik ik ik ik
k
n
i i k ik ik ik ik
k
i Gi Di
i Gi Di
P V V G B
Q V V G B
P P P
Q Q Q
 
 


 
 
  
  


x
x
x
x
Power Balance Equations
• Note that Pi( ) and Qi( ) mean the functions that
expresses flow from bus i into the system in terms of
voltage magnitudes and angles,
• While PGi, PDi, QGi, QDi mean the generations and
demand at the bus.
• For a system with a slack bus and the rest PQ buses,
power flow problem is to use the power balance
equations to solve for the unknown voltage
magnitudes and angles in terms of the given bus
generations and demands, and then use solution to
calculate the real and reactive injection at the slack
bus.
Power Flow Variables
2
n
2
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 ( ) , where:
n
V
V









f x 0
x
2 2 2
2 2 2
( )
( )
( )
( )
( )
G D
n Gn Dn
G D
n Gn Dn
P P P
P P P
Q Q Q
Q Q Q
 
  
  
  
 
  

   
 
   
   
   
 
 

x
x
f x
x
x
N-R Power Flow Solution
(0)
( )
( 1) ( ) ( ) 1 ( )
The power flow is solved using the same procedure
discussed previously for general equations:
For 0; make an initial guess of ,
While ( ) Do
[ ( )] ( )
1
End
v
v v v v
v
v v

 


 
 
x x
f x
x x J x f x
Power Flow Jacobian Matrix
1 1 1
1 2 2 2
2 2 2
1 2 2 2
2 2 2 2 2 2
1 2
The most difficult part of the algorithm is determining
and factorizing the Jacobian matrix, ( )
( ) ( ) ( )
( ) ( ) ( )
( )
( ) ( )
n
n
n n n
f f f
x x x
f f f
x x x
f f f
x x x


  
  
  
  
  

  
  
J x
x x x
x x x
J x
x x
2 2
( )
n
 
 
 
 
 
 
 
 
 
 
x
Power Flow Jacobian Matrix
1
Jacobian elements are calculated by differentiating
each function, ( ), with respect to each variable.
For example, if ( ) is the bus real power equation
( ) ( cos sin )
i
i
n
i i k ik ik ik ik Gi
k
f x
f x i
f x V V G B P P
 

   

1
( ) ( sin cos )
( ) ( sin cos ) ( )
Di
n
i
i k ik ik ik ik
i k
k i
i
i j ij ij ij ij
j
f
x V V G B
f
x V V G B j i
 

 




  


  


Two Bus Newton-Raphson Example
Line Z = 0.1j
One Two
1.000 pu 1.000 pu
200 MW
100 MVR
0 MW
0 MVR
For the two bus power system shown below, use the
Newton-Raphson power flow to determine the
voltage magnitude and angle at bus two. Assume
that bus one is the slack and SBase = 100 MVA.
2
2
10 10
Unkown: , Also,
10 10
bus
j j
V j j
 
   
 
   

 
 
x Y
1
1
General power balance equations:
( cos sin ) 0
( sin cos ) 0
For bus two, the power balance equations are
(load real power is 2.0 per unit,
while react
n
i k ik ik ik ik Gi Di
k
n
i k ik ik ik ik Gi Di
k
V V G B P P
V V G B Q Q
 
 


   
   


2 1 2
2
2 1 2 2
ive power is 1.0 per unit):
(10sin ) 2.0 0
( 10cos ) (10) 1.0 0
V V
V V V


 
   
2 2 2
2
2 2 2 2
2 2
2 2
2 2
2 2
2 2 2
2 2 2 2
( ) 2.0 (10sin ) 2.0
( ) 1.0 ( 10cos ) (10) 1.0
Now calculate the power flow Jacobian
( ) ( )
( )
( ) ( )
10 cos 10sin
10 sin 10cos 20
P V
Q V V
P P
x x
V
Q Q
x x
V
V
V V




 
 
  
    
 
 
 
 
 

 
 
 
 
 
 
  
 
 
x
x
J x
Two Bus Example, First Iteration
(0)
2
(0)
(0)
2
(0) (0)
2 2
(0)
2
(0) (0) (0)
2 2 2
(0) (0) (0)
2 2 2
(0)
(0) (0)
2 2
0
For 0, guess . Calculate:
1
(10sin ) 2.0 2.0
( )
1.0
( 10cos ) (10) 1.0
10 cos 10sin
( )
10 sin 10cos
v
V
V
V V
V
V



 

   
  
   
 
 
 
 

 
 
   
   
  
 


x
f x
J x
(0) (0)
2 2
1
(1)
10 0
0 10
20
0 10 0 2.0 0.2
Solve
1 0 10 1.0 0.9
V


 
 
    
   

 

       
  
       
       
x
Two Bus Example, Next Iterations
(1)
2
(1)
1
(2)
0.9(10sin( 0.2)) 2.0 0.212
( )
0.279
0.9( 10cos( 0.2)) 0.9 10 1.0
8.82 1.986
( )
1.788 8.199
0.2 8.82 1.986 0.212 0.233
0.9 1.788 8.199 0.279 0.8586
(

 
   
 
   
      
 

 
  

 
  
       
  
       

       
f x
J x
x
f (2) (3)
(3)
2
0.0145 0.236
)
0.0190 0.8554
0.0000906
( ) Close enough! 0.8554 13.52
0.0001175
V

   
 
   
   
 
    
 
 
x x
f x
PV Buses
Since the voltage magnitude at PV buses is fixed
there is no need to explicitly include these voltages
in x nor explicitly include the reactive power
balance equations at the PV buses:
– the reactive power output of the generator varies to
maintain the fixed terminal voltage (within limits), so
we can just use the solved voltages and angles to
calculate the reactive power production to be whatever
is needed to satisfy reactive power balance.
– An alternative is to keep the reactive power balance
equation explicit but also write an explicit voltage
constraint for the generator bus:
|Vi | – Vi setpoint = 0
Three Bus PV Case Example
Line Z = 0.1j
Line Z = 0.1j Line Z = 0.1j
One Two
1.000 pu
0.941 pu
200 MW
100 MVR
170.0 MW
68.2 MVR
-7.469 Deg
Three 1.000 pu
30 MW
63 MVR
2 2 2
3 3 3
2 2 2
For this three bus case we have
( )
( ) ( ) 0
( )
D
G
D
P P
P P
V Q Q



   
   
   
   

 
   
 
x
x f x x
x
PV Buses
• With Newton-Raphson, PV buses means that there
are less unknown variables we need to calculate
explicitly and less equations we need to satisfy
explicitly.
• Reactive power balance is satisfied implicitly by
choosing reactive power production to be whatever
is needed, once we have a solved case (like real and
reactive power at the slack bus).
• Contrast to Gauss iterations where PV buses
complicated the algorithm.

More Related Content

Similar to NR-Power Flow.pdf

ECEN615_Fall2020_Lect4.pptx
ECEN615_Fall2020_Lect4.pptxECEN615_Fall2020_Lect4.pptx
ECEN615_Fall2020_Lect4.pptx
PrasenjitDey49
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
Forward2025
 
Lecture 7
Lecture 7Lecture 7
Lecture 7
Forward2025
 
Load flow study Part-I
Load flow study Part-ILoad flow study Part-I
Load flow study Part-I
Asif Jamadar
 
about power system operation and control13197214.ppt
about power system operation and control13197214.pptabout power system operation and control13197214.ppt
about power system operation and control13197214.ppt
MohammedAhmed66819
 
APSA LEC 9
APSA LEC 9APSA LEC 9
APSA LEC 9
mehmoodtahir1
 
ECE476_2016_Lect 12.pptx
ECE476_2016_Lect 12.pptxECE476_2016_Lect 12.pptx
ECE476_2016_Lect 12.pptx
Ahmed359095
 
Lecture 10
Lecture 10Lecture 10
Lecture 10
Forward2025
 
UNIT-III complex reactive three phase.ppt
UNIT-III complex reactive three phase.pptUNIT-III complex reactive three phase.ppt
UNIT-III complex reactive three phase.ppt
Abinaya Saraswathy T
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
Forward2025
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
Forward2025
 
Eet3082 binod kumar sahu lecture_34
Eet3082 binod kumar sahu lecture_34Eet3082 binod kumar sahu lecture_34
Eet3082 binod kumar sahu lecture_34
BinodKumarSahu5
 
Newton Raphson method for load flow analysis
Newton Raphson method for load flow analysisNewton Raphson method for load flow analysis
Newton Raphson method for load flow analysisdivyanshuprakashrock
 
Frequency analyis i - sqrd1062016
Frequency analyis i - sqrd1062016Frequency analyis i - sqrd1062016
Frequency analyis i - sqrd1062016
foxtrot jp R
 
Voltage stability enhancement of a Transmission Line
Voltage stability  enhancement of a Transmission Line Voltage stability  enhancement of a Transmission Line
Voltage stability enhancement of a Transmission Line
anirudh sharma
 

Similar to NR-Power Flow.pdf (20)

ECEN615_Fall2020_Lect4.pptx
ECEN615_Fall2020_Lect4.pptxECEN615_Fall2020_Lect4.pptx
ECEN615_Fall2020_Lect4.pptx
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
 
Lecture 7
Lecture 7Lecture 7
Lecture 7
 
Load flow study Part-I
Load flow study Part-ILoad flow study Part-I
Load flow study Part-I
 
about power system operation and control13197214.ppt
about power system operation and control13197214.pptabout power system operation and control13197214.ppt
about power system operation and control13197214.ppt
 
APSA LEC 9
APSA LEC 9APSA LEC 9
APSA LEC 9
 
ECE476_2016_Lect 12.pptx
ECE476_2016_Lect 12.pptxECE476_2016_Lect 12.pptx
ECE476_2016_Lect 12.pptx
 
Lecture 10
Lecture 10Lecture 10
Lecture 10
 
UNIT-III complex reactive three phase.ppt
UNIT-III complex reactive three phase.pptUNIT-III complex reactive three phase.ppt
UNIT-III complex reactive three phase.ppt
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
Eet3082 binod kumar sahu lecture_34
Eet3082 binod kumar sahu lecture_34Eet3082 binod kumar sahu lecture_34
Eet3082 binod kumar sahu lecture_34
 
Newton Raphson method for load flow analysis
Newton Raphson method for load flow analysisNewton Raphson method for load flow analysis
Newton Raphson method for load flow analysis
 
P1111145969
P1111145969P1111145969
P1111145969
 
Circuitanly
CircuitanlyCircuitanly
Circuitanly
 
Frequency analyis i - sqrd1062016
Frequency analyis i - sqrd1062016Frequency analyis i - sqrd1062016
Frequency analyis i - sqrd1062016
 
Voltage stability enhancement of a Transmission Line
Voltage stability  enhancement of a Transmission Line Voltage stability  enhancement of a Transmission Line
Voltage stability enhancement of a Transmission Line
 
Resonant circuits
Resonant circuitsResonant circuits
Resonant circuits
 
transformer
transformertransformer
transformer
 
FinalReport
FinalReportFinalReport
FinalReport
 

More from LucasMogaka

1502957399lectrure_5_KUET.pptx
1502957399lectrure_5_KUET.pptx1502957399lectrure_5_KUET.pptx
1502957399lectrure_5_KUET.pptx
LucasMogaka
 
Ch08_PPT_Fund_Elec_Circ_5e.ppt
Ch08_PPT_Fund_Elec_Circ_5e.pptCh08_PPT_Fund_Elec_Circ_5e.ppt
Ch08_PPT_Fund_Elec_Circ_5e.ppt
LucasMogaka
 
Power_plant_ecomices.pptx
Power_plant_ecomices.pptxPower_plant_ecomices.pptx
Power_plant_ecomices.pptx
LucasMogaka
 
Transmission_and_Distribution_System.pptx
Transmission_and_Distribution_System.pptxTransmission_and_Distribution_System.pptx
Transmission_and_Distribution_System.pptx
LucasMogaka
 
Basic_Laws.ppt
Basic_Laws.pptBasic_Laws.ppt
Basic_Laws.ppt
LucasMogaka
 
loadforecasting-190205135237.pptx
loadforecasting-190205135237.pptxloadforecasting-190205135237.pptx
loadforecasting-190205135237.pptx
LucasMogaka
 
Section 5 Power Flow.pdf
Section 5 Power Flow.pdfSection 5 Power Flow.pdf
Section 5 Power Flow.pdf
LucasMogaka
 
Ac_steady_state_analyis.pptx
Ac_steady_state_analyis.pptxAc_steady_state_analyis.pptx
Ac_steady_state_analyis.pptx
LucasMogaka
 
slides_12_ch 14-2- complex numbers.pdf
slides_12_ch 14-2- complex numbers.pdfslides_12_ch 14-2- complex numbers.pdf
slides_12_ch 14-2- complex numbers.pdf
LucasMogaka
 
MATLAB DEKUT 2019.doc
MATLAB DEKUT 2019.docMATLAB DEKUT 2019.doc
MATLAB DEKUT 2019.doc
LucasMogaka
 
LOAD FORECASTING.ppt
LOAD FORECASTING.pptLOAD FORECASTING.ppt
LOAD FORECASTING.ppt
LucasMogaka
 
0ea1cdf161957c644e8c0b524c973c7e7b2c - Copy.pdf
0ea1cdf161957c644e8c0b524c973c7e7b2c - Copy.pdf0ea1cdf161957c644e8c0b524c973c7e7b2c - Copy.pdf
0ea1cdf161957c644e8c0b524c973c7e7b2c - Copy.pdf
LucasMogaka
 
Economic_Load_Dispatch.pdf
Economic_Load_Dispatch.pdfEconomic_Load_Dispatch.pdf
Economic_Load_Dispatch.pdf
LucasMogaka
 
18053522.pdf
18053522.pdf18053522.pdf
18053522.pdf
LucasMogaka
 
CiT-03.pptx
CiT-03.pptxCiT-03.pptx
CiT-03.pptx
LucasMogaka
 
CiT-02.pptx
CiT-02.pptxCiT-02.pptx
CiT-02.pptx
LucasMogaka
 
Ac_steady_state_analyis.pptx
Ac_steady_state_analyis.pptxAc_steady_state_analyis.pptx
Ac_steady_state_analyis.pptx
LucasMogaka
 
CiT-03.pptx
CiT-03.pptxCiT-03.pptx
CiT-03.pptx
LucasMogaka
 
1340050227.pdf
1340050227.pdf1340050227.pdf
1340050227.pdf
LucasMogaka
 
EE-8353 EDC COURSE MATERIAL.pdf
EE-8353 EDC COURSE MATERIAL.pdfEE-8353 EDC COURSE MATERIAL.pdf
EE-8353 EDC COURSE MATERIAL.pdf
LucasMogaka
 

More from LucasMogaka (20)

1502957399lectrure_5_KUET.pptx
1502957399lectrure_5_KUET.pptx1502957399lectrure_5_KUET.pptx
1502957399lectrure_5_KUET.pptx
 
Ch08_PPT_Fund_Elec_Circ_5e.ppt
Ch08_PPT_Fund_Elec_Circ_5e.pptCh08_PPT_Fund_Elec_Circ_5e.ppt
Ch08_PPT_Fund_Elec_Circ_5e.ppt
 
Power_plant_ecomices.pptx
Power_plant_ecomices.pptxPower_plant_ecomices.pptx
Power_plant_ecomices.pptx
 
Transmission_and_Distribution_System.pptx
Transmission_and_Distribution_System.pptxTransmission_and_Distribution_System.pptx
Transmission_and_Distribution_System.pptx
 
Basic_Laws.ppt
Basic_Laws.pptBasic_Laws.ppt
Basic_Laws.ppt
 
loadforecasting-190205135237.pptx
loadforecasting-190205135237.pptxloadforecasting-190205135237.pptx
loadforecasting-190205135237.pptx
 
Section 5 Power Flow.pdf
Section 5 Power Flow.pdfSection 5 Power Flow.pdf
Section 5 Power Flow.pdf
 
Ac_steady_state_analyis.pptx
Ac_steady_state_analyis.pptxAc_steady_state_analyis.pptx
Ac_steady_state_analyis.pptx
 
slides_12_ch 14-2- complex numbers.pdf
slides_12_ch 14-2- complex numbers.pdfslides_12_ch 14-2- complex numbers.pdf
slides_12_ch 14-2- complex numbers.pdf
 
MATLAB DEKUT 2019.doc
MATLAB DEKUT 2019.docMATLAB DEKUT 2019.doc
MATLAB DEKUT 2019.doc
 
LOAD FORECASTING.ppt
LOAD FORECASTING.pptLOAD FORECASTING.ppt
LOAD FORECASTING.ppt
 
0ea1cdf161957c644e8c0b524c973c7e7b2c - Copy.pdf
0ea1cdf161957c644e8c0b524c973c7e7b2c - Copy.pdf0ea1cdf161957c644e8c0b524c973c7e7b2c - Copy.pdf
0ea1cdf161957c644e8c0b524c973c7e7b2c - Copy.pdf
 
Economic_Load_Dispatch.pdf
Economic_Load_Dispatch.pdfEconomic_Load_Dispatch.pdf
Economic_Load_Dispatch.pdf
 
18053522.pdf
18053522.pdf18053522.pdf
18053522.pdf
 
CiT-03.pptx
CiT-03.pptxCiT-03.pptx
CiT-03.pptx
 
CiT-02.pptx
CiT-02.pptxCiT-02.pptx
CiT-02.pptx
 
Ac_steady_state_analyis.pptx
Ac_steady_state_analyis.pptxAc_steady_state_analyis.pptx
Ac_steady_state_analyis.pptx
 
CiT-03.pptx
CiT-03.pptxCiT-03.pptx
CiT-03.pptx
 
1340050227.pdf
1340050227.pdf1340050227.pdf
1340050227.pdf
 
EE-8353 EDC COURSE MATERIAL.pdf
EE-8353 EDC COURSE MATERIAL.pdfEE-8353 EDC COURSE MATERIAL.pdf
EE-8353 EDC COURSE MATERIAL.pdf
 

Recently uploaded

bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
Kamal Acharya
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
iemerc2024
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
AIR POLLUTION lecture EnE203 updated.pdf
AIR POLLUTION lecture EnE203 updated.pdfAIR POLLUTION lecture EnE203 updated.pdf
AIR POLLUTION lecture EnE203 updated.pdf
RicletoEspinosa1
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
nikitacareer3
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 

Recently uploaded (20)

bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
AIR POLLUTION lecture EnE203 updated.pdf
AIR POLLUTION lecture EnE203 updated.pdfAIR POLLUTION lecture EnE203 updated.pdf
AIR POLLUTION lecture EnE203 updated.pdf
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 

NR-Power Flow.pdf

  • 2. Newton-Raphson Power Flow  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  Newton-Raphson algorithm is very common in power flow analysis.
  • 3. NR Application to Power Flow
  • 4. Real Power Balance Equations * * 1 1 1 1 1 ( ) (cos sin )( ) Resolving into the real and imaginary parts: ( cos sin ) ( sin ik n n j i i i i ik k i k ik ik k k n i k ik ik ik ik k n i Gi Di i k ik ik ik ik k n i Gi Di i k ik ik k S P jQ V Y V V V e G jB V V j G jB P P P V V G B Q Q Q V V G                                cos ) ik ik B  
  • 5. 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 equ 1 1 ations: ( cos sin ) 0 ( sin cos ) 0 n i k ik ik ik ik Gi Di k n i k ik ik ik ik Gi Di k V V G B P P V V G B Q Q                
  • 6. Power Balance Equations 1 1 For convenience, write: ( ) ( cos sin ) ( ) ( sin cos ) The power balance equations are then: ( ) 0 ( ) 0 n i i k ik ik ik ik k n i i k ik ik ik ik k i Gi Di i Gi Di P V V G B Q V V G B P P P Q Q Q                   x x x x
  • 7. Power Balance Equations • Note that Pi( ) and Qi( ) mean the functions that expresses flow from bus i into the system in terms of voltage magnitudes and angles, • While PGi, PDi, QGi, QDi mean the generations and demand at the bus. • For a system with a slack bus and the rest PQ buses, power flow problem is to use the power balance equations to solve for the unknown voltage magnitudes and angles in terms of the given bus generations and demands, and then use solution to calculate the real and reactive injection at the slack bus.
  • 8. Power Flow Variables 2 n 2 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 ( ) , where: n V V          f x 0 x 2 2 2 2 2 2 ( ) ( ) ( ) ( ) ( ) G D n Gn Dn G D n Gn Dn P P P P P P Q Q Q Q Q Q                                         x x f x x x
  • 9. N-R Power Flow Solution (0) ( ) ( 1) ( ) ( ) 1 ( ) The power flow is solved using the same procedure discussed previously for general equations: For 0; make an initial guess of , While ( ) Do [ ( )] ( ) 1 End v v v v v v v v          x x f x x x J x f x
  • 10. Power Flow Jacobian Matrix 1 1 1 1 2 2 2 2 2 2 1 2 2 2 2 2 2 2 2 2 1 2 The most difficult part of the algorithm is determining and factorizing the Jacobian matrix, ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) n n n n n f f f x x x f f f x x x f f f x x x                         J x x x x x x x J x x x 2 2 ( ) n                     x
  • 11. Power Flow Jacobian Matrix 1 Jacobian elements are calculated by differentiating each function, ( ), with respect to each variable. For example, if ( ) is the bus real power equation ( ) ( cos sin ) i i n i i k ik ik ik ik Gi k f x f x i f x V V G B P P         1 ( ) ( sin cos ) ( ) ( sin cos ) ( ) Di n i i k ik ik ik ik i k k i i i j ij ij ij ij j f x V V G B f x V V G B j i                   
  • 12. Two Bus Newton-Raphson Example Line Z = 0.1j One Two 1.000 pu 1.000 pu 200 MW 100 MVR 0 MW 0 MVR For the two bus power system shown below, use the Newton-Raphson power flow to determine the voltage magnitude and angle at bus two. Assume that bus one is the slack and SBase = 100 MVA. 2 2 10 10 Unkown: , Also, 10 10 bus j j V j j                  x Y
  • 13. 1 1 General power balance equations: ( cos sin ) 0 ( sin cos ) 0 For bus two, the power balance equations are (load real power is 2.0 per unit, while react n i k ik ik ik ik Gi Di k n i k ik ik ik ik Gi Di k V V G B P P V V G B Q Q                 2 1 2 2 2 1 2 2 ive power is 1.0 per unit): (10sin ) 2.0 0 ( 10cos ) (10) 1.0 0 V V V V V        
  • 14. 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ( ) 2.0 (10sin ) 2.0 ( ) 1.0 ( 10cos ) (10) 1.0 Now calculate the power flow Jacobian ( ) ( ) ( ) ( ) ( ) 10 cos 10sin 10 sin 10cos 20 P V Q V V P P x x V Q Q x x V V V V                                               x x J x
  • 15. Two Bus Example, First Iteration (0) 2 (0) (0) 2 (0) (0) 2 2 (0) 2 (0) (0) (0) 2 2 2 (0) (0) (0) 2 2 2 (0) (0) (0) 2 2 0 For 0, guess . Calculate: 1 (10sin ) 2.0 2.0 ( ) 1.0 ( 10cos ) (10) 1.0 10 cos 10sin ( ) 10 sin 10cos v V V V V V V                                              x f x J x (0) (0) 2 2 1 (1) 10 0 0 10 20 0 10 0 2.0 0.2 Solve 1 0 10 1.0 0.9 V                                               x
  • 16. Two Bus Example, Next Iterations (1) 2 (1) 1 (2) 0.9(10sin( 0.2)) 2.0 0.212 ( ) 0.279 0.9( 10cos( 0.2)) 0.9 10 1.0 8.82 1.986 ( ) 1.788 8.199 0.2 8.82 1.986 0.212 0.233 0.9 1.788 8.199 0.279 0.8586 (                                                               f x J x x f (2) (3) (3) 2 0.0145 0.236 ) 0.0190 0.8554 0.0000906 ( ) Close enough! 0.8554 13.52 0.0001175 V                           x x f x
  • 17. PV Buses Since the voltage magnitude at PV buses is fixed there is no need to explicitly include these voltages in x nor explicitly include the reactive power balance equations at the PV buses: – the reactive power output of the generator varies to maintain the fixed terminal voltage (within limits), so we can just use the solved voltages and angles to calculate the reactive power production to be whatever is needed to satisfy reactive power balance. – An alternative is to keep the reactive power balance equation explicit but also write an explicit voltage constraint for the generator bus: |Vi | – Vi setpoint = 0
  • 18. Three Bus PV Case Example Line Z = 0.1j Line Z = 0.1j Line Z = 0.1j One Two 1.000 pu 0.941 pu 200 MW 100 MVR 170.0 MW 68.2 MVR -7.469 Deg Three 1.000 pu 30 MW 63 MVR 2 2 2 3 3 3 2 2 2 For this three bus case we have ( ) ( ) ( ) 0 ( ) D G D P P P P V Q Q                             x x f x x x
  • 19. PV Buses • With Newton-Raphson, PV buses means that there are less unknown variables we need to calculate explicitly and less equations we need to satisfy explicitly. • Reactive power balance is satisfied implicitly by choosing reactive power production to be whatever is needed, once we have a solved case (like real and reactive power at the slack bus). • Contrast to Gauss iterations where PV buses complicated the algorithm.