recordGeneric

Data record for a generic medium voltage cable

Extends from Modelica.Icons.MaterialProperty (Icon for property classes), AixLib.Electrical.Transmission.BaseClasses.BaseCable (Record that contains the properties of a generic cable).

Information

This is a base record for specifying physical properties for medium voltage commercial cables. New cables can be added by extending it.

For medium voltage cables, the geometric properties of the cable and the material are specified. For example some of the properties that are specified are:

Rdc   : Characteristic DC resistance at T = T_ref[Ohm/m]
T_ref : Reference temperature of the material [K]
d     : Inner diameter [m]
D     : Outer diameter [m]
Amp   : Ampacity [A]

other properties such as the geometric mean diameter GMD and the geometric mean radius GMR are by default computed using functions, but this can be overriden.

Parameters

TypeNameDefaultDescription
AixLib.Electrical.Transmission.Types.Materialmaterial (from BaseCable)AixLib.Electrical.Transmission.Types.Material.AlMaterial of the cable
Modelica.Units.SI.CurrentAmp (from BaseCable)0.0Ampacitance of the cable
Modelica.Units.SI.TemperatureT_ref (from BaseCable)298.15Reference cable temperature
Modelica.Units.SI.TemperatureM (from BaseCable)228.1 + 273.15Temperature constant of the material
StringsizeAWG or kcmil code representing the conductor size
AixLib.Electrical.Types.CharacteristicResistanceRdcCharacteristic DC resistance of the cable @ T_ref
Modelica.Units.SI.LengthdInner diameter
Modelica.Units.SI.LengthDOuter diameter
Modelica.Units.SI.LengthGMRGeometrical Mean Radius of the cable
Modelica.Units.SI.LengthGMDGeometrical Mean Diameter of the cable

Contents

NameDescription
lineResistanceFunction that computes the resistance of a cable
lineInductanceFunction that computes the resistance of a cable
lineCapacitanceFunction that computes the capacitance of a cable

Revisions

  • September 23, 2014, by Marco Bonvini:
    Revised structure of the record, not it extends the base records and add details for the medium voltage cables.
  • Sept 19, 2014, by Marco Bonvini:
    Added User's guide.