Theory
$$T = \frac{3}{\omega_s}\cdot\frac{I_2^2 R_2}{s}$$ $$s_{max}=\frac{R_2}{\sqrt{R_1^2+(X_1+X_2)^2}}$$$n_s = 120f/p\ [\mathrm{rpm}]$, $\omega_s = 2\pi n_s/60$
Set the equivalent circuit parameters of a three-phase induction motor and compute the torque-speed (T-N) curve, efficiency, and power factor in real time. Max torque, starting torque, and synchronous speed are calculated automatically.
$n_s = 120f/p\ [\mathrm{rpm}]$, $\omega_s = 2\pi n_s/60$
The core performance of an induction motor is described by its torque-speed characteristic. The electromagnetic torque T is proportional to the power dissipated in the rotor resistance, divided by slip.
$$T = \frac{3}{\omega_s}\cdot\frac{I_2^2 R_2}{s}$$Where $T$ is the developed torque (Nm), $\omega_s$ is the synchronous angular speed (rad/s), $I_2$ is the rotor current referred to the stator (A), $R_2$ is the referred rotor resistance (Ω), and $s$ is the slip.
The motor has a specific slip point where it produces its maximum, or "breakdown," torque. This is a critical design limit.
$$s_{max}=\frac{R_2}{\sqrt{R_1^2+(X_1+X_2)^2}}$$Here, $R_1$ is the stator resistance, and $X_1$ & $X_2$ are the stator and rotor leakage reactances. This shows that maximum torque occurs at a slip directly proportional to rotor resistance but inversely proportional to the total circuit impedance.
Industrial Pumps and Fans: These are the most common applications. Engineers use simulations like this one to select a motor with a torque curve that ensures smooth acceleration of the fan or pump load to its operating point, which is typically at low slip for high efficiency.
Electric Vehicle Traction Motors: Modern EVs often use induction motors for their robustness and high-speed capability. Designers tweak parameters like rotor resistance to achieve a flat torque curve at low speeds for strong acceleration, while managing reactance to allow high top speeds.
Conveyor Belts and Crushers: These machines require very high starting torque to overcome inertia and load. Motors with higher rotor resistance (like wound-rotor or deep-bar designs) are chosen, a behavior you can directly test in the simulator by cranking up R₂.
Household Appliances (Washers, Compressors): Here, the focus is on reliable, efficient operation at a steady speed. Motors are designed with low leakage reactance to maximize the power factor and efficiency at the normal running slip, reducing electricity costs.
When you start using this simulator, there are a few points that are easy to misunderstand. First and foremost, you might think that "setting the reactance to zero will make performance infinite," but that is incorrect. In reality, coils always generate leakage flux, making it physically impossible to reduce leakage reactance to zero. For example, setting both X₁ and X₂ to 0 will make the maximum torque theoretically infinite, but this is an unrealistic result that ignores magnetic saturation of the iron core and mechanical strength. Secondly, the parameters do not change independently. For instance, if you try to increase the magnetomotive force by adding more winding turns, the coil length inevitably increases, and the resistance R₁ also becomes larger. Understanding this trade-off is key to design. The third pitfall is that the "rated point" is just a single point on the graph. For example, when designing a 1kW output motor, the point with 3% slip and 94% efficiency is the rated point. However, an actual device does not always operate at that exact point; it moves along the curve as the load fluctuates. Therefore, you need to evaluate the characteristics not just at the rated point, but across a wide operating range.
The concepts you learn with this equivalent circuit model are also applied in various other engineering fields beyond induction motors. The first to mention is "Power Electronics". Control algorithms for motor control using inverters, such as "V/f control" and "vector control," are built upon the parameters of this equivalent circuit. For example, in maximum torque control, the slip value found from the earlier formula $s_{max}=\frac{R_2}{\sqrt{R_1^2+(X_1+X_2)^2}}$ is used as a target value to follow. Next, it is deeply connected to the field of "System Identification". This is a technique that measures the voltage and current response of an actual machine to inversely calculate and estimate the simulator's parameters (R₁, R₂, X₁, X₂). It is used for motor fault diagnosis. Furthermore, it also integrates with "Thermal Fluid Analysis (CFD)". The copper loss ($3I_2^2 R_2$) and iron loss calculated by the simulator become heat sources, directly affecting the motor's internal temperature distribution and cooling design. For example, when the current increases during startup, heat generation surges rapidly, and these electrical calculation results are essential for evaluating the instantaneous thermal fluid dynamics.
Once you become familiar with the equivalent circuit using this tool, it's recommended to delve deeper into the fundamental question: "Why can a motor be represented by this simple circuit?" The first step is understanding "rotating magnetic fields". See how a three-phase alternating current flowing through coils generates a spatially rotating magnetic field, and solidify your mental image by watching animations of it. Secondly, learn about "dq transformation (two-phase transformation)". This is a mathematical technique that converts three-phase AC into virtual orthogonal two axes (d-axis: flux generating component, q-axis: torque generating component) and forms the basis of modern high-performance motor control. The transformation formula looks like this: $$ \begin{bmatrix} i_d \\ i_q \end{bmatrix} = \frac{2}{3} \begin{bmatrix} \cos\theta & \cos(\theta-120^\circ) & \cos(\theta+120^\circ) \\ -\sin\theta & -\sin(\theta-120^\circ) & -\sin(\theta+120^\circ) \end{bmatrix} \begin{bmatrix} i_u \\ i_v \\ i_w \end{bmatrix} $$. The third step is expanding into "Finite Element Method (FEM) Magnetic Field Analysis". The equivalent circuit is a "lumped parameter" model, whereas FEM calculates the magnetic flux distribution as "distributed parameters" from the detailed shape of the motor. The actual design process involves optimizing parameters with the equivalent circuit and then verifying them in detail with FEM. Start by grasping the overall picture with the equivalent circuit, then proceed to these deeper theories; the whole picture should become clear.