Papers
Topics
Authors
Recent
Search
2000 character limit reached

A Unified Approach for Learning the Dynamics of Power System Generators and Inverter-based Resources

Published 22 Sep 2024 in eess.SY and cs.LG | (2409.14454v1)

Abstract: The growing prevalence of inverter-based resources (IBRs) for renewable energy integration and electrification greatly challenges power system dynamic analysis. To account for both synchronous generators (SGs) and IBRs, this work presents an approach for learning the model of an individual dynamic component. The recurrent neural network (RNN) model is used to match the recursive structure in predicting the key dynamical states of a component from its terminal bus voltage and set-point input. To deal with the fast transients especially due to IBRs, we develop a Stable Integral (SI-)RNN to mimic high-order integral methods that can enhance the stability and accuracy for the dynamic learning task. We demonstrate that the proposed SI-RNN model not only can successfully predict the component's dynamic behaviors, but also offers the possibility of efficiently computing the dynamic sensitivity relative to a set-point change. These capabilities have been numerically validated based on full-order Electromagnetic Transient (EMT) simulations on a small test system with both SGs and IBRs, particularly for predicting the dynamics of grid-forming inverters.

Summary

  • The paper proposes a modular SI-RNN framework to accurately simulate hybrid power system dynamics by integrating generator and inverter-based resource models.
  • The paper utilizes reduced-order state-space representations to improve computational efficiency and stability in dynamic simulations.
  • The model enables gradient-based sensitivity analysis for control and optimization of real-time grid operations in diverse benchmark configurations.

A Unified Approach for Learning the Dynamics of Power System Generators and Inverter-based Resources

Introduction

The integration of inverter-based resources (IBRs) into power grids poses unique challenges due to their dynamic characteristics, particularly in the presence of synchronous generators (SGs). The paper introduces a modularized learning framework based on novel recurrent neural network (RNN) architectures to address the modeling needs of these hybrid systems. The primary objective is to facilitate dynamic analysis of grid resources through individual component-level modeling and integration, improving both computational efficiency and modeling accuracy. Figure 1

Figure 1: Schematic diagram of the averaged full-order GFM-inverter model with the reference signals, control system, and electrical system.

Dynamics Modeling

The paper's methodology involves the application of a reduced-order model that represents SGs and grid-forming (GFM) inverters using key state variables. This is achieved by simplifying the high-order dynamic models while retaining essential dynamics that influence system-level behavior. For SGs, the authors employ a two-axis model coupled with governor and exciter controls, resulting in a state-space representation based on rotor angle, frequency, and internal voltage dynamics. In contrast, GFM inverters utilize a unified control model adapted to the specific dynamics of fast transient responses. Figure 2

Figure 2: Modular architecture for modeling grid dynamics with each component represented as individual NNs.

Learning Framework

The paper proposes a Stable Integral RNN (SI-RNN) to tackle challenges associated with fast dynamics and numerical instabilities typically encountered in power systems with high IBR penetration. The SI-RNN integrates aspects of higher-order numerical integration methods, such as the Runge-Kutta approach, allowing for a more stable and accurate prediction of dynamic behaviors. This model surpasses simple RNNs by reducing the accumulation of errors over time, making it particularly adept at handling stiff problems where rapid transient dynamics are present. Figure 3

Figure 3: Comparison of SG and GFM state responses to a three-phase grounded fault of the 5-bus system.

Dynamic Sensitivity and Integration

A notable feature of the SI-RNN model is its ability to predict dynamic sensitivities, such as frequency response to active power set-point changes, using gradient-based methods like backpropagation. This enables the application of the model in optimization and control tasks that are informed by sensitivity data. The component-level approach permits the seamless integration of the models into broader network simulations by interfacing with terminal bus voltages, allowing for flexible network-wide dynamic analysis. Figure 4

Figure 4: Diagram of the proposed SI-RNN dynamics learning framework.

Numerical Validation

The paper presents a robust validation of the SI-RNN model using datasets generated from simulations of SGs and GFMs within benchmark power system configurations, such as a single machine infinite bus (SMIB) system and a multi-bus system. Comparisons with traditional RNN approaches reveal the SI-RNN's superior performance, particularly in scenarios necessitating long-term stability and accurate transient dynamics prediction. Figure 5

Figure 5: One-line diagram of the SMIB system for learning the SG dynamics.

Conclusion

The introduction of the SI-RNN framework offers a substantial advancement in the modeling and simulation of power system dynamics, facilitating more reliable and efficient integration of mixed resources like SGs and IBRs. The proposed model not only enhances the accuracy of dynamic state predictions but also offers a scalable solution for network-wide implementations. Future directions include expanding the integration capabilities to encompass more complex network topologies and enhancing the model's real-time predictive capabilities.

The paper's contributions are significant, providing a pathway for more robust dynamic analysis and control of modern power systems subjected to rapid electrification and renewable integration. As the infrastructure evolves, the application of such novel learning frameworks remains essential in ensuring grid stability and operational efficiency.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

Knowledge Gaps

Knowledge gaps, limitations, and open questions

