[quote author=Fu-Kwun Hwang link=topic=915.msg3437#msg3437 date=1233570689]
When a loop rotating in a uniform magnetic field.
The magnetic flux is changing which will induce electric field along the loop (produce voltage).
If the loop is rotating with constant angular velocity . (The angle is
)
The magnetic flux in the loop will be
So the induced emf
[/quote]
I suspect your model in the ejs codes is not reflecting the correct physics phenomena.
i change it to
"E0*cos(2*pi*x/(5*R))" for the Z in the analytic3D curve which symbolize the emf generated
and
E0*Math.cos(c2*pi2) for the Z in the emfparticle3D point which symbolize the instantaneous emf generated.
is my interpretation of the code in the model correct?