Return system current as function of phase currents
partial function systemCurrent extends Modelica.Icons.Function; input Modelica.Units.SI.Current i[n]; output Modelica.Units.SI.Current I; end systemCurrent;