DC_PermanentMagnet

model DC_PermanentMagnet "Quasistationary permanent magnet DC machine"
    extends Machines.BasicMachines.DCMachines.DC_PermanentMagnet(final quasiStationary = true);
    extends Machines.Icons.QuasiStationaryMachine;

    annotation (
        defaultComponentName = "dcpm",
        Documentation(info = "<html>\n<strong>Quasistationary model of a DC Machine with permanent magnets.</strong><br>\nThis model is fully compatible with the\n<a href=\"modelica://Modelica.Electrical.Machines.BasicMachines.DCMachines.DC_PermanentMagnet\">transient machine model of a DC machine with permanent magnets</a>;\nthe only difference is that electrical transients are neglected.\n</html>"));
end DC_PermanentMagnet;