ukaea / paramak

Create parametric 3D fusion reactor CAD models
https://paramak.readthedocs.io/en/main/
36 stars 12 forks source link

TF Coil Overlap Issue #780

Closed katie-taylor closed 3 years ago

katie-taylor commented 3 years ago

With inner leg true, and anything more than 2 coils, code crashes.

Suspect its down to coil overlap.

tf_coils = paramak.ToroidalFieldCoilRectangle(
                    horizontal_start_point = [10, 886.4],
                    vertical_mid_point = [865.3, 0],
                    thickness = 55.4,
                    distance = 55.4,
                    number_of_coils = 12,
                    with_inner_leg = True)
tf_coils.show
billingsley-john commented 3 years ago

Image of failing shape construction

Screenshot from 2021-03-17 12-20-27