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
36 stars 11 forks source link

infinity in output of supercon subroutine (sctfcoil.f90) #530

Closed jonmaddock closed 1 year ago

jonmaddock commented 7 years ago

In GitLab by @jcrivas on Jun 22, 2017, 11:45

supercon subroutine is producing sometimes an infinity in the output variable "tmarg" (the only abnormal value I could find was a high te)

The value is originated inside the "solve_for_tmarg" loop, which uses the Newton-Raphson method for the calculation. If it is meaningful I would suggest to explore changing it by a bracketing method.

jonmaddock commented 5 years ago

In GitLab by @jmorris-uk on Mar 8, 2019, 09:01

closed