Stator deflections using StructElmer #551
Replies: 2 comments 7 replies
-
Hello, Thank you for your interest in pyleecan ! Unfortunately we don't have a tutorial on this model, instead we have a test that runs on my side (https://github.com/Eomys/pyleecan/blob/master/Tests/Simulation/test_StructElmer.py). But there is no plot/check on the results so I don't know how you can interact with the results. I guess that all is in output.struct.meshsolution. You can also have a look at the code of the module here: https://github.com/Eomys/pyleecan/tree/master/pyleecan/Methods/Simulation/StructElmer (run is the main function) and the parameters of the model are detailed here: https://github.com/Eomys/pyleecan/blob/master/pyleecan/Generator/ClassesRef/Simulation/StructElmer.csv I'm not really familiar with this part of the code, @SebGue do you think you would have some time to write a small tutorial ? Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hello, actually it is only possible to calculate centrifugal force on the rotor. But I guess, since there were a lot of code changes, this feature need some bug fixing as well. If I checked StructElmer, I will write the long overdue tutorial. Regarding stator displacement, if you are willing to implement such feature, I can give you some hints where to start. I guess a lot of the actual SructElmer code can be reused. One main 'issue' is to figure out how to imply forces in Elmer. Best regards, Sebastian |
Beta Was this translation helpful? Give feedback.
-
Hey there,
I wanted to know if we could already compute the displacement at the stator due to e-NVH using StructElmer method. I have already tried running it at my end but, at the moment, I struggle to see deflections on the stator. Is there any tutorial on the structural coupling that I could refer from or may be some other leads? I believe that different "groups" can not yet be accessed (not yet implemented) in build_meshsolution.py. I currently use Pyleecan v1.3.8. Thank you. :)
Regards, Vinay.
Beta Was this translation helpful? Give feedback.
All reactions