ukaea / PROCESS

PROCESS is a systems code at UKAEA that calculates in a self-consistent manner the parameters of a fusion power plant with a specified performance, ensuring that its operating limits are not violated, and with the option to optimise to a given function of these parameters.
https://ukaea.github.io/PROCESS/
MIT License
35 stars 11 forks source link

Remove calculations from `plot_proc.py` #3139

Open jmorris-uk opened 5 months ago

jmorris-uk commented 5 months ago

Some quantities are calculated in plot_proc.py, such as hstar (see issue #652).

plot_proc is a tool for displaying output from the code and not for calculating physical quantities.

This issue is to review plot_proc for any instances of this and either move the calculation to the main code or to delete if no longer required.