We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
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)
The text was updated successfully, but these errors were encountered:
See #789
Sorry, something went wrong.
Resolved in #789
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: