CondType22 (class)¶
Method code available at https://github.com/Eomys/pyleecan/tree/master/pyleecan/Methods/Machine/CondType22
-
class
CondType22
(Sbar=0.01, cond_mat=-1, ins_mat=-1, init_dict=None, init_str=None)[source]¶ Bases:
pyleecan.Classes.Conductor.Conductor
conductor with only surface definition without specifc shape nor isolation
-
VERSION
= 1¶
-
comp_surface_active
()¶ Compute the active surface of the conductor
- Parameters
self (CondType22) – A CondType22 object
- Returns
Sact – Surface without insulation [m**2]
- Return type
float
-
comp_surface
()¶ Compute the surface of the conductor
- Parameters
self (CondType22) – A CondType22 object
- Returns
S – Surface of the conductor (with insulation) [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
Sbar
¶ Surface of the Slot
- Type
float
- Min
0
-