Source code for pyleecan.Methods.Slot.SlotM17.comp_angle_opening

# -*- coding: utf-8 -*-

from numpy import pi


[docs]def comp_angle_opening(self): """Compute the average opening angle of the Slot Parameters ---------- self : SlotM17 A SlotM17 object Returns ------- alpha: float Average opening angle of the slot [rad] """ return pi