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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Length | d1 | Distance between conductors | |
| Modelica.Units.SI.Length | d2 | d1 | Distance between conductors |
| Modelica.Units.SI.Length | d3 | 2*d1 | Distance between conductors |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Length | GMD | Geometric Mean Distance |
Revisions
-
June 3, 2014, by Marco Bonvini:
Added User's guide.