Source code for pyleecan.Methods.Slot.SlotW21.comp_surface_active
# -*- coding: utf-8 -*-
[docs]def comp_surface_active(self):
"""Compute the Slot inner surface for winding (by analytical computation)
Parameters
----------
self : SlotW21
A SlotW21 object
Returns
-------
Swind: float
Slot inner surface for winding [m**2]
"""
S3 = 0.5 * (self.W1 + self.W2) * self.H2
return S3