Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
BTW for a depletion simulation, besides outputting |
Beta Was this translation helpful? Give feedback.
-
I'm not too familiar with OpenMC or HDF5 files, but since OpenMC gives output in HDF5 format, it may be more convenient to directly save the output data from HDF5 to SaltProc's HDF5 output instead of putting the output into a dictionary. I'm not sure if it would be overall easier that way, but I figure it might save you having to go from HDF5 -> dictionary -> HDF5 |
Beta Was this translation helpful? Give feedback.
-
Serpent stores its results in plain text files, formatted to be read into Matlab or Octave. OpenMC stores simulation information and results in HDF5 state point files. The best way to process the information in these files is through the OpenMC Python API.
This issue can be closed when functions exists within the
Depcode
class that utilize the OpenMC Python API to reproduce the behavior of the following functions:Depcode
read_dep_comp
read_depcode_step_param
read_depcode_info
get_tra_or_dec
Beta Was this translation helpful? Give feedback.
All reactions