Pierre Bonneel
Pierre Bonneel
By reusing the same principal as for the FEMM coupling it should be simple to create a coupling with GMSH (http://gmsh.info/) The main step would be to: - Reuse the...
It would be interesting to add the possibility to skew the laminations. To achieve that it would require: - To add an instance of a Skew abstract object in the...
Hello all, This issue is related to #206. For now the electrical module store Is and Ir in the OutElec object. The problem is that when there are more than...
Hello all, We would like to simulate a MachineIPMSM with a LamSlotMulti (+ winding) on the stator. The issue is that for now the Machine class definition is strict: MachineIPMSM...
Hello all, Hélène just found an interesting package to investigate: https://github.com/spyder-ide/qtpy. This package "provides an uniform layer to support PyQt5, PySide2, PyQt4 and PySide with a single codebase". It could...
Hello all, We received a question on the mailing list regarding rotor hole with void material that are not "Air". I thought that it was already possible but it is...
Machine GUI
To simplify the machine definition it would be great to have a GUI. Here are the main idea for the GUI: - We plan to use PyQt5 since the Qt...
Hello all, To make sure that the result of the models are meaningful (and always will be), we need to add some validation cases. A validation case in pyleecan is...
Some model (like Subdomain) require to have a polar approximation of the machine. It would be great to have a get_polar_eq method in the Machine class. This method will return...
Hello all, While working on a validation case for pyleecan I had the following issue: This PR https://github.com/Eomys/pyleecan/pull/529 introduces a new test "test_Bore_sym" in Tests/Validation/Magnetics/test_FEMM_periodicity.py where I compute the flux...