Description of issue / requirement to address
The previous WCLL model was removed when open-sourcing PROCESS. This functionality is desired so is being re-added, but should be incorporated into the DCLL model since it should be easily possible. The main difference is that it wants to use a provided pressure drop (primary_pumping = 3) rather than have it calculated (primary_pumping = 2).
Since this just involves skipping some steps of the thermo_hydraulic_model in blanket_library.py this function will just be altered to allow for it to function with a provided pressure drop.
Description of issue / requirement to address
The previous WCLL model was removed when open-sourcing PROCESS. This functionality is desired so is being re-added, but should be incorporated into the DCLL model since it should be easily possible. The main difference is that it wants to use a provided pressure drop (primary_pumping = 3) rather than have it calculated (primary_pumping = 2).
Since this just involves skipping some steps of the thermo_hydraulic_model in blanket_library.py this function will just be altered to allow for it to function with a provided pressure drop.