recordTestGrid2NodesMedium
Simple model of a grid with 2 nodes and 1 link for medium voltage
Extends from Buildings.Electrical.Transmission.Grids.PartialGrid (Partial model that represents a generalized grid).
Information
This model represents a simple grid with two nodes and a single link between them. This model differs from Buildings.Electrical.Transmission.Grids.TestGrid2Nodes because it defines a medium voltage cable instead of a low voltage cable.
The picture below describes the grid topology.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nNodes (from PartialGrid) | Number of nodes of the grid | |
| Integer | nLinks (from PartialGrid) | Number of links connecting the nodes | |
| Integer[nLinks,2] | fromTo (from PartialGrid) | Indexes [i,1]->[i,2] of the nodes connected by link i | |
| Modelica.Units.SI.Length[nLinks,1] | l (from PartialGrid) | Length of the cable |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Transmission.BaseClasses.BaseCable[nLinks] | cables (from PartialGrid) | Array that contains the characteristics of each cable |
Revisions
-
September 23, 2014, by Marco Bonvini:
Added redeclare statement needed to specify the type of cables used in the array. -
June 3, 2014, by Marco Bonvini:
Added User's guide.