modelIMC_Inverter
Induction machine with squirrel cage and inverter
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
An ideal frequency inverter is modeled by using a VfController and a three-phase SignalVoltage. Frequency is raised by a ramp, causing the induction machine with squirrel cage to start, and accelerating inertias. At time tStep a load step is applied.
Simulate for 1.5 seconds and plot (versus time):
- currentQuasiRMSSensor.I: stator current RMS
- aimc.wMechanical: motor's speed
- aimc.tauElectrical: motor's torque
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | 3 | Number of phases |
| SI.Voltage | VNominal | 100 | Nominal RMS voltage per phase |
| SI.Frequency | fNominal | aimcData.fsNominal | Nominal frequency |
| SI.Frequency | f | fNominal | Maximum operational frequency |
| SI.Time | tRamp | 1 | Frequency ramp |
| SI.Torque | TLoad | 161.4 | Nominal load torque |
| SI.Time | tStep | 1.2 | Time of load torque step |
| SI.Inertia | JLoad | 0.29 | Load's moment of inertia |
| Modelica.Electrical.Machines.Utilities.ParameterRecords.IM_SquirrelCageData | aimcData | Induction machine data |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Frequency | fActual | ramp.y | Actual frequency |
| Magnetic.FundamentalWave.BasicMachines.InductionMachines.IM_SquirrelCage | aimc | ||
| Modelica.Electrical.Machines.Sensors.CurrentQuasiRMSSensor | currentQuasiRMSSensor | ||
| Modelica.Blocks.Sources.Ramp | ramp | ||
| Modelica.Electrical.Machines.Utilities.VfController | vfController | ||
| Modelica.Electrical.Polyphase.Sources.SignalVoltage | signalVoltage | ||
| Modelica.Electrical.Polyphase.Basic.Star | star | ||
| Modelica.Electrical.Analog.Basic.Ground | ground | ||
| Modelica.Mechanics.Rotational.Components.Inertia | loadInertia | ||
| Modelica.Mechanics.Rotational.Sources.TorqueStep | loadTorqueStep | ||
| Modelica.Electrical.Machines.Utilities.TerminalBox | terminalBox |