draw_GMSH (method)¶
-
draw_GMSH
(output, sym, is_antiper=False, is_remove_vent=False, is_remove_slotS=False, is_remove_slotR=False, is_lam_only_S=False, is_lam_only_R=False, kgeo_fineness=1, kmesh_fineness=1, user_mesh_dict={}, path_save='GMSH_model.msh', is_sliding_band=False, is_airbox=False, transform_list=[])[source]¶ Draws a machine mesh in GMSH format
- Parameters
output (Output) – Output object
is_remove_vent (bool) – True to remove the ventilation ducts (Default value = False)
is_remove_slotS (bool) – True to solve without slot effect on the Stator (Default value = False)
is_remove_slotR (bool) – True to solve without slot effect on the Rotor (Default value = False)
kgeo_fineness (float) – global coefficient to adjust geometry fineness
kmesh_fineness (float) – global coefficient to adjust mesh fineness
sym (int) – the symmetry applied on the stator and the rotor (take into account antiperiodicity)
is_antiper (bool) – To apply antiperiodicity boundary conditions
is_lam_only_S (bool) – Draw only stator lamination
is_lam_only_R (bool) – Draw only rotor lamination
- Returns
GMSH_dict – Dictionnary containing the main parameters of GMSH File
- Return type
dict