Source code for pyleecan.Methods.Slot.SlotM18.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 : SlotM18
A SlotM18 object
Returns
-------
alpha: float
Average opening angle of the slot [rad]
"""
return 2 * pi / self.Zs