Replies: 4 comments
|
|
@LukeSeifert @munkm @andrewryh please see the above discussion. |
I just realized that |
Refactor
|
|
|
@LukeSeifert @munkm @andrewryh please see the above discussion. |
I just realized that |
Refactor
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Whereas Serpent2 uses plain text input files, OpenMC uses
.xmlfiles (settings.xml,materials.xml,geometry.xml). A user would typically create these.xmlfiles using the Python API.This issue can be closed when functions exist within the
Depcodeclass that can work with the.xmlfiles used by OpenMC -- specifically the.xmlfiles that the OpenMC python API creates. These functions should utilize the OpenMC API where possible.In particular, we want similar functionality as the following functions:
Depcodewrite_depcode_inputread_depcode_templateinsert_path_to_geometrychange_sim_parcreate_iter_matfilewrite_mat_fileSimulationswitch_to_next_geometryAll reactions