Next Article in Journal
S2S-Sim: A Benchmark Dataset for Ship Cooperative 3D Object Detection
Previous Article in Journal
Efficient V2V Communications by Clustering-Based Collaborative Caching
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Multi-Rate Simulation Strategy Based on the Modified Time-Domain Simulation Method and Multi-Area Data Exchange Method of Power Systems

1
Electric Power Research Institute of CSG, Guangzhou 510663, China
2
School of Electrical Engineering and Automation, Wuhan University, Wuhan 430072, China
3
Hubei Engineering and Technology Research Center for AC/DC Intelligent Distribution Network, Wuhan 430072, China
*
Author to whom correspondence should be addressed.
These authors contribute equally to this work.
Electronics 2024, 13(5), 884; https://doi.org/10.3390/electronics13050884
Submission received: 29 December 2023 / Revised: 14 January 2024 / Accepted: 17 January 2024 / Published: 26 February 2024

Abstract

:
Accurate modeling for power-electronic devices requires power systems to be simulated with considerably small step sizes (typically several microseconds), which causes unnecessary computational burden and reduces efficiency, especially for large-scale power systems. To achieve a balance between simulation precision and efficiency, this paper introduces an innovative multi-rate interface strategy based on the modified time-domain simulation (TDS) method and multi-area data exchange method. The modified TDS method transforms the initialization process into exchange of electric data among different subsystems, while the multi-area data exchange method is able to ensure numerical stability and simulation universality during the multi-rate simulation. The proposed strategy provides a robust interface that allows different subsystems to be engaged in simulations with different step sizes while exchanging data. To validate this strategy, simulations on an integrated system of IEEE 14-bus and 33-bus systems is conducted. In addition, the strategy is further applied to a real-world scenario of the subsystem in the Guangxi Power Grid in China. Analysis of the results indicates that the proposed multi-rate fast simulation strategy can significantly boost simulation efficiency while maintaining accuracy, which marks a notable improvement compared with the traditional single step size simulation.

1. Introduction

With the high penetration of distributed energy resources and power electronics devices, modern power systems feature dynamic characteristics with multiple time scales. Due to the need for precise control of power electronic devices in microsecond timescales, a considerably small step size is normally required for simulating power electronic systems [1,2,3]. Because of the presence of equipment, such as synchronous generators and power electronics devices, the components in the grids have different time constants, demonstrating both fast and slow dynamic characteristics. The simulation step size of the former is typically in the range of microseconds or even nanoseconds, which may lead to inefficiency, especially for large-scale power systems. The simulation of the latter, on the other hand, generally requires a step size of tens of milliseconds, which is faster but cannot accurately model the dynamic characteristics of power electronic devices. Therefore, one of the solutions for the simulation of modern power systems is to adopt a multi-rate interface strategy [4], which uses different simulation step sizes for network areas with different time constants, and for different areas being connected through appropriate data exchange [5,6]. By adopting the above strategy, accurate simulation results can be obtained while expediting the simulation process for large-scale power systems.
However, due to the inherent limitations of commonly used multi-rate simulation algorithms, it is difficult to simultaneously achieve both simulation accuracy and efficiency [6]. The original multi-rate method, proposed by Gear and Wells, is designed to solve systems of ordinary differential equations [7]. This method uniquely combines different simulation time steps and integration methods for various variables, coupling fast and slow variables through techniques such as interpolation. In modern power systems, there are two different dynamic response speeds suitable for the multi-rate method. However, the multi-rate algorithm proposed by [7] cannot be applied directly because of the strong voltage and current constraints between different subsystems [8]. The fast-priority and slow-priority algorithms use extrapolation to synchronize different time steps [9], but this compromises the simulation’s accuracy and stability. The multi-rate simulation using the slack variable method strictly enforces the voltage and current constraints through iteration [10,11], but its simulation efficiency is limited. The multi-port Thevenin equivalent algorithm based on full implicit integration also improves simulation efficiency [11]. The above methods are all multi-rate methods based on variables derived from the original method proposed by [7].
With the large-scale integration of power electronic devices, multi-rate algorithms have developed to the system level [12,13]. In [14], a multi-rate parallel transient simulation technique for large-scale distribution networks is proposed, based on network decomposition. This method employs interface equivalent models and adaptive variable step size techniques to accelerate parallel simulations. To reduce errors and ensure accuracy, it also adopts interpolation methods and employs a truncation error control strategy with the adaptively adjusted step size. In [15], the authors introduce a novel multi-rate hybrid solver for AC/DC systems to address the nonlinear issues. The solver applies both iterative and non-iterative solvers with different time steps to the decomposed subsystems and has been successfully validated on a real-time simulation platform. Reference [16] presents a multi-rate method for simulating multi-physical systems with a wide range of time scales in the context of an Electric Storage Unit (ESU) for all-electric ferries. This method is capable of handling the high interdependence between fast and slow state variables, thereby enhancing simulation efficiency. The authors of [17] integrate a multi-scale algorithm for the faster electromagnetic and slower electromechanical dynamic simulations based on matrix exponential functions and conduct numerical studies, including simulations of large-scale wind farms. These above methods are generally conducted with MATLAB, which leads to comparatively lower versatility on other platforms. Therefore, a strategy built on the upper layer is needed to improve the versatility and adaptability, and thus can be adapted to other software.
Currently, a wide range of commercially mature simulation and analysis software for power systems is available [18,19]. However, most of these solutions do not permit user modifications to the already built-in algorithms, posing significant challenges for further development. When information exchange between inter-systems is required, the above-mentioned constraint encounters the inability to alter the built-in integration algorithms used for computing time-domain responses. Moreover, there is a lack of mature multi-rate simulation programs. This gap hinders the users from choosing supported single-rate integration algorithms and adjusting the integration parameters to optimize simulation speed while ensuring accuracy. Consequently, a multi-rate interface strategy based on a modifiable multi-area data exchange method should be considered. With the management of initialization of dynamic simulations and setting up of strategy-based communication interfaces at higher architectural levels, this method alleviates the need for extensive knowledge or alterations of the underlying code, and enables efficient data interaction while retaining the advantages of the original simulation software. HELICS (Hierarchical Engine for Large-scale Infrastructure Co-Simulation), exemplary in the realm of co-simulation frameworks, facilitates concurrent simulation of various systems, including integrated energy and physical systems. Each system is modeled independently yet interacts during the simulation process [20,21]. Similarly, FNCS (Framework for Network Co-Simulation) offers a foundational platform for the co-simulation of power systems and communication networks [22]. It allows disparate simulators to function within a unified environment, orchestrating their interactions and synchronization. However, the over-generalization and heavy reliance on a framework-centric approach in these systems cause a notable disconnect between the algorithms and practical applications, particularly evident in FNCS. This feature poses challenges for developers aiming to implement modifications for use in multi-rate simulations within these frameworks.
In view of the areas to be improved in the above research, this paper proposes a multi-rate interface technology based on a modified time-domain simulation method and a multi-area data exchange method. The main contributions are outlined as follows:
(1)
To ensure the accuracy of multi-rate simulation, this paper proposes a modified TDS method. The proposed method modifies the built-in algorithm of the traditional TDS method, which is not applicable for multi-rate simulation. Without any approximation, this modification enables initial data of subsequent simulation to be obtained from information exchange between different subsystems after the first process. Therefore, high accuracy can be achieved in completing multi-rate simulations.
(2)
To verify the versatility of the multi-rate interface, this paper proposes a multi-area data exchange method. It allows the interface data to be transferred between different subsystems, while maintaining high applicability and superiority of the original dynamic simulation algorithm. Furthermore, this method adopts interpolation technique to solve the numerical stability issues caused by varying tolerance levels of different systems for different exchanged data.

2. Multi-Rate Interface Strategy

This section introduces the multi-rate dynamic simulation for power systems. Firstly, the limitations of the traditional TDS method for multi-rate simulation are discussed. Then, a modified TDS method is proposed to apply on the multi-rate interfaces. The ability of this method to enhance simulation efficiency has already been theoretically verified. Moreover, approaches are presented to address numerical instability issues due to distinct tolerance thresholds for limits of varying systems. Finally, this paper introduces a multi-area data exchange method, which enables data exchange without changing the main dynamic simulation algorithm, making it more universally applicable for simulation software.

2.1. The Modified TDS Method

A multi-rate simulation was proposed, which involves dynamic simulations of systems on varying time scales, including rapid electromagnetic transients and slow mechanical transients [23]. However, traditional simulation software for dynamic simulation often underperforms due to the design of its inherent algorithm in handling multi-rate simulations of power systems, which might be attributed to the fact that their design and implementation mainly focus on steady-state and transient analysis of power systems, without specific optimization for multi-rate simulations. Such a limitation could impact the accuracy and efficiency of simulations involving dynamics across various time scales [24]. A thorough investigation into Python open-source software reveals that the initialization process for TDS fundamentally relies on the outcomes of power flow computations. This inherent design presents a significant obstacle when adapting it for multi-rate simulations. Specifically, if an attempt is made to initialize information interactively across different systems to facilitate multi-rate simulation at each step, the interface data input into the system would be superseded by the initialization data generated from each power flow result [25]. This poses a fundamental constraint, making the direct application impractical for multi-rate simulation scenarios.
In order to overcome the aforementioned problem, this paper presents a modified TDS method that enables multi-rate simulation. The modification entails a significant change to the dynamic simulation program, which overcomes the inherent limitations in the TDS of the software’s built-in algorithms. The initial exchange of the multi-rate simulation proceeds by running programs separately and interacting via input–output files. However, starting from the first exchange, subsystem simulations do not initialize, and necessary data such as voltage are exchanged at the interface, with all other data remaining unchanged from the previous step size simulation. This ensures that the second exchange is based on the first, with subsequent processes following in an iterative fashion to complete the simulation. This change allows for the exchange of information between different systems, thus facilitating multi-rate simulation. This modification not only resolves the existing limitations without altering the original functionality of the software, but also expands its capabilities, transforming it into a more versatile tool for power system simulation. Below is the mathematical formulation of the modified TDS method for multi-rate simulation.
Suppose we have two subsystems, Subsystem 1 and Subsystem 2. Each subsystem can be mathematically represented by a set of differential algebraic equations (DAEs) [26]:
For Subsystem 1:
d x 1 d t = f 1 x 1 , y 1 , u 1
0 = g 1 x 1 , y 1 , u 1
For Subsystem 2:
d x 2 d t = f 2 x 2 , y 2 , u 2
0 = g 2 x 2 , y 2 , u 2
where x denotes the state variables, y represents the algebraic variables, u is the system input, and f, g are system functions describing the dynamic and algebraic behaviors of the system, respectively.
In traditional dynamic simulation methods for power systems, system initialization is typically achieved by solving a power flow problem. The results of the power flow provide a steady-state solution that matches actual operating conditions, which will serve as the initial conditions for the dynamic simulation. This includes the initial voltage and phase angle for each bus, as well as the initial state of the generators, as shown in Equations (5) and (6):
x 1 ( 0 ) = x 1 , init ,   y 1 ( 0 ) = y 1 , init
x 2 ( 0 ) = x 2 , init ,   y 2 ( 0 ) = y 2 , init
In Equations (5) and (6), x ( 0 ) , y ( 0 ) and x int , y int represent the initial states of subsystems 1 and 2 for each simulation step and the state values obtained from the initialization process of the flow results, respectively. The numerical solution method used in this paper employs a simultaneous solution approach. Its basic process involves first using implicit integration formulas to algebraize the set of differential equations, which together with the set of algebraic equations form a simultaneous nonlinear equation set. Then, Newton’s method is used to solve this set of nonlinear equations, thereby eliminating the need for repeated alternate solving of differential and algebraic equations, as expressed in Equations (7) and (8):
0 = q ^ 1 x 1 ( t + Δ t ) , y 1 ( t + Δ t ) , f 1 ( t ) 0 = g 1 x 1 ( t + Δ t ) , y 1 ( t + Δ t )
0 = q ^ 2 x 2 ( t + Δ t ) , y 2 ( t + Δ t ) , f 2 ( t ) 0 = g 2 x 2 ( t + Δ t ) , y 2 ( t + Δ t )
where q ^ is a function dependent on the implicit numerical method used. Equations (7) and (8) are nonlinear and their solution is achieved using Newton’s method. This involves iteratively calculating the increments Δ x ( i ) and Δ y ( i ) for the state and algebraic variables, and then updating the actual variables [24]. During a given iteration denoted by i , the quantities Δ x ( i ) and Δ y ( i ) can be formulated by Equation (9) as:
Δ x ( i ) Δ y ( i ) = A c ( i ) 1 q ^ ( i ) g ( i ) x ( i + 1 ) ( t + Δ t ) y ( i + 1 ) ( t + Δ t ) = x ( i ) ( t + Δ t ) y ( i ) ( t + Δ t ) + Δ x ( i ) Δ y ( i )
where A c ( i ) is a matrix that depends on the algebraic and state Jacobian matrices of the system. In the trapezoidal rule, A c ( i ) and q ^ ( i ) can be obtained, as shown in Equation (10):
A c ( i ) = I n x 0.5 Δ t f x ( i ) 0.5 Δ t f y ( i ) g x ( i ) g y ( i ) q ^ ( i ) = x ( i ) x ( t ) 0.5 Δ t f ( i ) + f ( t ) z
where I n x is the identity matrix of the same dimension of the dynamic order of the DAE system and all Jacobian matrices, and f ( i ) are computed at the current point x ( i ) ( t + Δ t ) , y ( i ) ( t + Δ t ) , t + Δ t .
As described earlier, in the proposed modified method, starting from the second electrical data exchange, the two systems do not need to perform initialization calculation, and directly exchange interface data in the interface program. For example, Subsystem 1 removes the initialization process and instead calls the interface data from the first exchange of Subsystem 2. Other state variables and algebraic variables remain unchanged from the results of the first simulation. Then, Subsystem 1 continues to run the second simulation, as shown in Figure 1.
This ensures that the results of the second simulation are based on the first, without losing the stability and efficiency of the simulation. When Subsystem 2 transfers power to Subsystem 1, Equations (11) and (12) are utilized to update the electrical data from the previous exchange in advance, and then these are substituted into Equation (9) to uniformly update the state variables and algebraic variables of the system:
P 1 k   ( i ) ( t + Δ t 1 ) = P 2 m   ( i ) ( t + Δ t 2 )
Q 1 k   ( i ) ( t + Δ t 1 ) = Q 2 m   ( i ) ( t + Δ t 2 )
Similarly, when Subsystem 1 transfers voltage magnitude and phase angle to Subsystem 2, Equations (13) and (14) are used to pre-update Equation (9):
V 2 m   ( i ) ( t + Δ t 2 ) = V 1 k   ( i + 1 ) ( t + Δ t 1 )
θ 2 m   ( i ) ( t + Δ t 2 ) = θ 1 k   ( i + 1 ) ( t + Δ t 1 )
Assuming bus k of Subsystem 1 is connected to bus m of Subsystem 2, P, Q, V, and θ represent the active power, reactive power, voltage magnitude, and phase angle at the interface, respectively. Δt1 and Δt2 are the time steps for Subsystem 1 and Subsystem 2, respectively. Typically, in the multi-rate simulation method applied to power system analysis, this simulation software offers the functionality to customize the simulation step size for each subsystem. Therefore, the step size for integrating the differential equations can be selected based on the dynamic characteristics of each subsystem, thereby enhancing the simulation efficiency.

