-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No EMF when electromagnet is slightly above or below center of pickup coil with 100% loop area. #164
Comments
I checked whether recent changes to the flux model in #166 (comment) might have cleared this up, but no -- the problem persists. |
With 2 loops and 100% loop area, 10V battery.... When Moving Moving Running a similar experiment with the AC power supply shows similar behavior. I don't understand this drop in flux, or why it only occurs with 100% loop area. |
Discussing with @arouinfar, I hypothesized that this problem is manifesting because of a relationship between the diameters of the 2 coils.
With loop area is 100%, So the pickup coil has ~3x the diameter of the electromagnet coil. When the electromagnet is exactly in the center of the pickup coil, the areas about and below the magnet cancel each other out. |
a7a918c also fixes this problem, see description in #166 (comment). I can no longer reproduce using the steps in #164 (comment). @arouinfar please confirm, close if OK. |
I'm no longer able to reproduce the bug on main. Closing! |
Related to #156 ...
On 5/1/24, @arouinfar and I discovered a problem that seems related to the new flux model. In the scenario shown in the screenshot below, the light bulb does not light, and the voltmeter needle does not move. This only happens when the pickup coil has 100% loop area (number of loops doesn't matter) and the electromagnet is slightly above or below the loop's center.
I thought this might be related to the
lightsWhenCurrentChangesDirectionProperty
, which for the Transformer prevents the light bulb from lighting when the AC power supply changes direction. In Transformer.ts:Removing this seems to fix the problem for the light bulb. But it does not explain why the voltmeter is affected.
The text was updated successfully, but these errors were encountered: