def h_G(self): table = common.Table_2_6(attachment_sketch=self.attachment_sketch, inner_diameter=self.B, bolt_circle=self.C, large_end_hub_thickness=self.hub.g_1, gasket_reaction_diameter=self.G, distance_from_bolt_circle_to_hub=self.R) return table.h_G
def F_L(self): return common.Table_2_7_1(g_o=self.hub.g_o, g_1=self.hub.g_1, h=self.hub.h, h_o=self.h_o).F_L
def Z(self): return common.Figure_2_7_1(self.K).Z
def f(self): table = common.Table_2_7_1(g_o=self.hub.g_o, g_1=self.hub.g_1, h=self.hub.h, h_o=self.h_o) return max(1, table.C_36 / (1 + self.A))