2.2. Efficiency Improvement Analysis and Interpolation Correction

The critical consideration for data exchange of multi-rate interface is time synchronization [27]. However, the proposed method is markedly different from traditional multi-rate methods as it avoids the need for extrapolation approximation calculations. The essence of this approach is the flexible configuration of simulation times and time steps provided by the mature simulation software. In other words, the computational process of the proposed method is sequential, but it ensures the accuracy of the simulation. More specifically, once the simulation of Subsystem 1 is completed, it can be temporarily paused, allowing Subsystem 2 to finish its simulation at a finer time step. Thus, the information exchange can be conveniently carried out again. This method ensures that the data exchange mechanism in the simulation software operates along two independent paths, with information exchange occurring only at the coupling points between the two systems. Consequently, the challenge of time synchronization—a typically significant concern in multi-rate simulations—is effectively mitigated in this study.
It is noteworthy that, once system stability is ensured, the efficiency of the simulation can be enhanced with the reduction of the system matrix order. For instance, if a matrix of order (2n)2 is divided into two subsystems with orders of (0.5n)2 and (1.5n)2, respectively, the overall efficiency, due to the serial process being entirely dependent on the 2.25n2 system, shows a remarkable improvement in simulation efficiency.
However, this introduces the issue of numerical instability caused by the different sensitivities of different systems to port values due to different step sizes [28]. In line with Section 2.1, consider two distinct systems, designated as Subsystem 1 and Subsystem 2, each operating at disparate temporal resolutions denoted by Δ t 1 and Δ t 2 , such that Δ t 1 > Δ t 2 The data exchange between these systems is facilitated via electrical parameters including power (P), reactive power (Q), voltage (V), and phase angle (θ). The state of System 1 at a given instant t + Δ t 1 is described by S 1 ( t + Δ t 1 ) , whereas the state of System 2 at t + Δ t 2 is characterized by S 1 ( t + Δ t 2 ) . Owing to this temporal granularity mismatch, there may be occasions when System 2 necessitates the state information from System 1 at intermediary points, specifically t + k Δ t 2 where k is a natural number and satisfies k Δ t 2 < Δ t 1 . Employing the state values of S 1 ( t ) directly at these points might engender numerical instabilities, considering the values may not faithfully convey the actual state of System 1 at the instants t + k Δ t 2 .
In addressing the temporal discrepancy inherent to the interaction between System 1 and System 2, which operate under disparate time step resolutions Δ t 1 and Δ t 2 respectively, an interpolation method is necessitated. This approach seeks to estimate the state of System 1 at an intermediary temporal mark, denoted as t + k Δ t 2 , which lies between two consecutive discrete states S 1 ( t ) and S 1 ( t + Δ t 1 ) . Designating I as the interpolation operator, the estimated state of System 1 at any given point t + k Δ t 2 is thus rendered by I S 1 ( t ) , S 1 t + Δ t 1 , k Δ t 2 . This interpolation operator can manifest in various formulations, such as linear, polynomial, or spline-based interpolation methodologies [29,30]. For instances necessitating linear interpolation, the operator I can be mathematically articulated as Equation (15):
I S 1 ( t ) , S 1 t + Δ t 1 , k Δ t 2 = S 1 ( t ) + k Δ t 2 Δ t 1 S 1 t + Δ t 1 S 1 ( t )
With this construct, System 2 can employ I S 1 ( t ) , S 1 t + Δ t 1 , k Δ t 2 to effectuate an update of its state at the precise time point t + k Δ t 2 , thereby attenuating the numerical instabilities promulgated by the incongruence of the time steps.
To analyze the stability of the interpolation method, the local truncation error (LTE) and global error (GE) for states S 1 and S 2 can be considered [31]. For Systems 1 and 2, the LTE can be expressed as Equation (16):
L T E 1 = S 1 t + Δ t 1 S 1 ( t ) + Δ t 1 f 1 S 1 ( t ) , t L T E 2 = S 2 t + Δ t 2 S 2 ( t ) + Δ t 2 f 2 S 2 ( t ) , t
where f 1 and f 2 are functions describing how the states of Subsystems 1 and 2 evolve over time. The global error, GE, can be computed as Equation (17):
G E 1 , i + 1 = G E 1 , i + L T E 1 , i G E 2 , j + 1 = G E 2 , j + L T E 2 , j
where i and j represent the iterative steps for Subsystems 1 and 2, respectively. It is essential to ensure that interpolation does not introduce an increase in the GE, which can be ascertained by contrasting the GE observed with and without employing interpolation.

