WOLFRAM SYSTEM MODELER

AIM_SquirrelCage

Asynchronous induction machine with squirrel cage

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Magnetic.FundamentalWave.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Resistances and stray inductances of the machine refer to an m phase stator. The symmetry of the stator and rotor is assumed. 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 cage resistances
  • friction losses
  • core losses (only eddy current losses, no hysteresis losses)
  • stray load losses

See also

AIM_SlipRing,

Parameters (23)

Jr

Value:

Type: Inertia (kg·m²)

Description: Rotor inertia

useSupport

Value: false

Type: Boolean

Description: Enable / disable (=fixed stator) support

Js

Value:

Type: Inertia (kg·m²)

Description: Stator inertia

useThermalPort

Value: false

Type: Boolean

Description: Enable / disable (=fixed temperatures) thermal port

p

Value:

Type: Integer

Description: Number of pole pairs (Integer)

fsNominal

Value:

Type: Frequency (Hz)

Description: Nominal frequency

TsOperational

Value:

Type: Temperature (K)

Description: Operational temperature of stator resistance

Rs

Value:

Type: Resistance (Ω)

Description: Stator resistance per phase at TRef

TsRef

Value:

Type: Temperature (K)

Description: Reference temperature of stator resistance

alpha20s

Value:

Type: LinearTemperatureCoefficient20 (1/K)

Description: Temperature coefficient of stator resistance at 20 degC

effectiveStatorTurns

Value: 1

Type: Real

Description: Effective number of stator turns

Lssigma

Value:

Type: Inductance (H)

Description: Stator stray inductance

Lszero

Value: Lssigma

Type: Inductance (H)

Description: Stator zero inductance

L0

Value:

Type: SalientInductance

Description: Salient inductance of an unchorded coil

frictionParameters

Value:

Type: FrictionParameters

Description: Friction loss parameter record

statorCoreParameters

Value:

Type: CoreParameters

Description: Stator core loss parameter record; all parameters refer to stator side

strayLoadParameters

Value:

Type: StrayLoadParameters

Description: Stray load loss parameter record

Lm

Value:

Type: Inductance (H)

Description: Stator main field inductance

Lrsigma

Value:

Type: Inductance (H)

Description: Rotor leakage inductance of equivalent m phase winding w.r.t. stator side

Rr

Value:

Type: Resistance (Ω)

Description: Rotor resistance of equivalent m phase winding w.r.t. stator side

TrRef

Value:

Type: Temperature (K)

Description: Reference temperature of rotor resistance

alpha20r

Value:

Type: LinearTemperatureCoefficient20 (1/K)

Description: Temperature coefficient of rotor resistance at 20 degC

TrOperational

Value:

Type: Temperature (K)

Description: Operational temperature of rotor resistance

Outputs (8)

phiMechanical

Default Value: flange.phi - internalSupport.phi

Type: Angle (rad)

Description: Mechanical angle of rotor against stator

wMechanical

Default Value: der(phiMechanical)

Type: AngularVelocity (rad/s)

Description: Mechanical angular velocity of rotor against stator

tauElectrical

Default Value: inertiaRotor.flange_a.tau

Type: Torque (N·m)

Description: Electromagnetic torque

tauShaft

Default Value: -flange.tau

Type: Torque (N·m)

Description: Shaft torque

powerBalance

Type: PowerBalanceAIMC

Description: Power balance

vs

Default Value: plug_sp.pin.v - plug_sn.pin.v

Type: Voltage[m] (V)

Description: Stator instantaneous voltages

is

Default Value: plug_sp.pin.i

Type: Current[m] (A)

Description: Stator instantaneous currents

ir

Default Value: rotorCage.i

Type: Current[m] (A)

Description: Rotor cage currents

Connectors (7)

flange

Type: Flange_a

Description: Shaft

support

Type: Flange_a

Description: Support at which the reaction torque is acting

plug_sp

Type: PositivePlug

Description: Positive plug of stator

plug_sn

Type: NegativePlug

Description: Negative plug of stator

thermalPort

Type: ThermalPortAIMC

Description: Thermal port of induction machines

internalThermalPort

Type: ThermalPortAIMC

internalSupport

Type: Support

Components (16)

L0

Type: SalientInductance

Description: Salient inductance of an unchorded coil

frictionParameters

Type: FrictionParameters

Description: Friction loss parameter record

statorCoreParameters

Type: CoreParameters

Description: Stator core loss parameter record; all parameters refer to stator side

strayLoadParameters

Type: StrayLoadParameters

Description: Stray load loss parameter record

powerBalance

Type: PowerBalanceAIMC

Description: Power balance

inertiaRotor

Type: Inertia

inertiaStator

Type: Inertia

fixed

Type: Fixed

stator

Type: SymmetricMultiPhaseWinding

Description: Symmetric stator winding including resistances, zero and stray inductances and core losses

thermalAmbient

Type: ThermalAmbientAIMC

groundS

Type: Ground

Description: Ground of stator magnetic circuit

airGap

Type: RotorSaliencyAirGap

groundR

Type: Ground

Description: Ground of rotor magnetic circuit

strayLoad

Type: StrayLoad

friction

Type: Friction

rotorCage

Type: SymmetricMultiPhaseCageWinding

Description: Symmetric rotor cage winding including resistances and stray inductances

Used in Examples (14)

AIMC_DOL

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Direct on line (DOL) start of asynchronous induction machine with squirrel cage

AIMC_DOL_MultiPhase

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Direct on line start of multi phase asynchronous induction machine with squirrel cage

AIMC_YD

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Asynchronous induction machine with squirrel cage starting Y-D

AIMC_Transformer

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Asynchronous induction machine with squirrel cage starting with transformer

AIMC_Inverter

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Asynchronous induction machine with squirrel cage and inverter

AIMC_Conveyor

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Asynchronous induction machine with squirrel cage and inverter driving a conveyor

AIMC_Steinmetz

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Asynchronous induction machine with squirrel cage and Steinmetz-connection

AIMC_withLosses

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Asynchronous induction machine with squirrel cage and losses

AIMC_Initialize

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines

Steady-state initialization of asynchronous induction machine with squirrel cage

IMC_DOL

Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.InductionMachines

Induction machine with squirrel cage started directly on line (DOL)

IMC_YD

Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.InductionMachines

Induction machine with squirrel cage starting Y-D

IMC_Transformer

Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.InductionMachines

Induction machine with squirrel cage starting with transformer

IMC_Conveyor

Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.InductionMachines

Induction machine with squirrel cage and inverter driving a conveyor

IMC_Initialize

Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.InductionMachines

Steady-state initialization of induction machine with squirrel cage