.Modelica.Electrical.Machines.SpacePhasors.Functions.activePower

Calculate active power of voltage and current input

Information

Transformation of three-phase voltages and currents to space phasors and calculate active power.

Interface

function activePower
  import Modelica.Constants.pi;
  extends Modelica.Icons.Function;
  input SI.Voltage v[m] "Phase voltages";
  input SI.Current i[m] "Phase currents";
  output SI.Power p "Active power";
end activePower;

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