HoleM50 (class)¶
Method code available at https://github.com/Eomys/pyleecan/tree/master/pyleecan/Methods/Slot/HoleM50
-
class
HoleM50
(H0=0.003, W0=0.003, H1=0, W1=0.013, H2=0.02, W2=0.01, H3=0.01, W3=0.01, H4=0, W4=0.01, magnet_0=-1, magnet_1=-1, Zh=36, mat_void=-1, init_dict=None, init_str=None)[source]¶ Bases:
pyleecan.Classes.HoleMag.HoleMag
V shape slot for buried magnet
-
VERSION
= 1¶
-
IS_SYMMETRICAL
= 1¶
-
build_geometry
(alpha=0, delta=0, is_simplified=False)¶ Compute the curve (Segment) needed to plot the Slot. The ending point of a curve is the starting point of the next curve in the list
- Parameters
self (HoleM50) – A HoleM50 object
alpha (float) – Angle to rotate the slot (Default value = 0) [rad]
delta (complex) – Complex to translate the slot (Default value = 0)
is_simplified (bool) – True to avoid line superposition
- Returns
surf_list – List of SurfLine needed to draw the HoleM50
- Return type
list
-
check
()¶ Check that the HoleM50 object is correct
- Parameters
self (HoleM50) – A HoleM50 object
- Returns
- Return type
None
- Raises
S50_W01CheckError – You must have W1 < W0
S50_H23CheckError – You must have H2 < H3
S50_H01CheckError – You must have H1 < H0
S50_W5CheckError – You must have W5 >=0
S50_SpCheckError – Slot pitch too small for the slot, reduce Zh, W3 or W0
-
comp_alpha
()¶ Compute the alpha angle of the slot (cf schematics)
- Parameters
self (HoleM50) – a HoleM50 object
- Returns
alpha – Cf schematics [rad]
- Return type
float
-
comp_radius
()¶ Compute the radius of the min and max circle that contains the slot
- Parameters
self (HoleM50) – A HoleM50 object
- Returns
(Rmin,Rmax) – Radius of the circle that contains the slot [m]
- Return type
tuple
-
comp_W5
()¶ Compute the W5 width of the slot (cf schematics)
- Parameters
self (HoleM50) – a HoleM50 object
- Returns
W5 – Cf schematics [m]
- Return type
float
-
has_magnet
()¶ Return if the Hole has magnets
- Parameters
self (HoleM50) – A HoleM50 object
- Returns
has_magnet – True if the magnets are not None
- Return type
bool
-
remove_magnet
()¶ Remove the magnet (set to None) of the Hole
- Parameters
self (HoleM50) – a HoleM50 object
-
comp_surface_magnet_id
(index)¶ Compute the surface of the hole magnet of the corresponding index
- Parameters
self (HoleM50) – A HoleM50 object
index (int) – Index of the magnet to compute the surface
- Returns
Smag – Surface of the Magnet [m**2]
- Return type
float
-
save
(save_path='', is_folder=False)¶ Save the object to the save_path
- Parameters
self – A pyleecan object
save_path (str) – path to the folder to save the object
is_folder (bool) – to split the object in different files: separate simulation machine and materials
-
copy
()¶ Return a copy of the class
-
get_logger
()¶ Get the object logger or its parent’s one
- Parameters
obj – A pyleecan object
- Returns
logger – Pyleecan object dedicated logger
- Return type
logging.Logger
-
property
H0
¶ Slot depth
- Type
float
- Min
0
-
property
W0
¶ Slot opening
- Type
float
- Min
0
-
property
H1
¶ Distance from the lamination Bore
- Type
float
- Min
0
-
property
W1
¶ Tooth width (at V bottom)
- Type
float
- Min
0
-
property
H2
¶ Additional depth for the magnet
- Type
float
- Min
0
-
property
W2
¶ Distance Magnet to bottom of the V
- Type
float
- Min
0
-
property
H3
¶ Magnet Height
- Type
float
- Min
0
-
property
W3
¶ Tooth width (at V top)
- Type
float
- Min
0
-
property
H4
¶ Slot top height
- Type
float
- Min
0
-
property
W4
¶ Magnet Width
- Type
float
- Min
0
-
property
magnet_0
¶ First Magnet
- Type
Magnet
-
property
magnet_1
¶ Second Magnet
- Type
Magnet
-