This will only work for the selected scaling if the loss power index is (1-0.31), so really just the IPB98 scalings in this case
|
elif ( |
|
self.data.physics.i_rad_loss == ConfinementRadiationLossModel.FULL_RADIATION |
|
): |
|
self.data.physics.hstar = ( |
|
hfact |
|
* ( |
|
p_plasma_loss_mw |
|
/ ( |
|
p_plasma_loss_mw |
|
+ self.data.physics.pden_plasma_rad_mw * vol_plasma |
|
) |
|
) |
|
** 0.31 |
|
) |
Originally posted by @chris-ashe in #4396
@chris-ashe please feel free to update the title and issue body since you know what the actual issue is
PROCESS/process/models/physics/confinement_time.py
Lines 953 to 966 in c4a5893
Originally posted by @chris-ashe in #4396
@chris-ashe please feel free to update the title and issue body since you know what the actual issue is