Abstract

This paper focuses on using the Newton-Raphson method to solve the power-flow problems. Since the most computationally demanding part of the Newton-Raphson method is to solve the linear equations at each iteration, this study investigates different approaches to solve the linear equations on both central processing unit (CPU) and graphical processing unit (GPU). Six different approaches have been developed and evaluated in this paper: two approaches of these run entirely on CPU while other two of these run entirely on GPU, and the remaining two are hybrid approaches that run on both CPU and GPU. All six direct linear solvers use either $LU$ or $QR$ factorization to solve the linear equations. Two different hardware platforms have been used to conduct the experiments. The performance results show that the CPU version with $LU$ factorization gives better performance compared to the GPU version using standard library called cuSOLVER even for the larger power-flow problems. Moreover, it has been proven that the best performance is achieved using a hybrid method where the Jacobian matrix is assembled on GPU, the preprocessing with a sparse high performance linear solver called KLU is performed on the CPU in the first iteration, and the linear equation is factorized on the GPU and solved on the CPU. Maximum speed up in this study is obtained on the largest case with 25000 buses. The hybrid version shows a speedup factor of 9.6 with a NVIDIA P100 GPU while 13.1 with a NVIDIA V100 GPU in comparison with baseline CPU version on an Intel Xeon Gold 6132 CPU.

Highlights

  • Power system modeling is increasing in importance

  • WORK This study shows that the hybrid versions, which combine both the central processing unit (CPU) and graphical processing unit (GPU) for the computation, performed better than all the other versions developed and evaluated in this paper

  • When comparing the best performing hybrid version with the baseline CPU version, both running the network with 25000 buses, a speedup factor of 13.1 is achieved

Read more

Summary

INTRODUCTION

Power system modeling is increasing in importance. It is vital for power system operations and transmission grid expansions, and the future energy transition. M. D’orto et al.: Comparing Different Approaches for Solving Large Scale Power-Flow Problems. Based on the evaluations, propose the two hybrid methods that combines analysis and factorization phases on GPU and solve phase on CPU, which are the best suited versions for the N-R method applied to large scale power flow problems. The solution to the power-flow problem is usually obtained by solving nodal power balance equations These types of equations are non-linear and iterative techniques such as N-R are commonly used. Load Bus: The injected active and reactive powers are known while the voltage angles and magnitudes are unknown. These buses are referred to as PQ buses.

THE NEWTON-RAPHSON METHOD
METHODS
EXPERIMENTAL EVALUATION
Findings
CONCLUSION AND FURTHER WORK
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call