PowerBalanceDCEE

record PowerBalanceDCEE "Power balance of DC machines with electrical excitation"
    extends Machines.Interfaces.DCMachines.PartialPowerBalanceDCMachines(final lossPowerTotal = lossPowerArmature + lossPowerCore + lossPowerStrayLoad + lossPowerFriction + lossPowerBrush + lossPowerExcitation);

    Modelica.SIunits.Power powerExcitation "Electrical (shunt) excitation power";
    Modelica.SIunits.Power lossPowerExcitation "Excitation losses";

    annotation (
        defaultComponentPrefixes = "output",
        Documentation(info = "<html>\nPower balance of DC machines with electrical excitation.\n </html>"));
end PowerBalanceDCEE;