EEC_SCIM (class)¶
Method code available at https://github.com/Eomys/pyleecan/tree/master/pyleecan/Methods/Simulation/EEC_SCIM
-
class
EEC_SCIM
(indmag=None, parameters=-1, freq0=None, drive=None, init_dict=None, init_str=None)[source]¶ Bases:
pyleecan.Classes.EEC.EEC
Electric module: Electrical Equivalent Circuit for Squirrel Cage Induction Machine
-
VERSION
= 1¶
-
comp_parameters
(output)¶ Compute the parameters dict for the equivalent electrical circuit: resistance, inductance :param self: an EEC_PMSM object :type self: EEC_PMSM :param output: an Output object :type output: Output
-
solve_EEC
(output)¶ Compute the parameters dict for the equivalent electrical circuit TODO find ref. to cite cf “Title” Autor, Publisher
—> —->
—–Rs——XsIs—- — —–Rr’—-Xr’Ir’—-
- —>
Us
-
gen_drive
(output)¶ Generate the drive for the equivalent electrical circuit
-
comp_joule_losses
(output)¶ Compute the electrical Joule losses
- Parameters
self (Electrical) – an Electrical object
output (Output) – an Output object
-
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
indmag
¶ Magnetic inductance
- Type
IndMag
-
property
parameters
¶ computed if empty, or enforced
- Type
dict
- Type
Parameters of the EEC
-
property
freq0
¶ Frequency
- Type
float
-
property
drive
¶ Drive
- Type
Drive
-