transfer work to desktop

This commit is contained in:
schoener 2021-10-12 09:23:59 +02:00
parent af582f6c0c
commit a9fb012154

View File

@ -15,12 +15,12 @@ from IPython import get_ipython
I = 1.25
HH_Coil = BC.BCoil(HH = 1, distance = 54 ,radius = 48 , layers = 8, windings = 8, wire_height = 0.4, wire_width = 0.4,insulation_thickness= 0.1,is_round = False, winding_offset= False)
HH_Coil = BC.BCoil(HH = 1, distance = 54 ,radius = 48 , layers = 8, windings = 8, wire_height = 0.45, wire_width = 0.45,insulation_thickness= 0.09,is_round = True, winding_offset= True)
HH_Coil.set_R_outer(49.3)
HH_Coil.set_d_min(49.8)
HH_Coil.print_info()
#HH_Coil.cooling(I,22.5)
HH_Coil.cooling(I,22.5)
HH_Coil.plot_raster(30)