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
Currently there is a tool to convert MCNP models to OpenMC develop by Paul Romano: openmc_mcnp_adapter. It is a relatively robust and fast tool for accomplishing this task.
However there's a few roles that MontePy might be able to do more effectively if implemented as the MCNP parser:
More robust support for more edge cases.
Support for more types of MCNP inputs.
Growing support as MontePy has features added.
However, there is one main downside to this. Performance. One of the main users of this tool works with models that are O(1e6) lines long. Currently MontePy could take up to an hour to open a file of this size possibly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently there is a tool to convert MCNP models to OpenMC develop by Paul Romano: openmc_mcnp_adapter. It is a relatively robust and fast tool for accomplishing this task.
However there's a few roles that MontePy might be able to do more effectively if implemented as the MCNP parser:
However, there is one main downside to this. Performance. One of the main users of this tool works with models that are O(1e6) lines long. Currently MontePy could take up to an hour to open a file of this size possibly.
Beta Was this translation helpful? Give feedback.
All reactions