A single-phase AC electric generator has a moving rotor with a magnet, which induces a voltage at its stator terminals. A resistor is connected across the stator terminals.
The machine model is as follows:
In the model, is the stator magnetic flux linkage as a function of rotor angular position . The terminal voltage is the time derivative of the flux linkage. The third equation states that the rotor is gaining kinetic energy at a rate equal to the difference between the mechanical input power and resistor power dissipation (a statement of energy conservation). The parameter is the machine inertia constant.
At time , and . The mechanical input power is such that the machine maintains nominal speed (more or less). See the "details" section.
As the machine rotates, what is the magnitude of the maximum deviation of from ? For practical purposes, restrict your simulation interval to , to limit the effects of any accumulated numerical errors.
Note: In this problem, we see that single-phase machines have an inherent wobble even during steady state operation. In three-phase machines, these wobbles cancel out, resulting in smoother operation.
Details and Assumptions (assume standard SI units):
1)
2)
3)
4)
5)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The governing equation of the system is:
θ ¨ = I θ ˙ P m − A sin 2 ( θ ) θ ˙
A = ω o 2 R I V m 2
This can be re-written as a system of first-order ODE's by taking x 1 = θ and x 2 = θ ˙ :
x ˙ = f ( x ) ⟹ [ x ˙ 1 x ˙ 2 ] = [ x 2 I x 2 P m − A sin 2 ( x 1 ) x 2 ]
The initial conditions are: x ( 0 ) = [ x 1 ( 0 ) x 2 ( 0 ) ] = [ 0 ω o ]
From here, numerical integration is used. Simulation code as follows: