pyleecan.Functions.FEMM.comp_FEMM_dict module¶
- comp_FEMM_dict(machine, Kgeo_fineness, Kmesh_fineness, T_mag, type_calc_leakage=0, sym=1)[source]¶
Compute the parameters needed for FEMM simulations
- Parameters:
machine (Machine) – The machine to draw
Kgeo_fineness (float) – global coefficient to adjust geometry fineness in FEMM (1 : default ; > 1 : finner ; < 1 : less fine)
Kmesh_fineness (float) – global coefficient to adjust mesh fineness in FEMM (1 :default ; > 1 : finner ; < 1 : less fine)
T_mag (float) – Permanent magnet temperature [deg Celsius]
type_calc_leakage (int) – 0 no leakage calculation 1 calculation using single slot
sym (int) – Symmetry factor (1= full machine, 2= half of the machine…)
- Returns:
FEMM_dict – dictionary containing the main parameters of FEMM
- Return type:
dict