modelIM_SlipRing

Induction machine with slip ring rotor

Extends from BaseClasses.Machine (Base model of machines).

Information

Resistances and stray inductances of the machine always refer to either stator or rotor. The symmetry of the stator, rotor and supply are assumed. The number of stator and rotor phases may be different. The machine models take the following loss effects into account:

  • heat losses in the temperature dependent stator winding resistances
  • heat losses in the temperature dependent rotor winding resistances
  • friction losses
  • stator and rotor core losses (only eddy current losses, no hysteresis losses)
  • stray load losses

See also

IM_SquirrelCage, Magnetic.FundamentalWave.BasicMachines.InductionMachines.IM_SlipRing, Magnetic.FundamentalWave.BasicMachines.InductionMachines.IM_SquirrelCage,

Parameters

TypeNameDefaultDescription
IntegermrmNumber of rotor phases
SI.Anglepi (from Machine)Modelica.Constants.pi
Integerm (from Machine)3Number of stator phases
SI.InertiaJr (from Machine)Rotor inertia
BooleanuseSupport (from Machine)falseEnable / disable (=fixed stator) support
SI.InertiaJs (from Machine)Stator inertia
BooleanuseThermalPort (from Machine)falseEnable / disable (=fixed temperatures) thermal port
Integerp (from Machine)Number of pole pairs (Integer)
SI.FrequencyfsNominal (from Machine)Nominal frequency
RealeffectiveStatorTurns (from Machine)1Effective number of stator turns
BooleanuseTurnsRatioUse TurnsRatio or calculate from locked-rotor voltage?
RealTurnsRatioEffective number of stator turns / effective number of rotor turns
SI.VoltageVsNominalNominal stator voltage per phase
SI.VoltageVrLockedRotorLocked rotor voltage per phase
Operational temperatures
SI.TemperatureTsOperational (from Machine)Operational temperature of stator resistance
SI.TemperatureTrOperationalOperational temperature of rotor resistance
Nominal resistances and inductances
SI.ResistanceRs (from Machine)Stator resistance per phase at TRef
SI.TemperatureTsRef (from Machine)Reference temperature of stator resistance
Modelica.Electrical.Machines.Thermal.LinearTemperatureCoefficient20alpha20s (from Machine)Temperature coefficient of stator resistance at 20 degC
SI.InductanceLssigma (from Machine)Stator stray inductance per phase
Magnetic.FundamentalWave.Types.SalientInductanceL0 (from Machine)Salient inductance of an unchorded coil
SI.InductanceLmStator main field inductance per phase
SI.InductanceLrsigmaRotor leakage inductance per phase w.r.t. rotor side
SI.ResistanceRrRotor resistance per phase w.r.t. rotor side
SI.TemperatureTrRefReference temperature of rotor resistance
Modelica.Electrical.Machines.Thermal.LinearTemperatureCoefficient20alpha20rTemperature coefficient of rotor resistance at 20 degC
Losses
Modelica.Electrical.Machines.Losses.FrictionParametersfrictionParameters (from Machine)Friction loss parameter record
Modelica.Electrical.Machines.Losses.CoreParametersstatorCoreParameters (from Machine)Stator core loss parameter record; all parameters refer to stator side
Modelica.Electrical.Machines.Losses.StrayLoadParametersstrayLoadParameters (from Machine)Stray load loss parameter record
Modelica.Electrical.Machines.Losses.CoreParametersrotorCoreParametersRotor core loss parameter record, all quantities refer to rotor side

Connectors

TypeNameDefaultDescription
Modelica.Mechanics.Rotational.Interfaces.Flange_aflange (from Machine)Shaft
Modelica.Mechanics.Rotational.Interfaces.Flange_asupport (from Machine)Support at which the reaction torque is acting
Modelica.Electrical.QuasiStatic.Polyphase.Interfaces.PositivePlugplug_sp (from Machine)Positive plug of stator
Modelica.Electrical.QuasiStatic.Polyphase.Interfaces.NegativePlugplug_sn (from Machine)Negative plug of stator
Modelica.Electrical.Machines.Interfaces.InductionMachines.PartialThermalPortInductionMachinesthermalPort (from Machine)Thermal port of induction machines
Modelica.Electrical.QuasiStatic.Polyphase.Interfaces.NegativePlugplug_rnNegative plug of rotor
Modelica.Electrical.QuasiStatic.Polyphase.Interfaces.PositivePlugplug_rpPositive plug of rotor

Components

TypeNameDefaultDescription
SI.Anglegammas (from Machine)airGap.gammasAngle of stator reference frame
SI.Anglegammar (from Machine)airGap.gammarAngle of stator reference frame
SI.Anglegamma (from Machine)airGap.gammaElectrical angle between stator and rotor
SI.AnglephiMechanical (from Machine)flange.phi - internalSupport.phiMechanical angle of rotor against stator
SI.AngularVelocitywMechanical (from Machine)der(phiMechanical)Mechanical angular velocity of rotor against stator
SI.TorquetauElectrical (from Machine)inertiaRotor.flange_a.tauElectromagnetic torque
SI.TorquetauShaft (from Machine)-flange.tauShaft torque
Modelica.Electrical.Machines.Interfaces.InductionMachines.PartialPowerBalanceInductionMachinespowerBalance (from Machine)Power balance
SI.ComplexVoltage[m]vs (from Machine)plug_sp.pin.v - plug_sn.pin.vComplex stator voltage
SI.Voltage[m]abs_vs (from Machine)Modelica.ComplexMath.abs(vs)Magnitude of complex stator voltage
SI.Angle[m]arg_vs (from Machine)Modelica.ComplexMath.arg(vs)Argument of complex stator voltage
SI.ComplexCurrent[m]is (from Machine)plug_sp.pin.iComplex stator current
SI.Current[m]abs_is (from Machine)Modelica.ComplexMath.abs(is)Magnitude of complex stator current
SI.Angle[m]arg_is (from Machine)Modelica.ComplexMath.arg(is)Argument of complex stator current
SI.ActivePower[m]Ps (from Machine){Modelica.ComplexMath.real(vs[k]*Modelica.ComplexMath.conj(is[k])) for k in 1:m}Active stator power
SI.ActivePowerPs_total (from Machine)sum(Ps)Total active stator power
SI.ReactivePower[m]Qs (from Machine){Modelica.ComplexMath.imag(vs[k]*Modelica.ComplexMath.conj(is[k])) for k in 1:m}Reactive stator power
SI.ReactivePowerQs_total (from Machine)sum(Qs)Total reactive stator power
SI.ApparentPower[m]Ss (from Machine){Modelica.ComplexMath.abs(vs[k]*Modelica.ComplexMath.conj(is[k])) for k in 1:m}Magnitude of complex stator apparent power
SI.ApparentPowerSs_total (from Machine)sqrt(Ps_total^2 + Qs_total^2)Magnitude of total complex stator apparent power
Real[m]pfs (from Machine){cos(Modelica.ComplexMath.arg(Complex(Ps[k], Qs[k]))) for k in 1:m}Stator power factor
Modelica.Mechanics.Rotational.Components.InertiainertiaRotor (from Machine)
Modelica.Mechanics.Rotational.Components.InertiainertiaStator (from Machine)
Modelica.Mechanics.Rotational.Components.Fixedfixed (from Machine)
BasicMachines.Components.SymmetricPolyphaseWindingstator (from Machine)Symmetric stator winding including resistances, zero and stray inductances and core losses
Modelica.Electrical.Machines.Interfaces.InductionMachines.PartialThermalAmbientInductionMachinesthermalAmbient (from Machine)
Magnetic.QuasiStatic.FundamentalWave.Components.GroundgroundS (from Machine)Ground of stator magnetic circuit
BasicMachines.Components.RotorSaliencyAirGapairGap (from Machine)
Magnetic.QuasiStatic.FundamentalWave.Components.GroundgroundR (from Machine)Ground of rotor magnetic circuit
Losses.StrayLoadstrayLoad (from Machine)
Modelica.Electrical.Machines.Losses.Frictionfriction (from Machine)
SI.ComplexVoltage[mr]vrplug_rp.pin.v - plug_rn.pin.vComplex rotor voltage
SI.Voltage[mr]abs_vrModelica.ComplexMath.abs(vr)Magnitude of complex rotor voltage
SI.Angle[mr]arg_vrModelica.ComplexMath.arg(vr)Argument of complex rotor voltage
SI.ComplexCurrent[mr]irplug_rp.pin.iComplex rotor current
SI.Current[mr]abs_irModelica.ComplexMath.abs(ir)Magnitude of complex rotor current
SI.Angle[mr]arg_irModelica.ComplexMath.arg(ir)Argument of complex rotor current
SI.ActivePower[mr]Pr{Modelica.ComplexMath.real(vr[k]*Modelica.ComplexMath.conj(ir[k])) for k in 1:mr}Active rotor power
SI.ActivePowerPr_totalsum(Pr)Total active rotor power
SI.ReactivePower[mr]Qr{Modelica.ComplexMath.imag(vr[k]*Modelica.ComplexMath.conj(ir[k])) for k in 1:mr}Reactive rotor power
SI.ReactivePowerQr_totalsum(Qr)Total reactive rotor power
SI.ApparentPower[mr]Sr{Modelica.ComplexMath.abs(vr[k]*Modelica.ComplexMath.conj(ir[k])) for k in 1:mr}Magnitude of complex rotor apparent power
SI.ApparentPowerSr_totalsqrt(Pr_total^2 + Qr_total^2)Magnitude of total complex rotor apparent power
Real[m]pfr{cos(Modelica.ComplexMath.arg(Complex(Pr[k], Qr[k]))) for k in 1:m}Rotor power factor
Components.SymmetricPolyphaseWindingrotorSymmetric rotor winding including resistances, zero and stray inductances and zero core losses