Source code for pyleecan.Methods.Machine.LamSlotMulti.comp_radius_mec

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


[docs]def comp_radius_mec(self): """Compute the mechanical radius of the Lamination [m] Parameters ---------- self : LamSlotMulti A LamSlotMulti object Returns ------- Rmec: float Mechanical radius [m] """ if self.is_internal: return self.Rext else: return self.Rint