Skip to content

Wenqi-Cui/Predict-Power-System-Dynamics-Frequency-Domain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting Power System Dynamics and Transients: A Frequency Domain Approach

This repository contains source code necessary to reproduce the results presented in the following paper: A Frequency Domain Approach to Predict Power System Transients

Authors: Wenqi Cui, Weiwei Yang and Baosen Zhang

University of Washington, Microsoft Research

Motivation

The dynamics of power grids are governed by a large number of nonlinear ordinary differential equations (ODEs). To safely operate the system, operators need to check that the states described by this set of ODEs stay within prescribed limits after various faults. Limited by the size and stiffness of the ODEs, current numerical integration techniques are often too slow to be useful in real-time or large-scale resource allocation problems. In addition, detailed system parameters are often not exactly known. Machine learning approaches have been proposed to reduce the computational efforts, but existing methods generally suffer from overfitting and failures to predict unstable behaviors.

This paper proposes a novel framework for power system dynamic predictions by learning in the frequency domain. The intuition is that although the system behavior is complex in the time domain, there are relatively few dominate modes in the frequency domain. Therefore, we learn to predict by constructing neural networks with Fourier transform and filtering layers. System topology and fault information are encoded by taking a multi-dimensional Fourier transform, allowing us to leverage the fact that the trajectories are sparse both in time and spatial (across different buses) frequencies. We show that the proposed approach does not need detailed system parameters, speeds up prediction computations by orders of magnitude and is highly accurate for different fault types.

The transient dynamics

Here we show the transient dynamics of angle(left), frequency deviation(middle) and voltage(right) in NPCC test system corresponding to (a) accurate trajectory. (b) prediction.

Language and Dependencies

We used Pytorch to implement and train the neural network models. The dataset of trajectories for NPCC system is generated by power system toolbox from MATLAB as 'record_trajectory_NPCC_Fs12_scale2.mat'. The dataset for the Great Britain transmission network is generated by ANDES (see https://docs.andes.app/en/latest/). In the updated version of the code, we convert this dataset to the formate of .pickle that can be loaded by the notebook quicker. The link to the dataset is involved in the notebook.

Code References

We thank https://github.com/zongyi-li/fourier_neural_operator for developping open-sorce code for Fourier Neural Operator, https://www.ecse.rpi.edu/~chowj/ for developping open-sorce power system toolbox, and https://github.com/cuihantao/andes for developping open-source Python library for power system dynamic simulation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published