-
Notifications
You must be signed in to change notification settings - Fork 135
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
[NF] Symetry for Bore notches in FEMM #460
Conversation
# Conflicts: # pyleecan/Classes/Class_Dict.json # pyleecan/Classes/Lamination.py
That looks great! |
... for the "close the slot" we could introduce slot wedges (that could also be soft magnetic). |
Yes, for slot with wedges (like SlotW10) we can expand the build_geometry_active to return the wedge surface and the air surface to set the correct materials.
An error when drawing the machine in FEMM ^^' The topology checks are not that great (for now) but a machine with such "issue" would not be real. Such case could appear in a parameter sweep in extreme cases for instance but then the error should be handled as an impossible design. |
Ah okay, so I guess I have to look how it's done in code. |
Yes I think this is something that we can investigate. In particular, I can be interesting for this machine and maybe for LamHole with uneven bore shape. |
Hello, There was an hidden issue in Tests/Validation/Magnetics/test_FEMM_periodicity.py, the test was passing but the flux was 0 (bc_ag2 BC was removed from the sliding band due to an arc definition error). Best regards, |
Hello all,
This PR is a follow-up of the issue #24. I have updated the build_geometry of lamination to handle the symmetry on the notches by using the split_line method and here is the result (there are small notches on the rotor too):
The next step was to be able to have such topology in FEMM but I had again some boundary condition issues:
So for now the yoke notches are not available for symmetry (by waiting further investigation) and for bore notches I have added dedicated surfaces to "close the void in the bore":
An advantage of using this method is that I was able to define bigger elements in the notches than in the Airgap. In the future, I think that we will add such surfaces to "close the slot" again to reduce the number of elements.
To carry-on the work on issue #24 the next question are yoke notches and uneven Bore for LamHole.
Best regards,
Pierre