Return system voltage as function of phase voltages
partial function systemVoltage extends Modelica.Icons.Function; input Modelica.Units.SI.Voltage v[n]; output Modelica.Units.SI.Voltage V; end systemVoltage;