2.3. Multi-Area Data Exchange Method

Based on the modified TDS method, the multi-rate simulation focuses on the methods of exchanging input and output data. Suppose Subsystem 1 is a fast-dynamic system, and Subsystem 2 is a slow-dynamic system. The two subsystems are connected at a certain bus and run the TDS on it with different step sizes. This paper assumes that the data exchanged between the fast and slow dynamic systems include the amplitude and phase angle of the bus voltage, as well as the active and reactive power injected at the bus. Considering the connections between transmission and distribution networks, when Subsystem 1 is simulated independently, Subsystem 2 is treated as a PQ load, whereas when Subsystem 2 is left alone, Subsystem 1 is regarded as a Thevenin equivalent voltage source. The following are the main steps for data exchange:
(1)
The fast-dynamic system operates a dynamic simulation with a large step size of 10 ms. Assume a short-circuit fault is applied at 1.0 s and it lasts until 1.01 s, resulting in an output file. The amplitude and phase angle of the voltage are extracted from this output file and inputted as the injected power at the Slack bus in the slow dynamic system’s input file. The slow dynamic system then runs a dynamic simulation with a small step size of 1 ms using this input file. This input file contains a minor disturbance to simulate the impact from Subsystem 1. Similarly, another output file is obtained, which provides the active and reactive power of the bus.
(2)
In general simulation software, the dynamic simulation program is called the TDS. The power-based modified TDS program for Subsystem 1 is designated as TDS1, and for Subsystem 2, it is designated as TDS2. The power from the bus in the previous step’s output file is injected into Subsystem 1, while other variables remain unchanged from the previous step. On this basis, all variables are used in TDS1 for the second step of dynamic simulation. The output includes the amplitude and phase angle of the interface bus voltage, with interpolation processing and consideration of numerical stability issues during the exchange process.
(3)
Subsystem 2 receives the bus voltage transmitted by subsystem 1 and then runs TDS2 for subsequent simulations.
(4)
By continuously repeating steps (2) and (3), a complete cycle of multi-rate simulation can be achieved.
So far, all aspects of multi-rate interface strategy based the modified TDS method and multi-area data exchange method have been clarified. Following are the detailed steps of the proposed strategy, as shown in Figure 2.

3. Case Studies

The integrated system of IEEE 14-bus and 33-bus systems is used for the case study. The simulation is performed in Python software 3.9 called WHU-Dis developed for a distribution network by Wuhan University on a personal computer with a 2.9 GHz i5 processor and 16 GB RAM. Firstly, an integrated simulation case will be constructed. Subsequently, the proposed interface strategy will be applied to perform multi-rate simulation. In the second case study of this paper, the interface is applied to a real-world scenario; specifically, the topology data of a certain power system in the Guangxi Power Grid in China, consisting of 212 bus, is utilized.

3.1. Case Study of the Integrated System of IEEE 14-Bus and 33-Bus Systems

3.1.1. Simulation Setup Description

The integrated simulation case involves connecting the starting bus of the IEEE 33-bus system to the 11th bus of the IEEE 14-bus system and its topology is shown in Figure 3. As discussed above, this method is intended to treat the IEEE 33-bus system as a load for the IEEE 14-bus system, and conversely, the IEEE 14-bus system acts as a Thevenin equivalent voltage source for the IEEE 33-bus system, thereby minimizing the influence of the simulation scenario differences between the separated and integrated simulations. Partial static parameters for the integrated system are available in Table A1, Table A2, Table A3, Table A4, Table A5 and Table A6 while additional static parameters can be found in references [32,33]. To validate the multi-rate interface, an idealized setup is assumed where all generators of the IEEE 14-bus system are synchronous machines, and the IEEE 33-bus system is composed entirely of distributed photovoltaic (PV) generators. The synchronous machines are modeled using the classical model, and loads are represented by a constant power model. The dynamic parameters for the PV systems utilized in this study are listed in Table A2 and Table A3. Simulation time steps are set at 10 ms and 1 ms, respectively, with a total simulation duration of 10 s. During the simulation, a three-phase short circuit fault is introduced at Bus 13, which is sustained for 0.1 s. All results are presented in per-unit (pu) values expect the frequency of PVs.

