.PowerGrids.UsersGuide.Overview

Information

The PowerGrid library is a Modelica library for the modelling of AC power generation and transmission grids, possibly including DC links.

The library is meant to be used to model small-scale systems, e.g. for teaching, as well as medium to large-scale systems. Small system models can be built and managed with the graphical user interface of Modelica tools, while larger models can be built automatically by suitable scripts, starting from information contained in, e.g., CIM files.

The library has been specifically designed to exploit advanced features of Modelica, while at the same time keeping a low entry barrier for power engineers who want to develop their own models. The design principles and rationale of the library are discussed in the PowerGrids.UsersGuide.Tutorial.

Three-phase AC voltage and current systems are balanced and represented by complex phasors. Quasi-static relationships between currents and voltages are assumed, described by complex equations involving the phasors. Dynamic phenomena are confined to the inertia of rotating machinery and to controllers.

Phasors represent the rotation of the corresponding three-phase system with respect to a rotating reference frame. The models of electrically interconnected AC systems are valid as long as the reference frame is the same for all of them. The library is designed to also accommodate DC links and eventually allow to model the splitting and merging of synchronous islands in grid models, triggered by the opening and closing of circuit breakers, although these features are still not implemented. Since the topology of connected islands is not static but can change during the simulation, the reference frame information cannot be carried by variables on overconstrained connectors, as in other Modelica libraries such as Modelica.Electrical.MultiPhase or PowerSystems; it is instead managed by a System object.

Physical quantities in SI units are used on the connectors and, where appropriate, in the physical equations of the component models. The nominal attribute of Real variables is used in order to guarantee the proper scaling of the problem for the numerical solvers.

The library has been developed with the open source OpenModelica tool and is meant to be compatible with any Modelica tool that fully supports the standard. The efficient simulation of model with more than a handful of nodes requires the use of direct sparse DAE solvers, since the system model is sparse in the DAE representation, but becomes dense and unnecessary cumbersome if reduced to an ODE system, as Modelica tools normally do to simulate models.


Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos