You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other classes should implement the stuff that is specific to the depletion code chosen (these should be instances (which inherit from depcode) like a serpent2 class, an openmc class, etc.)
the geometry changing should be in its own file probably.
the template reading and writing should be closer to the depcode class (maybe in in the serpent class).
maybe the app class and the simulation class should be merged, then separated back out so that there is a separation of concern.
The text was updated successfully, but these errors were encountered:
Upon further inspection of the code, it seems most of these have been completed tasks. @katyhuff@andrewryh can you confirm? May need to look at the code with @munkm to verify.
serpent2
class, anopenmc
class, etc.)The text was updated successfully, but these errors were encountered: