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.
Currently in
current_drive.pythe different heating and current drive methods are done by aif ==switch case. in a singlecudrivmethod. 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.