recordAnnealed_Al_40
Annealed Al cable - AWG 4/0
Extends from Buildings.Electrical.Transmission.MediumVoltageCables.Generic (Data record for a generic medium voltage cable).
Information
Annealed aluminium cable with a cross-sectional AWG 4/0 (American Wire Gauge). This type of cable has the following properties
Rdc = 0.274278e-3 // Characteristic DC resistance at T = T_ref[Ohm/m] T_ref= 298.15 // Reference temperature of the material [K] d = 13.005e-3 // Inner diameter [m] D = 30.353e-3 // Outer diameter [m] Amp = 285 // Ampacity [A]
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Transmission.Types.Material | material (from BaseCable) | Buildings.Electrical.Transmission.Types.Material.Al | Material of the cable |
| Modelica.Units.SI.Current | Amp (from BaseCable) | 0.0 | Ampacitance of the cable |
| Modelica.Units.SI.Temperature | T_ref (from BaseCable) | 298.15 | Reference cable temperature |
| Modelica.Units.SI.Temperature | M (from BaseCable) | 228.1 + 273.15 | Temperature constant of the material |
| String | size (from Generic) | AWG or kcmil code representing the conductor size | |
| Buildings.Electrical.Types.CharacteristicResistance | Rdc (from Generic) | Characteristic DC resistance of the cable @ T_ref | |
| Modelica.Units.SI.Length | d (from Generic) | Inner diameter | |
| Modelica.Units.SI.Length | D (from Generic) | Outer diameter | |
| Modelica.Units.SI.Length | GMR (from Generic) | Geometrical Mean Radius of the cable | |
| Modelica.Units.SI.Length | GMD (from Generic) | Geometrical Mean Diameter of the cable |
Revisions
-
September 24, 2014, by Marco Bonvini:
Revised structure of the record, now the temperature constantMis directly specified in the record. -
Sept 19, 2014, by Marco Bonvini:
Added User's guide.