Multicore Simulation of Power System Transientsintroduces a notional power system model consisting of hundreds of power apparatus and is used to demonstrate how to partition and parallelise the simulation of power system transients on a multicore desktop PC.
The power system throughout Multicore Simulation of Power System Transientsis discretized and formulated using the mesh and nodal methods. The author shows that the mesh method can result in matrices that are 99% sparse and that graph theory is not required. Several examples are included in this new book to conceptually show how power systems are partitioned and parallelized. To provide a reference on how fast a multicore solver can be, parallel simulation runtimes are compared against MATLAB/Simulink. Topics covered include: power system modelling in the time domain, discretization, network formulation, network partitioning, multithreading and performance analysis.List of tables List of figures List of snippets About the author Foreword Preface Acknowledgments
1 Introduction 1.1 Scope and purpose 1.2 Assumed background 1.3 Contributions 1.4 Statement of the problem and hypothesis 1.5 Organization
2 The power system model 2.1 Power system model 2.2 System size 2.3 System variants 2.4 Summary
3 Time domain simulation 3.1 The time grid 3.2 Time interpolation 3.3 Time loop 3.4 Timestep selection 3.5 Summary