HoleM58 (class)¶
Method code available at https://github.com/Eomys/pyleecan/tree/master/pyleecan/Methods/Slot/HoleM58
-
class
HoleM58
(H0=0.003, W0=0.003, H1=0, W1=0.013, H2=0.02, W2=0.01, W3=0.01, R0=0.01, magnet_0=-1, Zh=36, mat_void=-1, init_dict=None, init_str=None)[source]¶ Bases:
pyleecan.Classes.HoleMag.HoleMag
One magnet with circular notches
-
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 (HoleM58) – A HoleM58 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 HoleM58
- Return type
list
-
check
()¶ Check that the HoleM58 object is correct
- Parameters
self (HoleM58) – A HoleM58 object
- Returns
- Return type
None
- Raises
S58_WCheckError – You must have W1+W2 <= W0
-
comp_radius
()¶ Compute the radius of the min and max circle that contains the hole
- Parameters
self (HoleM58) – A HoleM58 object
- Returns
(Rmin,Rmax) – Radius of the circle that contains the hole [m]
- Return type
tuple
-
remove_magnet
()¶ Remove the magnet (set to None) of the Hole
- Parameters
self (HoleM58) – a HoleM58 object
-
has_magnet
()¶ Return if the Hole has magnets
- Parameters
self (HoleM58) – A HoleM58 object
- Returns
has_magnet – True if the magnets are not None
- Return type
bool
-
comp_surface_magnet_id
(index)¶ Compute the surface of the hole magnet of the corresponding index
- Parameters
self (HoleM58) – A HoleM58 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 width
- Type
float
- Min
0
-
property
H1
¶ Distance from the lamination Bore
- Type
float
- Min
0
-
property
W1
¶ Magnet width
- Type
float
- Min
0
-
property
H2
¶ Magnet Height
- Type
float
- Min
0
-
property
W2
¶ Distance Magnet to side of the notch
- Type
float
- Min
0
-
property
W3
¶ Tooth angular opening width
- Type
float
- Min
0
-
property
R0
¶ Notch radius
- Type
float
- Min
0
-
property
magnet_0
¶ Magnet
- Type
Magnet
-