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
The openmc.lib.dagmc module is being added in #3056 to support differentiation of DAGMC cells and materials for depletion calculations using DAGMC geometry. A couple of functions:
get_dagmc_cell_ids and
get_dagmc_universe_num_cells
have been added in support of this effort.
It would be good to turn this into a class, openmc.lib.DAGUniverse that supports the same methods as the openmc.lib.Universe class in the future.
The text was updated successfully, but these errors were encountered:
Description
The
openmc.lib.dagmc
module is being added in #3056 to support differentiation of DAGMC cells and materials for depletion calculations using DAGMC geometry. A couple of functions:get_dagmc_cell_ids
andget_dagmc_universe_num_cells
have been added in support of this effort.
It would be good to turn this into a class,
openmc.lib.DAGUniverse
that supports the same methods as theopenmc.lib.Universe
class in the future.The text was updated successfully, but these errors were encountered: