modelNetwork

Three phases balanced AC network

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

Information

This model represents a generalized electrical AC three-phase balanced 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

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

Connectors

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

Components

TypeNameDefaultDescription
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]VAbsRMS voltage of the grid nodes

Revisions

  • March 30, 2015, by Michael Wetter:
    Made grid replaceable. This error was caught by the regression tests of OpenModelica.
  • September 23, 2014, by Marco Bonvini:
    Maintained replaceable the parameter commercialCable when redeclaring the type of line.
  • August 25, 2014, by Marco Bonvini:
    Revised documentation.