pyleecan.Functions.FEMM.comp_FEMM_Phi_wind module¶
- comp_FEMM_Phi_wind(femm, qs, Npcp, is_stator, L1, L2, sym, is_rescale_flux=True)[source]¶
Compute the total flux linkage of the winding phases
- Parameters:
femm (FEMMHandler) – client to send command to a FEMM instance
qs (int) – number of phases
Npcp (int) – number of parallel circuits per phase (maximum 2p)
is_stator (bool) – true if windings are stator windings
L1 (float) – stator length for rescaling flux linkage
L2 (float) – rotor length for rescaling flux linkage
sym (int) – symmetry factor (ie. 1 = full machine, 2 = half machine …)
is_rescale_flux (bool) – True if rescaling should be applied
- Returns:
Phi_wind – fluxlinkage of the winding phases [Vs]
- Return type:
float