Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
-
@LukeSeifert @munkm @andrewryh please see the above discussion. |
Beta Was this translation helpful? Give feedback.
-
I just realized that |
Beta Was this translation helpful? Give feedback.
-
Refactor
|
Beta Was this translation helpful? Give feedback.
-
Whereas Serpent2 uses plain text input files, OpenMC uses
.xml
files (settings.xml
,materials.xml
,geometry.xml
). A user would typically create these.xml
files using the Python API.This issue can be closed when functions exist within the
Depcode
class that can work with the.xml
files used by OpenMC -- specifically the.xml
files 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:
Depcode
write_depcode_input
read_depcode_template
insert_path_to_geometry
change_sim_par
create_iter_matfile
write_mat_file
Simulation
switch_to_next_geometry
Beta Was this translation helpful? Give feedback.
All reactions