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

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

from numpy import abs as np_abs


[docs]def comp_height_active(self): """Compute the height of the active area Parameters ---------- self : SlotM17 A SlotM17 object Returns ------- Hwind: float Height of the active area [m] """ return self.parent.Rext - self.parent.Rint