functionlineInductance
Function that computes the resistance of a cable
Information
This function computes the overall inductance of a cable.
When the voltage level is medium or high, the cables have geometric parameters that can be used to compute the inductance as
R = lCABLE 2 10-7 log(GMD/GMR),
where lCABLE is the length of the cable, and GMD and GMR are the geometric mean distance and the geometric mean radius of the cable.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Electrical.Transmission.MediumVoltageCables.Generic | cable | Record that contains cable properties |
Revisions
-
September 23, 2014, by Marco Bonvini:
Added function and documentation