Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFCoilCasing vertical_section_offset #790

Closed
billingsley-john opened this issue Mar 26, 2021 · 2 comments
Closed

TFCoilCasing vertical_section_offset #790

billingsley-john opened this issue Mar 26, 2021 · 2 comments

Comments

@billingsley-john
Copy link

billingsley-john commented Mar 26, 2021

vertical_section_offset parameter should specify total distance between vertical section and magnet, but outer_offset is also being added.

magnet = paramak.ToroidalFieldCoilPrincetonD(R1=80, R2=300, thickness=30, distance=30, number_of_coils=1)
casing = paramak.TFCoilCasing(magnet=magnet, inner_offset=10, outer_offset=20, vertical_section_offset=10, distance=60)

Expected: Distance between vertical section and magnet = 10
Actual: Distance between vertical section and magnet = 30 (vertical_section_offset + outer_offset)

Screenshot from 2021-03-26 09-57-40

@billingsley-john
Copy link
Author

See #789

@billingsley-john
Copy link
Author

Resolved in #789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant