modelNetwork
Single phase AC network
Extends from Buildings.Electrical.Transmission.BaseClasses.PartialNetwork (Partial model that represent an electric network).
Information
This model represents a generalized electrical AC single phase network.
See Buildings.Electrical.Transmission.BaseClasses.PartialNetwork for information about the network model.
See Buildings.Electrical.Transmission.Grids.PartialGrid for more information about the topology of the network, such as the number of nodes, how they are connected, and the length of each connection.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | V_nominal (from PartialNetwork) | Nominal voltage of the lines in the network | |
| Buildings.Electrical.Transmission.Grids.PartialGrid | grid (from PartialNetwork) | Record that describe the grid with the number of nodes, links, connections, etc. | |
| Model › Assumptions | |||
| Boolean | use_C | false | If true, model the cable capacity |
| Buildings.Electrical.Types.Load | modelMode | Types.Load.FixedZ_steady_state | Select between steady state and dynamic model |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Interfaces.BaseTerminal[grid.nNodes] | terminal (from PartialNetwork) | Electric terminals for each node of the network |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Transmission.BaseClasses.PartialBaseLine[grid.nLinks] | lines (from PartialNetwork) | Array of line models, each line connecting two nodes of the grid | |
| Modelica.Units.SI.Voltage[grid.nNodes] | VAbs | RMS voltage of the grid nodes |
Revisions
-
August 24, 2014, by Marco Bonvini:
Revised documentation.