modelNetwork

Three phases unbalanced AC network without neutral cable

Extends from Transmission.BaseClasses.PartialNetwork (Partial model that represent an electric network).

Information

This model represents a generalized electrical AC three-phase unbalanced network without neutral cable.

See BuildingSystems.Electrical.Transmission.BaseClasses.PartialNetwork for information about the network model.

See BuildingSystems.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

TypeNameDefaultDescription
Modelica.Units.SI.VoltageV_nominal (from PartialNetwork)Nominal voltage of the lines in the network
BuildingSystems.Electrical.Transmission.Grids.PartialGridgrid (from PartialNetwork)Record that describe the grid with the number of nodes, links, connections, etc.

Connectors

TypeNameDefaultDescription
BuildingSystems.Electrical.Interfaces.BaseTerminal[grid.nNodes]terminal (from PartialNetwork)Electric terminals for each node of the network

Components

TypeNameDefaultDescription
BuildingSystems.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[3,grid.nNodes]VAbsRMS voltage of the grid nodes

Revisions

  • March 30, 2015, by Michael Wetter:
    Made network replaceable. This was detected by the OpenModelica regression tests.
  • October 6, 2014, by Marco Bonvini:
    Revised documentation and model.