modelPartialNetwork
Information
This partial model represents a generalized electrical network.
The model has three main components. The parameter grid declares the type
Buildings.Electrical.Transmission.Grids.PartialGrid
that contains the information about the topology of the network, such as
the number of nodes,
how they are connected, and the length of each connection.
The parameter terminal[...] declares
an array of generalized electric connectors that are associated to each node of the grid.
The parameter lines[...] is an array of type
Buildings.Electrical.Transmission.BaseClasses.PartialBaseLine that represent the cables
in the grid.
Note:
This is a partial model that once extended can represent either DC or AC networks. This model is based on the assumption that the topology of the network does not depend on the type of cables that connect the nodes.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V_nominal | Nominal voltage of the lines in the network | |
| Buildings.Electrical.Transmission.Grids.PartialGrid | grid | Record that describe the grid with the number of nodes, links, connections, etc. |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Interfaces.BaseTerminal[grid.nNodes] | terminal | Electric terminals for each node of the network |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Transmission.BaseClasses.PartialBaseLine[grid.nLinks] | lines | Array of line models, each line connecting two nodes of the grid |
Revisions
-
June 3, 2014, by Marco Bonvini:
Added User's guide.