Magnetic Module - angular periodicity #351
Replies: 2 comments 5 replies
-
Hello, When defining your simulation.input you need to set "Na_tot" which is the angular discretization. Then when defining your magnetic module you have set "is_periodicity_a" to use the FEMM periodicity. Unfortunately for now the way we handle periodicity is a bit strict: if we can't divide Na_tot by the machine periodicity we disable it. The Prius periodicity is 8 so 2048 is Ok but for your machine you can use Na_tot=2049 for instance and it should solve the problem ;) Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hello, out_femm1 = simu_femm1.run() Could you please let me know If I have missed something here? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I previously simulated the IPMSM_A and the magnetic module worked fine. I am now trying to run a similar IPM machine but I face this particular error "In Magnetic model, Na_tot=2048 is not divisible by the machine angular periodicity (3). Angular periodicity removed". I don't see what I am missing here as I am running the same script used in https://www.pyleecan.org/tuto_Simulation_FEMM.html for both. Any idea why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions