Function that computes the resistance of a cable
partial function lineResistance extends Modelica.Icons.Function; input Modelica.Units.SI.Length l "Length of the cable"; input Modelica.Units.SI.Frequency f = 50 "Frequency considered in the definition of cables properties"; output Modelica.Units.SI.Resistance R "Resistance of the cable"; end lineResistance;