Skip to content

This code shows a C++ implementation of the NR load flow method, including: formation of sparse admittance and Jacobian matrices, computation of real and reactive power equations formation of the linear system of equations and solution of the resultant sparse linear system using a parallel implementation of an iterative Krylov subspace method (P…

Notifications You must be signed in to change notification settings

danieljovan/MPhil_Sequential_CPP_Sparse_Newton_Raphson_Power_Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPhil_Sequential_CPP_Sparse_Newton_Raphson_Power_Flow

This code shows a C++ implementation of the NR load flow method, including:

  • formation of sparse admittance and Jacobian matrices,
  • computation of real and reactive power equations,
  • formation of the linear system of equations
  • solution of the resultant sparse linear system using an iterative Krylov subspace method (Preconditioned Stabilized Bi-conjugate Gradient method)

About

This code shows a C++ implementation of the NR load flow method, including: formation of sparse admittance and Jacobian matrices, computation of real and reactive power equations formation of the linear system of equations and solution of the resultant sparse linear system using a parallel implementation of an iterative Krylov subspace method (P…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages