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

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.
Model › Assumptions
Booleanuse_CfalseIf true, model the cable capacity
Buildings.Electrical.Types.LoadmodelModeTypes.Load.FixedZ_steady_stateSelect between steady state and dynamic model

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

  • August 24, 2014, by Marco Bonvini:
    Revised documentation.