Grid Container
The grid container groups all entities that are able to form a full grid model. Two types of grid containers are available:
JointGridContainer
This one is able to hold a grid model spanning several voltage levels.
On instantiation, a sub grid topology graph is built.
This graph holds SubGridContainers as vertices and transformer models as edges.
Thereby, you are able to discover the topology of galvanically separated sub grids and access those sub models
directly.
and
SubGridContainer
This one is meant to hold all models, that form a galvanically separated sub grid.
In contrast to the JointGridContainer it only covers one voltage level and therefore has an additional field
for the predominant voltage level apparent in the container.
Why predominant?
As of convention, the SubGridContainers hold also reference to the transformers leading to higher sub grids
and their higher voltage coupling point.

Let’s shed a more detailed light on the boundaries of a sub grid as of our definition. This especially is important, if the switchgear of the transformer is modeled in detail. We defined, that all nodes in upstream direction of the transformer, including those, which are within the switchgear are counted towards the superior sub grid structure (here “1”), because they belong to a different voltage level. If a switchgear should be operated by the inferior grid, one can set the operator, that is used in the inferior grid, for the switchgear. This can be necessary, if we assume, that the interest to operate on the given switchgear will most likely be placed in the inferior grid structure.
A synoptic overview of both classes’ attributes is given here:
Attributes, Units and Remarks
Attribute |
Unit |
Remarks |
|---|---|---|
gridName |
– |
Human readable identifier |
rawGrid |
– |
see below |
systemParticipants |
– |
see below |
graphics |
– |
see below |
subGridTopologyGraph |
– |
topology of sub grids - only
|
predominantVoltageLevel |
– |
main voltage level - only
|
subnet |
– |
sub grid number - only
|
RawGridElements
This sub container simply holds:
SystemParticipants
This sub container simply holds:
and the needed nested thermal models.
Graphics
This sub container simply holds:
Container Concept

Caveats
Nothing - at least not known. If you found something, please contact us!