recordGeneric
Data record for a generic low voltage cable
Extends from Modelica.Icons.MaterialProperty (Icon for property classes), Buildings.Electrical.Transmission.BaseClasses.BaseCable (Record that contains the properties of a generic cable).
Information
This is a base record for specifying physical properties for low voltage commercial cables. New cables can be added by extending the it.
For low voltage cables, only the characteristic resistance and reactance are specified.
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 |
| Buildings.Electrical.Types.CharacteristicResistance | RCha | Characteristic resistance of the cable | |
| Buildings.Electrical.Types.CharacteristicReactance | XCha | Characteristic reactance of the cable |
Contents
| Name | Description |
|---|---|
| Function that computes the resistance of a cable | |
| Function that computes the resistance of a cable | |
| Function 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 low voltage cables. -
Sept 19, 2014, by Marco Bonvini:
Added User's guide.