.Modelica.Electrical.Polyphase.Functions.activePower

Information

Calculates instantaneous power from polyphase voltages and currents. In quasi-static operation, instantaneous power equals active power;

Interface

function activePower
  extends Modelica.Icons.Function;
  input SI.Voltage v[:] "Phase voltages";
  input SI.Current i[size(v, 1)] "Phase currents";
  output SI.Power p "Active power";
end activePower;

Generated at 2024-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos