ThermalPortAIMS

connector ThermalPortAIMS "Thermal port of asynchronous induction machine with slipring"
    extends Machines.Interfaces.InductionMachines.PartialThermalPortInductionMachines;

    parameter Integer mr = m "Number of rotor phases";
    Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a heatPortRotorWinding[mr] "Heat port of rotor windings"
        annotation (Placement(transformation(extent = {
            {-20, -30}, 
            {0, -10}})));
    Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a heatPortBrush "Heat port of (optional) brush losses"
        annotation (Placement(transformation(extent = {
            {-10, 30}, 
            {10, 50}})));

    annotation (Documentation(info = "<html>\nThermal port for asynchronous induction machine with slipring rotor\n</html>"));
end ThermalPortAIMS;