recordIEEE_34_AL120

Grid model inspired to the IEEE 34 Node test feeder

Extends from Buildings.Electrical.Transmission.Grids.PartialGrid (Partial model that represents a generalized grid).

Information

This model represents a grid inspired by the IEEE 34 node test feeder. In this example, the cable types and lengths have been modified in order to represent a typical distribution feeder.

The following three type of cables are in the grid: AL120, AL70, and Al35.

alt-image

Parameters

TypeNameDefaultDescription
IntegernNodes (from PartialGrid)Number of nodes of the grid
Integer[nLinks,2]fromTo (from PartialGrid)Indexes [i,1]->[i,2] of the nodes connected by link i
Modelica.Units.SI.Length[nLinks,1]l (from PartialGrid)Length of the cable

Components

TypeNameDefaultDescription
Buildings.Electrical.Transmission.BaseClasses.BaseCable[nLinks]cables (from PartialGrid)Array that contains the characteristics of each cable

Revisions

  • September 23, 2014, by Marco Bonvini:
    Added redeclare statement needed to specify the type of cables used in the array.
  • June 3, 2014, by Marco Bonvini:
    Added User's guide.