Return phase to neutral voltages
partial function phaseVoltages extends Modelica.Icons.Function; input Modelica.Units.SI.Voltage V "system voltage"; input Modelica.Units.SI.Angle phi = 0 "phase angle"; output Modelica.Units.SI.Voltage v[n] "phase to neutral voltages"; end phaseVoltages;