fusion-energy / openmc-dagmc-wrapper

A Python package that extends OpenMC base classes to provide convenience features and standardized tallies when simulating DAGMC geometry with OpenMC.
https://openmc-dagmc-wrapper.readthedocs.io/
MIT License
7 stars 2 forks source link

refactored making use of dagmc_h5m_file_inspector #51

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

This makes use of the a new package called dagmc_h5m_file_inspector https://github.com/fusion-energy/dagmc_h5m_file_inspector

This allows for a fair amount of code removal and test removal from the utils as this is now done in the dagmc_h5m_file_inspector package.

This modularisation of the logic helps keep openmc-dagmc-wrapper concise and focused on the remit, easier to maintain etc