Below is a single, consolidated list of specific gaps and open issues that remain unresolved and could guide future research:

  • Reduced-order validity and limits:
    • The reduced-order state set [δ, ω, E] for both SGs and GFMs assumes negligible impact from high-frequency modes and relatively stable inverter currents; the range of operating conditions (fault severity, harmonic content, weak-grid conditions, PLL interactions, LCL resonance) under which these simplifications remain accurate is not quantified.
    • Elimination of certain SG internal states (e.g., EdE_d' via small TqoT'_{qo}) and the approximation of current dynamics via algebraic relations are not validated across diverse generator models, saturation limits, and excitation/governor nonlinearities.
  • Scope of inverter modeling:
    • The unified GFM model relies on strong assumptions (single inductor filter, pure inductive lines, stiff grid, perfect synchronization), which are often violated in practice; the approach’s fidelity under realistic filter/line models (e.g., LCL, mixed R/X, weak grids) is not assessed.
    • Only dVOC-based GFMs are demonstrated; generalization to droop and VSM parameterizations (and controller nonlinearities or limits) is claimed but not empirically evaluated.
    • Grid-following (GFL) inverters—the current majority in deployments—are not modeled or learned; the approach’s adaptability to GFL control architectures remains unexplored.
  • Network integration and modular coupling:
    • The paper proposes terminal-bus decoupling and static power flow coupling for integration, but does not implement or validate a full system-wide modular coupling under dynamic DAEs (e.g., dynamic loads, network algebraics, voltage-dependent devices, protection actions).
    • Stability and accuracy of the integrated multi-component SI-RNN framework under changing network topology (line outages, breaker operations) and strong inter-component interactions are not analyzed.
    • How the modular SI-RNNs would be jointly solved or iteratively coupled with network-level constraints (e.g., power flow solvability, voltage constraints) is left unspecified.
  • Theoretical guarantees and numerical stability:
    • SI-RNN is inspired by RK4 but lacks formal stability or convergence guarantees; learned “RK-like” weights are unconstrained (e.g., no Butcher tableau structure), so improved stability regions are not theoretically established.
    • The choice of time-step and its relation to stiffness, approximation error, and stability (CFL-like conditions) is empirical; guidelines for selecting Δt to ensure stable long-horizon predictions are absent.
    • No analysis of error accumulation, boundedness of trajectories, or Lyapunov-style guarantees for iterative rollout is provided.
  • Sensitivity modeling and validation:
    • The dynamic sensitivity computation via automatic differentiation is not systematically validated against finite differences across a broad set of scenarios, time horizons, and noise conditions; discrepancies, smoothness issues, and gradient reliability are acknowledged but not resolved.
    • Sensitivity trajectories are shown for only PP^\star–ω; extension to multi-input sensitivities (e.g., QQ^\star, voltage setpoints, controller gains) and cross-sensitivities is not studied.
    • Use of sensitivity-aware loss functions (regularizing training with sensitivity matching) is proposed but not implemented or evaluated.
  • Data and measurement realism:
    • Training and validation rely on synthetic EMT/Simulink data from small systems; robustness to real-world measurement noise, PMU synchronization errors, missing data, and sensor biases is not addressed.
    • The filtering and down-sampling pipeline (10 kHz EMT to ~100 Hz) may remove essential fast modes; the impact of sampling rate and preprocessing on model fidelity and response to rapid transients is not quantified.
    • Required inputs (terminal bus phasors, controller set-points) may not be fully observable or time-aligned in practice; strategies for handling partial observability and unknown inputs are not provided.
  • Generalization and scalability:
    • The approach is tested on an SMIB and a 5-bus subsystem only; scalability to larger, heterogeneous grids with many components, diverse device models, and complex event sequences is untested.
    • Generalization to unseen contingencies (locations/types of faults, multi-stage events, cascading outages), parameter variations (device ratings, controller gains), and operating regimes (low inertia, high IBR penetration) is not characterized.
  • Controller nonlinearities, limits, and protections:
    • Nonlinearities (exciter/gov saturation, deadbands), actuator limits, and protection dynamics (tripping, fault ride-through, current limits) are not included in the learned models; their omission can materially affect transient behaviors.
    • Secondary/tertiary control layers, communication delays, and cyber-physical constraints are not modeled, limiting applicability to real-world hierarchical control settings.
  • Comparative baselines and benchmarking:
    • No comparison to neural ODEs, physics-informed models, Koopman/operator learning, or other hybrid identification methods; trade-offs in accuracy, computational cost, and integrability are not quantified.
    • The computational advantages vs. EMT or other reduced-order simulators (runtime, memory, training/inference costs) are not benchmarked.
  • Training methodology and reproducibility:
    • Hyperparameter sensitivity (hidden state size, number of stacked blocks, activation functions), initialization schemes, and training stability (e.g., vanishing/exploding gradients across long sequences) are not analyzed.
    • Uncertainty quantification, calibration, and confidence bounds on predictions (states and sensitivities) are absent; methods to detect when the model is extrapolating beyond training distribution are not provided.
  • Practical deployment and control integration:
    • How SI-RNN outputs (states, sensitivities) would be integrated into real-time operations, optimization, and control (e.g., MPC, contingency screening) under strict timing and reliability constraints is not demonstrated.
    • Safety and verification mechanisms (e.g., constraint enforcement, fail-safes, certified bounds) for using learned models in closed-loop control remain open.
  • Data requirements and domain adaptation:
    • Minimum data duration, diversity, and quality needed to train reliable component models are not specified; guidelines for transfer learning or domain adaptation across sites/devices are lacking.
    • Strategies for continual learning and model updating under equipment aging, firmware changes, or controller retuning are not explored.

Open Problems

We found no open problems mentioned in this paper.

Collections

Sign up for free to add this paper to one or more collections.