-
Notifications
You must be signed in to change notification settings - Fork 12
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
New plasma shapes from RemiTheWarrior/plasma-boundaries #156
New plasma shapes from RemiTheWarrior/plasma-boundaries #156
Conversation
Looks great, I have a few changes for the doc string. Nothing major |
|
||
|
||
class PlasmaBoundaries(Plasma): | ||
"""Creates a double null tokamak plasma shape that is controlled |
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.
Can we add something like
Uses the plasma boundaries package to calculate the points
Do you think it is worth putting examples for ITER, DEMO etc in this file https://github.com/ukaea/paramak/blob/main/examples/example_parametric_components/make_plasmas.py |
Co-authored-by: Jonathan Shimwell <jonathan.shimwell@ukaea.uk>
This looks fine to me @RemiTheWarrior happy to merge if you are. The other changes are optional ideas, nothing essential there |
@shimwell i'll add a better summary in the docs a bit later 😄 |
@shimwell it can but I don't really see where to put things |
Ok I shall add to the example once it is merged. It will give me a good reason to get better at using this new plasma boundary parametric componet |
I think you just added an example while I was typing the last reply :-) |
I think this is ready to be merged in if you're ok with it |
This PR includes new plasma shapes calculated from the plasmaboundaries package.
Usage:
Coverage:
Fixes: