CondType21 (class)¶
Method code available at https://github.com/Eomys/pyleecan/tree/master/pyleecan/Methods/Machine/CondType21
-
class
CondType21
(Hbar=0.01, Wbar=0.01, Wins=0, cond_mat=-1, ins_mat=-1, init_dict=None, init_str=None)[source]¶ Bases:
pyleecan.Classes.Conductor.Conductor
single rectangular conductor has to be used for LamSquirrelCages’s conductor
-
VERSION
= 1¶
-
comp_surface_active
()¶ Compute the active surface of the conductor
- Parameters
self (CondType21) – A CondType21 object
- Returns
Sact – Surface without insulation [m**2]
- Return type
float
-
comp_height
()¶ Compute the height of the conductor
- Parameters
self (CondType21) – A CondType21 object
- Returns
H – Height of the conductor (with insulation) [m]
- Return type
float
-
comp_surface
()¶ Compute the surface of the conductor
- Parameters
self (CondType21) – A CondType21 object
- Returns
S – Surface of the conductor (with insulation) [m**2]
- Return type
float
-
comp_width
()¶ Compute the width of the conductor
- Parameters
self (CondType21) – A CondType21 object
- Returns
W – Width of the conductor (with insulation) [m]
- Return type
float
-
plot
()¶ Plot a Conductor in a matplotlib fig
- Parameters
self (CondType21) – A CondType21 object
- Returns
- Return type
None
-
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
Hbar
¶ Bar height
- Type
float
- Min
0
-
property
Wbar
¶ Bar width
- Type
float
- Min
0
-
property
Wins
¶ Width of insulation
- Type
float
- Min
0
-