3.1.2. Simulation Results Analysis

The large step size and the modified method were employed to calculate the output voltage and angle at the interface (Bus 11), as depicted in Figure 4 and Figure 5. Correspondingly, Figure 6 shows the rotor speeds of the generator, while Figure 7 and Figure 8 display the frequency and output power of the distributed PV, respectively, all determined using both simulation techniques. The simulation curves, extending from Figure 4, Figure 5, Figure 6, Figure 7 and Figure 8 indicate that both approaches produced similar trends. However, the response with the large step size is noticeably rougher in dynamics, whereas the multi-rate method offers a more detailed depiction of the dynamic processes. Additionally, as seen from Table 1, the multi-rate method maintains the simulation efficiency. Thus, the proposed method achieves a balance between stability and efficiency in the simulation, situating itself between the two extremes.
From Figure 5, Figure 6 and Figure 7, it is evident that the multi-rate method captures the response of dynamic devices with greater accuracy. For instance, in Figure 5, the fluctuation process of the rotational speed during the rebalancing phase is depicted more clearly. Similarly, in Figure 8, the active power output of the photovoltaic system shows more detailed variations at the peaks and troughs.
From Table 1, it is observed that the entire integrated system, when simulated using a uniform large timestep, exhibits high efficiency with a simulation time of 3.4051 s. However, employing a uniform small timestep, although increasing the accuracy of the simulation, results in a longer duration, totaling 142.0161 s. The multi-rate method employed in this study manages to amalgamate the advantages of both approaches. While ensuring stability, it effectively reduces the simulation time by 53.03%, down to 66.7128 s, which is consistent with the earlier theoretical analysis, indicating the successful validation of the interface algorithm.
Additionally, as evidenced by Figure 9, the relative errors between the integrated and multi-rate simulations are within a reasonable range. The primary inaccuracies of the multi-rate method stem from Equations (11) and (12), which, after interpolation and correction, show no significant discrepancy when interfacing with the integrated system data. Table 1 reveals that the efficiency of the multi-rate simulation is markedly improved in comparison to the uniform small timestep approach, while its accuracy has been corroborated earlier. Hence, it is evident that the multi-rate algorithm proposed in this study successfully achieves a judicious balance between simulation accuracy and efficiency.

3.2. Case Study of a Power System in the Guangxi Power Grid

3.2.1. Simulation Setup Description

To further illustrate the accuracy and applicability of the proposed multi-rate interface strategy, this case study utilizes a power system in the Guangxi Power Grid as a real-world example. After data conversion and topological reduction, this case can be equivalently represented as a 212-bus distribution system network, as shown in Figure 10. Bus 1 of the system is the substation, serving as the balance bus and is similarly considered as a synchronous generator, while all loads are modeled using a constant power model. Distributed energy storage devices are connected at Bus 10, 15, 106, 113, and 168 of the network. For the multi-rate method, the entire system is divided into two parts from Bus 98, which are jointly simulated using the aforementioned interface strategy. The static parameters of the network used in this study and the dynamic parameters of the energy storage devices are shown in GitHub [34]. During the simulation process, a three-phase short circuit fault lasting 0.1 s is introduced at Bus 59. Simulation step sizes are set at 10 ms and 1 ms, respectively, with a total simulation duration of 10 s. All results are presented in per-unit (pu) values.

3.2.2. Simulation Results Analysis

As illustrated in Figure 11 and Figure 12, the dynamic response of the distribution system network with integrated distributed energy storage devices exhibits greater fluctuations. In Figure 11 and Figure 12, the active and reactive power outputs of the energy storage devices at Bus 174, simulated using both the uniform large step size method and the multi-rate method, are compared, yielding similarly favorable results.
Similarly, for this real-world system starting with 98 bus and partitioning, the order of the system matrix changes from (2n)2 to (0.85n)2 and (1.15n)2. Therefore, based on theoretical analysis, the efficiency of this system can be theoretically improved by 67.5%. It is noteworthy that the multi-rate method exhibits a more significant improvement in simulation efficiency for large-scale power systems. As indicated in Table 2, the uniform small timestep simulation takes a considerable amount of time, totaling 248.2992 s. However, while maintaining simulation accuracy, the multi-rate method substantially enhances the efficiency by 66.83%, ultimately reducing the simulation time to 82.3734 s. It is evident that the multi-rate interface strategy improves the efficiency of large-scale power systems more obviously.

4. Conclusions and Outlook

In this paper, a multi-rate simulation interface strategy is proposed, based on the modified time-domain fast simulation and multi-area data exchange method. As validated by the experiments, the following conclusions can be obtained.
(1)
The paper introduces a modified TDS method. This method addresses inherent limitations encountered in traditional simulation software when applied to the multi-rate simulation. The proposed method eliminates the initialization process, allowing electric data to be directly exchanged within the system from the first exchange. This facilitates subsequent simulations to incrementally build upon initial results.
(2)
The proposed multi-area data exchange method significantly simplifies exchange between different subsystems. Interpolation techniques are employed during the exchange process to correct numerical stability issues. Furthermore, the proposed method suggests a theoretical possibility by envisioning a general interface for different simulation software.
(3)
The advantages of the proposed multi-rate interface strategy have been verified through a standard case study and a real-world power system in the Guangxi Power Grid in China. The standard case study shows that the simulation efficiency in the IEEE 14-bus and 33-bus system is improved by 53.03% compared with that of the integrated system, and is improved by 66.83% in the real-world system. Meanwhile, the simulation accuracy of the simulation is ensured.
Due to the current applicability limitations of multi-rate simulation interface and the idealized partitioning method, the focus for future research is outlined as follows:
(1)
Abstracting the multi-rate simulation interface to meet the needs of the simulation framework, thereby enabling adaptation to other simulation software. This aims to reduce the need for custom modifications by users and enhance the scalability of the framework.
(2)
Building upon the foundation of multi-rate simulation, incorporating dynamic partitioning strategies and parallel simulation techniques. This would better reflect the distribution of distributed energy devices in real power systems and further enhance the efficiency of the simulation process.

Author Contributions

Conceptualization, C.L. and Q.C.; methodology, Q.C. and Y.L.; software, Q.C.; validation, C.L., Q.C., H.B. and R.Y.; formal analysis, C.L., Q.C. and Y.L.; investigation, H.B. and R.Y.; resources, C.L., H.B., R.Y., T.L. and W.Y.; writing—original draft preparation, Q.C.; writing—review and editing, C.L. and Y.L.; supervision, C.L., Y.L., H.B. and R.Y.; project administration, H.B., R.Y., T.L. and W.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the National Natural Science Foundation of China under Project 52007133.

Data Availability Statement

All data used to support the findings of this study are included within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A

Table A1. The static active power (PL0), static reactive power (QL0) of the loads in IEEE 14 and 33-bus integrated system.
Table A1. The static active power (PL0), static reactive power (QL0) of the loads in IEEE 14 and 33-bus integrated system.
BusPL0 (pu)QL0 (pu)
20.2170.127
30.50.25
40.4780.1
50.0760.016
60.150.075
90.2950.166
100.090.058
110.0350.018
120.0610.016
130.1350.058
140.20.07
160.0010.0006
170.00090.0004
180.00120.0008
190.00060.0003
200.00060.0002
210.0020.001
220.0020.001
230.00060.0002
240.00060.0002
250.000450.0003
260.00060.00035
270.00060.00035
280.00120.0008
290.00060.0001
300.00060.0002
310.00060.0002
320.00090.0004
330.00090.0004
340.00090.0004
350.00090.0004
360.00090.0004
370.00090.0005
380.00420.002
390.00420.002
400.00060.00025
410.00060.00025
420.00060.0002
430.00120.0007
440.0020.006
450.00150.0007
460.00210.001
470.00060.0004
Table A2. The static active power (PG0), static reactive power (QG0) of the generators in IEEE 14 + 33-bus system.
Table A2. The static active power (PG0), static reactive power (QG0) of the generators in IEEE 14 + 33-bus system.
BusPG0 (pu)QG0 (pu)
20.40.15
30.40.15
60.30.1
80.350.1
270.0080.006
330.0020.008
370.0040.004
400.0080.004
Table A3. The partial dynamic parameters of the synchronous generators in IEEE 14 + 33-bus system.
Table A3. The partial dynamic parameters of the synchronous generators in IEEE 14 + 33-bus system.
idxDMraxlxqxdxd1xd2xq1xq2Td10Td20Tq10
101300.061.71.80.30.250.550.2580.030.4
201300.0541.661.660.250.250.550.2580.030.4
301000.061.71.80.30.250.550.2580.030.4
401000.0541.661.660.250.250.550.2580.030.4
501000.061.71.80.30.250.550.2580.030.4
Table A4. Symbol description of dynamic parameters of the synchronous generator in IEEE 14 + 33-bus system.
Table A4. Symbol description of dynamic parameters of the synchronous generator in IEEE 14 + 33-bus system.
SymbolDescription
Ddamping coefficient
Mmachine start-up time
raarmature resistance
xlleakage reactance
xqd-axis transient reactance
xdd-axis synchronous reactance
xd1q-axis synchronous reactance
xd2d-axis sub-transient reactance
xq1q-axis transient reactance
xq2q-axis sub-transient reactance
Td10d-axis transient time constant
Td20d-axis sub-transient time constant
Tq10q-axis transient time constant
Table A5. The partial dynamic parameters of the distributed PV in IEEE 14 + 33-bus system.
Table A5. The partial dynamic parameters of the distributed PV in IEEE 14 + 33-bus system.
idxBusSndqdvfdbdddnialimvt0vt1vt2vt3ft0ft1ft2
127100.06−1−0.01751.20.880.949.549.750.3
233100.06−1−0.01751.20.880.949.549.750.3
337100.06−1−0.01751.20.880.949.549.750.3
440100.06−1−0.01751.20.880.949.549.750.3
Table A6. Symbol description of dynamic parameters of the distributed PV in IEEE 14 + 33-bus system.
Table A6. Symbol description of dynamic parameters of the distributed PV in IEEE 14 + 33-bus system.
SymbolDescription
dqdvQ-V droop characteristics
fdbdFrequency deviation deadband
ddnGain after f deadband
ialimApparent power limit
vt0Voltage tripping response curve point 0
vt1Voltage tripping response curve point 1
vt2Voltage tripping response curve point 2
vt3Voltage tripping response curve point 3
ft0Frequency tripping response curve point 1
ft1Frequency tripping response curve point 2
ft2Frequency tripping response curve point 3

References

  1. Li, Y.; Shu, D.; Shi, F.; Yan, Z.; Zhu, Y.; Tai, N. A Multi-Rate Co-Simulation of Combined Phasor-Domain and Time-Domain Models for Large-Scale Wind Farms. IEEE Trans. Energy Convers. 2020, 35, 324–335. [Google Scholar] [CrossRef]
  2. Lin, N.; Cao, S.; Dinavahi, V. Massively Parallel Modeling of Battery Energy Storage Systems for AC/DC Grid High-Performance Transient Simulation. IEEE Trans. Power Syst. 2023, 38, 2736–2747. [Google Scholar] [CrossRef]
  3. Bai, H.; Gao, J.-H.; Li, W.; Wang, K.; Guo, M.-F. Detection of High-Impedance Fault in Distribution Networks Using Frequency-Band Energy Curve. IEEE Sens. J. 2024, 24, 427–436. [Google Scholar] [CrossRef]
  4. Mu, Q.; Liang, J.; Zhou, X.; Li, G.; Zhang, X. A node splitting interface algorithm for multi-rate parallel simulation of DC grids. CSEE J. Power Energy Syst. 2018, 4, 388–397. [Google Scholar] [CrossRef]
  5. Lauss, G.; Strunz, K. Multirate Partitioning Interface for Enhanced Stability of Power Hardware-in-the-Loop Real-Time Simulation. IEEE Trans. Ind. Electron. 2019, 66, 595–605. [Google Scholar] [CrossRef]
  6. Karimipour, H.; Dinavahi, V. Parallel domain-decomposition-based distributed state estimation for large-scale power systems. IEEE Trans. Ind. Appl. 2016, 52, 1265–1269. [Google Scholar]
  7. Gear, C.W.; Wells, D.R. Multirate linear multistep methods. BIT Numer. Math. 1984, 24, 484–502. [Google Scholar] [CrossRef]
  8. Tomim, M.A.; Martí, J.R.; De Rybel, T.; Wang, L.; Yao, M. MATE network tearing techniques for multiprocessor solution of large power system networks. In Proceedings of the Power and Energy Society General Meeting, Minneapolis, MN, USA, 25–29 July 2010; IEEE: Piscataway, NJ, USA, 2010; pp. 1–6. [Google Scholar]
  9. Andrus, J.F. Stability of a multi-rate method for numerical integration of ODE’s. Comput. Math. Appl. 1993, 25, 3–14. [Google Scholar] [CrossRef]
  10. Strake, J.; Reimann, J.; Lankes, L.; Benigni, A. Multirate and multi-stage holomorphic embedding for dynamic simulation of systems of differential-algebraic equations. Eng. Res. Express 2023, 5, 045013. [Google Scholar] [CrossRef]
  11. Park, B.; Sun, K.; Dimitrovski, A.; Liu, Y.; Simunovic, S. Examination of Semi-Analytical Solution Methods in the Coarse Operator of Parareal Algorithm for Power System Simulation. IEEE Trans. Power Syst. 2021, 36, 5068–5080. [Google Scholar] [CrossRef]
  12. Subedi, S.; Rauniyar, M.; Ishaq, S.; Hansen, T.M.; Tonkoski, R.; Shirazi, M.; Wies, R.; Cicilio, P. Review of Methods to Accelerate Electromagnetic Transient Simulation of Power Systems. IEEE Access 2021, 9, 89714–89731. [Google Scholar] [CrossRef]
  13. Huang, Q.; Vittal, V. Application of Electromagnetic Transient-Transient Stability Hybrid Simulation to FIDVR Study. IEEE Trans. Power Syst. 2016, 31, 2634–2646. [Google Scholar] [CrossRef]
  14. Wang, Z.; Tang, W.; Wang, Y.; Zhang, B.; Cai, Y.; Zhang, L.; Zhang, H. A network-decomposition-based multi-rate parallel transient simulation technique for active distribution networks. IET Gener. Transm. Distrib. 2021, 16, 233–246. [Google Scholar] [CrossRef]
  15. Duan, T.; Shen, Z.; Dinavahi, V. Multi-Rate Mixed-Solver for Real-Time Nonlinear Electromagnetic Transient Emulation of AC/DC Networks on FPGA-MPSoC Architecture. In Proceedings of the 2020 IEEE Power & Energy Society General Meeting (PESGM), Montreal, QC, Canada, 2–6 August 2020; IEEE: Piscataway, NJ, USA; p. 1. [Google Scholar]
  16. Hmam, S.; Olivier, J.C.; Bourguet, S.; Loron, L. Efficient multirate simulation techniques for multi-physics systems with different time scales: Application on an all-electric ferry design. IET Electr. Syst. Transp. 2017, 7, 23–31. [Google Scholar] [CrossRef]
  17. Wang, C.; Fu, X.; Li, P.; Wu, J.; Wang, L. Multiscale Simulation of Power System Transients Based on the Matrix Exponential Function. IEEE Trans. Power Syst. 2017, 32, 1913–1926. [Google Scholar] [CrossRef]
  18. Montenegro, D.; Dugan, R.; Taylor, J.; McGranaghan, M. Open-source software projects for advancing the power systems analysis. In Proceedings of the 2022 Open Source Modelling and Simulation of Energy Systems (OSMSES), Aachen, Germany, 4–5 April 2022; pp. 1–6. [Google Scholar]
  19. Milano, F. An open source power system analysis toolbox. IEEE Trans. Power Syst. 2005, 20, 1199–1206. [Google Scholar] [CrossRef]
  20. Wang, W.; Fang, X.; Cui, H.; Li, F.; Liu, Y.; Overbye, T.J. Transmission-and-Distribution Dynamic Co-Simulation Framework for Distributed Energy Resource Frequency Response. IEEE Trans. Smart Grid 2022, 13, 482–495. [Google Scholar] [CrossRef]
  21. HELICS. Available online: https://helics.org/ (accessed on 9 December 2020).
  22. Mana, P.T.; Schneider, K.P.; Du, W.; Mukherjee, M.; Hardy, T.; Tuffner, F.K. Study of Microgrid Resilience Through Co-Simulation of Power System Dynamics and Communication Systems. IEEE Trans. Ind. Inform. 2021, 17, 1905–1915. [Google Scholar] [CrossRef]
  23. Tang, S.; Zhang, S.; Yu, S.; Hu, X.; Zhang, J.; Liu, M. Multi Rate Dynamic Hybrid Simulation of Integrated Energy System. In Proceedings of the 2021 11th International Conference on Power and Energy Systems (ICPES), Shanghai, China, 18–20 December 2021; pp. 796–800. [Google Scholar]
  24. Armstrong, M.; Marti, J.R.; Linares, L.R.; Kundur, P. Multilevel MATE for efficient simultaneous solution of control systems and nonlinearities in the OVNI simulator. IEEE Trans. Power Syst. 2006, 21, 1250–1259. [Google Scholar] [CrossRef]
  25. Milano, F. Power System Modelling and Scripting; Springer: Berlin, Germany, 2010. [Google Scholar]
  26. Ascher, U.M.; Petzold, L.R. Computer Methods for Ordinary Differential Equations and Differential-algebraic Equations; SIAM: Philadelphia, PA, USA, 1998. [Google Scholar]
  27. Ma, R.; Zhang, Y.; Han, M.; Kurths, J.; Zhan, M. Synchronization stability and multi-timescale analysis of renewable-dominated power systems. Chaos Interdiscip. J. Nonlinear Sci. 2023, 33, 082101. [Google Scholar] [CrossRef]
  28. Fish, A.C.; Reynolds, D.R. Adaptive Time Step Control for Multirate Infinitesimal Methods. SIAM J. Sci. Comput. 2023, 45, A958–A984. [Google Scholar] [CrossRef]
  29. Zou, M.; Mahseredjian, J.; Joos, G. Interpolation and reinitialization in time-domain simulation of power electronic circuits. Electr. Power Syst. Res. 2015, 76, 688–694. [Google Scholar] [CrossRef]
  30. Na, J.; Kim, H.; Zhao, H.; Gole, A.M.; Hur, K. An improved high-accuracy interpolation method for switching devices in EMT simulation programs. Electr. Power Syst. Res. 2023, 223, 109630. [Google Scholar] [CrossRef]
  31. Uddin, M.; Khan MA, H. Computationally efficient optimal control for unstable power system models. Math. Probl. Eng. 2021, 2021, 8071869. [Google Scholar] [CrossRef]
  32. Zhao, T.; Ding, Z. Cooperative Optimal Control of Battery Energy Storage System Under Wind Uncertainties in a Microgrid. IEEE Trans. Power Syst. 2018, 33, 2292–2300. [Google Scholar] [CrossRef]
  33. Zhou, J.; Chen, X.; Chen, Y.; Wen, J. Cooperative Hierarchical Control of Isolated Microgrids Considering Energy Storage System Aggregation. IEEE Trans. Power Syst. 2024, 39, 850–862. [Google Scholar] [CrossRef]
  34. Available online: https://github.com/cqss11/data (accessed on 13 January 2024).
