Numerical solver of power electronic converter models

Hao Bai,Chen Liu,Dušan Majstorović,Fei Gao
2023-01-01
Abstract:After modeling the components as well as the network of power electronic converters, the numerical solution of the converter model is ascribed to solving a system of linear equations. The speed of solving linear equations will dominate the model computing time in one simulation time step. The numerical methods such as Gaussian elimination method, LU decomposition, and Gauss–Seidel iteration can get precise results but are time-consuming in the context of power electronics real-time simulation. For this reason the precomputing method is usually adopted, where all the possible values are precomputed and stored in the memory. The calculation speed is improved but at the cost of memory usage. To speed up the process of solving, on one hand, the parallel solver of the system of linear equations can be used; on the other hand the network can be modeled in parallel to implement the parallel computing. Moreover, in the solving process, if the circuit contains nonlinear components, the nonlinear solver should be used to approximate the analytical solutions. Therefore in this chapter the methods to solve a system of linear equations are first introduced. Then the paralleled modeling methods including the network partitioning and network decoupling are presented. The iterative solver and the lookup-table methods are presented to solve the nonlinearities in the circuit. At last a DC-DC-AC topology is selected as an example in this chapter to illustrate the parallel network modeling and its implementation process.
What problem does this paper attempt to address?