modelNetwork
Three phases balanced AC network
Extends from AixLib.Electrical.Transmission.BaseClasses.PartialNetwork (Partial model that represent an electric network).
Information
This model represents a generalized electrical AC three-phase balanced network.
See AixLib.Electrical.Transmission.BaseClasses.PartialNetwork for information about the network model.
See AixLib.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 | |
| AixLib.Electrical.Transmission.Grids.PartialGrid | grid (from PartialNetwork) | Record that describe the grid with the number of nodes, links, connections, etc. |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Electrical.Interfaces.BaseTerminal[grid.nNodes] | terminal (from PartialNetwork) | Electric terminals for each node of the network |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.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
-
March 30, 2015, by Michael Wetter:
Madegridreplaceable. This error was caught by the regression tests of OpenModelica. -
September 23, 2014, by Marco Bonvini:
Maintained replaceable the parametercommercialCablewhen redeclaring the type of line. -
August 25, 2014, by Marco Bonvini:
Revised documentation.