PowerBalanceAIMC

record PowerBalanceAIMC "Power balance of asynchronous induction machines with squirrel cage"
    extends Machines.Interfaces.InductionMachines.PartialPowerBalanceInductionMachines(final lossPowerTotal = lossPowerStatorWinding + lossPowerStatorCore + lossPowerRotorCore + lossPowerStrayLoad + lossPowerFriction + lossPowerRotorWinding);

    Modelica.SIunits.Power lossPowerRotorWinding "Rotor copper losses";

    annotation (
        defaultComponentPrefixes = "output",
        Documentation(info = "<html>\nPower balance of asynchronous induction machines with squirrel cage.\n </html>"));
end PowerBalanceAIMC;