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