-
Notifications
You must be signed in to change notification settings - Fork 3
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
added TF coil shape optimization #10
Conversation
src/actors/radial_build_actor.jl
Outdated
if layer.shape == 1 | ||
xTF, yTF = princeton_D(layer.end_radius, IMAS.get_radial_build(rb, identifier=layer.identifier, hfs=1).start_radius, closed=true) | ||
elseif layer.shape == 2 | ||
xTF, yTF = rectangle_shape(layer.end_radius,IMAS.get_radial_build(rb, identifier=layer.identifier, hfs=1).start_radius,layer.shape_parameters[1]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to think more and carefully about how we decide the parameters of the coils shape (eg. the height of the rectangle). For example, in the case of the rectangle, it would be nicer to express the z
as the clearance of the TF from the layer inside (e.g. the blanket)...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start! I have not tested it yet, but left you some comments to address. I'll give it a try once your are done :)
Ouch. |
That makes sense :( |
hehe, yes, and you also touched my jupyter notebook ;) though I understand why you did. |
No description provided.