functionselectCable_low

This function is used to automatically select the type of cable for low voltages

Information

This function selects the default cable for a low voltage transmission line.

The function takes as inputs the nominal voltage Vnominal and the nominal power Pnominal. It computes the maximum current current that can flow through the cable as

IMAX = SF Pnominal / Vnominal,

where SF is the safety factor. By default the safety factor is equal to 1.2.

Using IMAX, the function selects the smallest cable that has an ampacity higher than IMAX. The cables are selected from Buildings.Electrical.Transmission.LowVoltageCables.

Inputs

TypeNameDefaultDescription
Modelica.Units.SI.PowerP_nominal0Rated power
Modelica.Units.SI.VoltageV_nominal0Rated voltage

Outputs

TypeNameDefaultDescription
Buildings.Electrical.Transmission.LowVoltageCables.GenericcableCable

Revisions

  • Sept 19, 2014, by Marco Bonvini:
    Added warning instead of print.
  • June 3, 2014, by Marco Bonvini:
    Added User's guide.