Source code for pyleecan.Methods.Machine.FrameBar.comp_height_gap
# -*- coding: utf-8 -*-
[docs]def comp_height_gap(self):
"""Computation of the Height of the gap between the Frame and Outer Lamination
Parameters
----------
self : FrameBar
A FrameBar object
Returns
-------
Hgap: float
Height of the Gap [m]
"""
lam_outer = self.parent.get_lam_list()[-1]
return self.Rint - lam_outer.Rext