functionlineResistance
Function that computes the resistance of a cable
Information
This function computes the overall resistance of a cable.
The low voltage cable is described by a characteristic resistance per unit length, given this value the overall resistance is computed as
R = RCHA lCABLE,
where RCHA is the characteristic resistance per unit length, and lCABLE is the length of the cable.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Transmission.LowVoltageCables.Generic | cable | Record that contains cable properties |
Revisions
-
September 23, 2014, by Marco Bonvini:
Added function and documentation