Notches #347
Replies: 2 comments 1 reply
-
Hello, For now we can only add notches to the "bore radius" of a lamination. The code architecture should enable to add this new feature without too much complexity. Here is the procedure to add notches on the "yoke radius": A new property "yoke_notch_list" (type: [Notch]) can be added to Lamination and then in the build_geometry of the Lamination daughters, instead of generating an Arc or a circle, the same procedure as for the bore radius is used to get the lines of the slots. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Great :) I have open an issue on this topic with more in depth explanations/resources #352. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Using the class notch to add stator notches creates them on the inner circle of the stator between stator slots. Is there any way to add the notches to the outer circle instead?
Beta Was this translation helpful? Give feedback.
All reactions