ukaea/PROCESS

Add class methods for each current drive efficiency calc along with suitable tests

Opened this issue · 1 comments

Currently in current_drive.py the different heating and current drive methods are done by a if == switch case. in a single cudriv method. A new layout with class methods for each H&CD scenario would be a better implementation and allow for easier unit test to be implemented.

Sounds like a good idea. Lets talk about this next week and decide how it should be done.