You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on issue #2857:
bluemira.codes.process._solver.get_species_data is the only piece of code where temperature is given in units of eV is instead of keV or K.
Expected behaviour
get_species_data returns t_ref in keV instead of eV.
OceanNuclear
changed the title
Remove the only place where eV is used
Make all plasma temperature to be given in unit of keV instead of eV.
Dec 20, 2023
Describe the bug
Following up on issue #2857:
bluemira.codes.process._solver.get_species_data is the only piece of code where temperature is given in units of eV is instead of keV or K.
Expected behaviour
get_species_data returns
t_ref
in keV instead of eV.Suggested fix
Additional context
This change would be API-breaking, thus must be approved by all users before merging into the develop branch. @DarioV86
The text was updated successfully, but these errors were encountered: