Radiation correct of H factor #3138
jmorris-uk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Original issue (#652)
I have just looked at our calculation for Hstar (non-radiation corrected H-factor) in plot_proc.py and I believe it is wrong. In our radiation correction we calculate
P_loss = P_heat - P_core
. Ifiradloss = 1
The current implementation reads
I think this is only valid for our old radiation model, where
pcore = psync + pbrem
but I think it probably should be (ifiradloss = 1
)or if iradloss = 0
Papercut review
Agree that quantities should not be calculated in
plot_proc.py
, all calculated quantities should exist inside ofprocess
. Thehstar
calculation should be removed fromplot_proc.py
.Rich points out on the original issue that rather than correct for one scaling post calculation elsewhere in the code, each confinement time scaling should be reviewed and any radiation correction should exist in the confinement time function itself. Producing both a corrected and uncorrected value.
For the ITER98(y,2) scaling (
isc=34
) the proposed correction wasThe original issue has been closed and discussion on this model moved here.
Beta Was this translation helpful? Give feedback.
All reactions