Asynchronous Motor Rotor Acceleration
异步电机转子加速过程模拟
Overview
A short animation illustrating the acceleration of an asynchronous motor rotor under a rotating magnetic field. Viewers see the magnetic field lines rotate, the square loop (rotor) accelerate from rest to a steady angular speed, and key formulas appear to explain the induced emf and torque.
Phases
| # | Phase Name | Duration | Description |
|---|---|---|---|
| 1 | Intro | ~2s | Set up coordinate axes, draw the reference circle, place the red square loop, and show the four radial magnetic field arrows. The arrows begin rotating clockwise at the prescribed angular velocity while the loop remains stationary. |
| 2 | Acceleration | ~6s | The square loop starts to rotate, its angular velocity follows . A small graph in the upper‑right corner plots in real time. The magnetic field continues its constant‑speed rotation. |
| 3 | Steady State | ~2s | The loop reaches the steady angular speed . The rotation rates of field and loop become constant, and the difference is highlighted. |
| 4 | Outro | ~0.5s | Fade out the geometry while keeping the three formula boxes on screen for a brief moment, then fade everything to black. |
Layout
┌─────────────────────────────────────────────┐
│ TOP AREA │
│ (Title – optional, fades in with Intro) │
├───────────────────────┬─────────────────────┤
│ │ │
│ MAIN AREA │ RIGHT AREA │
│ (Axes, circle, │ Formulas & graph │
│ square loop, │ – top‑right: ω(t) │
│ rotating B‑field) │ – mid‑right: emf, │
│ │ torque │
├───────────────────────┴─────────────────────┤
│ BOTTOM AREA │
│ Small caption or source note (optional) │
└─────────────────────────────────────────────┘
Area Descriptions
| Area | Content | Notes |
|---|---|---|
| Top | Optional title “Asynchronous Motor Rotor Acceleration” | Fades in at start of Intro, fades out in Outro |
| Main | Coordinate axes, blue dashed circle (radius 0.5), red semi‑transparent square loop with white vertex markers, four black radial arrows representing the magnetic field | Primary visual focus. The arrows rotate continuously at rad/s. |
| Right | Three formula boxes (green emf, orange torque, blue steady‑state condition) stacked vertically; a small line‑graph of in the upper‑right corner | Boxes have a white semi‑transparent background. The graph updates live during the Acceleration phase. |
| Bottom | Small caption such as “Parameters: , T, s” | Appears after 8 s, fades out with Outro |
Notes
- Colors: Square loop – red #FF4444 with 0.5 opacity; circle – blue dashed #4488FF; magnetic arrows – solid black; formulas – colored text (green, orange, blue) on a white semi‑transparent rectangle.
- Camera: Fixed top‑down orthographic view; no camera movement.
- Timing: Total runtime ≈ 10 s at 30 fps (fits the user’s frame‑rate request). All phase durations sum to the total.
- Transitions: Simple fade‑in/out for the title and caption; linear motion for rotating elements; the angular‑velocity graph uses a linear update matching the underlying function.
- Implementation hint: Use a single
Sceneclass. Create the magnetic field as aVGroupof fourArrowobjects, apply aRotateanimation withrate_func=linear. Update the square loop with a custom updater that computes each frame. - Formula placement: Each formula resides in its own
MathTexinside aRoundedRectanglebackground to satisfy the “white background semi‑transparent box” requirement. - No extra text: Apart from the formulas and minimal axis labels, the animation relies on visual motion to convey the physics.
Создано
963411096
Описание
The animation shows a rotating magnetic field and a red square rotor starting from rest, accelerating according to an exponential speed law, and reaching a steady speed that is a fraction of the field speed. A live graph plots the rotor speed, and formula boxes display the induced emf, torque, and steady‑state condition.
Создано
Apr 28, 2026, 02:57 PM
Длительность
0:12
Теги
asynchronous-motorrotor-dynamicselectromagnetismphysics-animation