.Modelica.Electrical.QuasiStatic.Polyphase.Functions.activePower

Calculate active power of complex input voltage and current

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.ComplexVoltage v[:] "QuasiStatic voltage phasors";
  input SI.ComplexCurrent i[size(v, 1)] "QuasiStatic current phasors";
  output SI.Power p "Active power";
end activePower;

Generated at 2025-03-13T19:24:49Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos