Skip to content

hfact uses wrong loss power index #4443

Description

@timothy-nunn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions