recordPartialGrid

Partial model that represents a generalized grid

Extends from Modelica.Icons.MaterialProperty (Icon for property classes).

Information

This abstract grid model specifies the topology of the network by

  • the number of nodes,
  • the number of links,
  • the length of links, and
  • the connection between links and nodes.

The picture below describes the meaning of the values contained in the matrices.

image

Parameters

TypeNameDefaultDescription
IntegernNodesNumber of nodes of the grid
Integer[nLinks,2]fromToIndexes [i,1]->[i,2] of the nodes connected by link i
Modelica.Units.SI.Length[nLinks,1]lLength of the cable

Components

TypeNameDefaultDescription
Buildings.Electrical.Transmission.BaseClasses.BaseCable[nLinks]cablesArray that contains the characteristics of each cable

Revisions

  • September 23, 2014, by Marco Bonvini:
    Revised model structure. Now the type of the cable is replaceable so it's possible to use either low voltage or medium voltage cable.
  • June 3, 2014, by Marco Bonvini:
    Added User's guide.