pyleecan.Methods.Machine.LamSlotMultiWind.comp_wind_function module¶
- comp_wind_function(self, angle=None, Na=2048, alpha_mmf0=0, per_a=1)[source]¶
Computation of the winding function for the lamination. By convention a tooth is centered on the X axis
- Parameters:
self (LamSlotMultiWind) – A LamSlotMultiWind object
angle (ndarray) – Space discretization to compute the winding functions
Na (int) – Number of angular points for the winding function (not used if angle is set)
alpha_mmf0 (float) – Angle to shift the winding function (Default value = 0)
per_a (int) – Spatial periodicity factor
- Returns:
wf – Winding function Matrix (qs,Na)
- Return type:
ndarray