Source code for pyleecan.Methods.Machine.Lamination.get_Rbo
# -*- coding: utf-8 -*-
[docs]def get_Rbo(self):
"""Return the bore lamination radius
Parameters
----------
self : Lamination
A Lamination object
Returns
-------
Rbo: float
The lamination bore radius [m]
"""
if self.is_internal:
return self.Rext
else:
return self.Rint