pyleecan.Functions.FEMM.create_FEMM_circuit_material module¶
- create_FEMM_circuit_material(femm, circuits, label_dict, is_eddies, lam, I, is_mmf, j_t0, materials)[source]¶
Set in FEMM circuits property
- Parameters:
femm (FEMMHandler) – client to send command to a FEMM instance
circuits (list) – list the name of all circuits
label_dict (dict) – Decoded label of the surface
sym (bool) – integer for symmetry
is_eddies – 1 to calculate eddy currents
lam (LamSlotWind) – Lamination to set the winding
I (ndarray) – Lamination currents waveforms
is_mmf – 1 to compute the lamination magnetomotive force / lamination magnetic field
j_t0 – time step for winding current calculation@type integer
materials – list of materials already created in FEMM
- Returns:
property, materials, circuits – the property of the surface having label as surf.label (str), materials (list) and the circuits (list)
- Return type:
tuple