FINAL Wire and winding decision

This commit is contained in:
schoener 2021-11-01 00:50:09 +01:00
parent e64fb4adec
commit 7ea337d197

View File

@ -34,7 +34,7 @@ HH_Coil.print_info()
D_max = 2 * (HH_Coil.get_R_inner()*1e3 - 1) * np.tan(np.radians(41.11))
print(D_max)
AHH_Coil = BC.BCoil(HH = -1, distance = 54, radius = 48, layers = HH_Coil.get_layers, windings=2 * HH_Coil.get_windings,
AHH_Coil = BC.BCoil(HH = -1, distance = 54, radius = 48, layers = HH_Coil.get_layers, windings=2 * HH_Coil.get_windings-5,
wire_height = Wire_1[0], wire_width=Wire_1[0], insulation_thickness=(Wire_1[1] - Wire_1[0]) / 2,
is_round = True, winding_scheme= 2)
@ -43,6 +43,6 @@ AHH_Coil.set_d_max(D_max)
AHH_Coil.print_info()
#AHH_Coil.B_grad_quick_plot(I)
AHH_Coil.B_grad_quick_plot(I)
#Bz, Bx = AHH_Coil.B_field(I)
AHH_Coil.cooling(I, 22.5)