Source code for pyleecan.Methods.Machine.LamSlot.comp_angle_d_axis

from numpy import pi


[docs]def comp_angle_d_axis(self): """Compute the angle between the X axis and the first d+ axis By convention a "Tooth" is centered on the X axis By convention the first magnet is + Parameters ---------- self : LamSlot A LamSlot object Returns ------- d_angle : float angle between the X axis and the first d+ axis """ return 0