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.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nNodes | Number of nodes of the grid | |
| Integer | nLinks | Number of links connecting the nodes | |
| Integer[nLinks,2] | fromTo | Indexes [i,1]->[i,2] of the nodes connected by link i | |
| Modelica.Units.SI.Length[nLinks,1] | l | Length of the cable |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Transmission.BaseClasses.BaseCable[nLinks] | cables | Array 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.