Figure 1. Description of data exchange between subsystems.
Figure 1. Description of data exchange between subsystems.
Electronics 13 00884 g001
Figure 2. Detailed steps of the proposed strategy.
Figure 2. Detailed steps of the proposed strategy.
Electronics 13 00884 g002
Figure 3. Topology of the integrated system.
Figure 3. Topology of the integrated system.
Electronics 13 00884 g003
Figure 4. The voltage of interface (Bus 11) in the integrated and multi-rate simulations.
Figure 4. The voltage of interface (Bus 11) in the integrated and multi-rate simulations.
Electronics 13 00884 g004
Figure 5. The angle of interface (Bus 11) in the integrated and multi-rate simulations.
Figure 5. The angle of interface (Bus 11) in the integrated and multi-rate simulations.
Electronics 13 00884 g005
Figure 6. The rotor speed of slack bus in the integrated and multi-rate simulations.
Figure 6. The rotor speed of slack bus in the integrated and multi-rate simulations.
Electronics 13 00884 g006
Figure 7. The frequency of PVD1 in the integrated and multi-rate simulations.
Figure 7. The frequency of PVD1 in the integrated and multi-rate simulations.
Electronics 13 00884 g007
Figure 8. The output power of PVD1 in the integrated and multi-rate simulations.
Figure 8. The output power of PVD1 in the integrated and multi-rate simulations.
Electronics 13 00884 g008
Figure 9. The relative error about variables in integrated and multi-rate simulations in IEEE 14-bus and 33-bus system.
Figure 9. The relative error about variables in integrated and multi-rate simulations in IEEE 14-bus and 33-bus system.
Electronics 13 00884 g009
Figure 10. Topology of a power system in Guangxi Power Grid.
Figure 10. Topology of a power system in Guangxi Power Grid.
Electronics 13 00884 g010
Figure 11. The output active power of the distributed energy storage device at Bus 174 in the integrated and multi-rate simulations.
Figure 11. The output active power of the distributed energy storage device at Bus 174 in the integrated and multi-rate simulations.
Electronics 13 00884 g011
Figure 12. The output reactive power of the distributed energy storage device at Bus 174 in the integrated and multi-rate simulations.
Figure 12. The output reactive power of the distributed energy storage device at Bus 174 in the integrated and multi-rate simulations.
Electronics 13 00884 g012
Table 1. Simulation times of different scenarios in IEEE 14 + 33-bus system.
Table 1. Simulation times of different scenarios in IEEE 14 + 33-bus system.
ScenariosT/s
Large step size3.4051
Small step size142.0161
Multi-rate66.7128
Table 2. Simulation times of different scenarios of a power system in the Guangxi Power Grid.
Table 2. Simulation times of different scenarios of a power system in the Guangxi Power Grid.
ScenariosT/s
Large step size5.3975
Small step size248.2992
Multi-rate82.3734
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Yao, R.; Chen, Q.; Bai, H.; Liu, C.; Liu, T.; Luo, Y.; Yang, W. A Multi-Rate Simulation Strategy Based on the Modified Time-Domain Simulation Method and Multi-Area Data Exchange Method of Power Systems. Electronics 2024, 13, 884. https://doi.org/10.3390/electronics13050884

AMA Style

Yao R, Chen Q, Bai H, Liu C, Liu T, Luo Y, Yang W. A Multi-Rate Simulation Strategy Based on the Modified Time-Domain Simulation Method and Multi-Area Data Exchange Method of Power Systems. Electronics. 2024; 13(5):884. https://doi.org/10.3390/electronics13050884

Chicago/Turabian Style

Yao, Ruotian, Qi Chen, Hao Bai, Chengxi Liu, Tong Liu, Yongjian Luo, and Weichen Yang. 2024. "A Multi-Rate Simulation Strategy Based on the Modified Time-Domain Simulation Method and Multi-Area Data Exchange Method of Power Systems" Electronics 13, no. 5: 884. https://doi.org/10.3390/electronics13050884

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop