-
Notifications
You must be signed in to change notification settings - Fork 14
Description
In GitLab by @mcoleman on Jun 28, 2023, 14:33
Summary
Out of curiosity, I was browsing PROCESS' CS stuff, and came across process/pfcoil.py::PFCoil.bfmax. I literally bought the Wilson "Superconducting Magnets" book, before @jmorris-uk gave me a PDF copy... only to discover that the graph actually comes from Boom and Livingstone, 1962.
I don't know where the fit comes from, but I presume it's a PROCESS original. It says it is valid for
In the Boom and Livingstone paper, the values of
Assuming the BLUEMIRA stuff is correct, and that I have correctly copied the PROCESS fit, and plotting over the range of validity of the PROCESS fit I get (where a perfect fit would mean the red lines sit on top of the black ones):
If I fit a surface to the same region (albeit a high-order one) I get:
It's perhaps not a big deal (
- the CS is an important contributor to the radial build,
- the peak field is a contributor to the sizing of the solenoid,
- the peak field in the CS is mostly self-field,
- it's not that hard to come up with an exact formulation for the peak self-field,
it seems a shame not to include a better fit / exact formulation.
I'm happy to provide either.
Checklist
After implementing issue do the following
- Run test suite
- Does it change the output? If so, give justifications.
- Does it change the baseline 2019 run? (you may need to run on Freia)
- Merge request created


