Esempio n. 1
0
 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
Esempio n. 2
0
 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
Esempio n. 3
0
 def Z(self):
     return common.Figure_2_7_1(self.K).Z
Esempio n. 4
0
 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))