-
Notifications
You must be signed in to change notification settings - Fork 1
Parameterisation of p' and ff' profiles #117
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
base: develop
Are you sure you want to change the base?
Conversation
Would be nice to add an explanation (e.g. equation) showing how p' and ff' are parameterised using alpha, beta, gamma. |
Indeed! As I understand it, p' and ff' are parametrized by NICE in the same way as equation 2.11 in https://inria.hal.science/hal-01088772/file/CedresRefPaper.pdf, but we need to double-check. We also need some changes in NICE (right now the inverse mode IMAS run modes do not seem to accept parametrized p' and ff'), so we've put this PR on hold for now. |
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.
I like the simplifications :) Couple of comments, some already discussed
self.properties_params.f_df_dpsi_beta, | ||
self.properties_params.f_df_dpsi_gamma, | ||
alpha = self.properties_params.alpha | ||
beta = self.properties_params.beta |
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.
Do we need this many? A couple 10s of points should be enough, shouldn't it?
Co-authored-by: Maarten Sebregts <110895564+maarten-ic@users.noreply.github.com>
Co-authored-by: Maarten Sebregts <110895564+maarten-ic@users.noreply.github.com>
PlasmaProperties
now supports manual input. The p' and ff' profiles can be parameterized using alpha, beta, and gamma parameters.Screencast.from.2025-08-14.15-25-38.webm