Source code for pyleecan.Methods.Slot.SlotM18.comp_surface

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

from numpy import sin, pi


[docs]def comp_surface(self): """Compute the Slot total surface (by analytical computation). Caution, the bottom of the Slot is an Arc Parameters ---------- self : SlotM18 A SlotM18 object Returns ------- S: float Slot total surface [m**2] """ return 0