functioncomputeGMD

This function computes the geometric mean distance of a three-phase transmission line

Information

This function computes the Geometric Mean Distance of a cable.

The GMD is computed as

GMD = (d1 d2 d3)1/3,

where d1, d2, and d3 are the distances between the conductors.

Inputs

TypeNameDefaultDescription
Modelica.Units.SI.Lengthd1Distance between conductors
Modelica.Units.SI.Lengthd2d1Distance between conductors
Modelica.Units.SI.Lengthd32*d1Distance between conductors

Outputs

TypeNameDefaultDescription
Modelica.Units.SI.LengthGMDGeometric Mean Distance

Revisions

  • June 3, 2014, by Marco Bonvini:
    Added User's guide.