.h5m file cell ID and name mapping

I have loaded a .h5m file using DAGMCUniverse(). The .h5m file has 20 material tags. But I need to define cell filters. And to define cell filters I need to know the cell ID. I am able to extract the cell IDs from DAGMCUniverse() but I can’t ensure that which cells they are referring in which order.

Is there any way to know the cell IDs with name?

I find out that openMC has moab cli support but it doesn’t come with pymoab.

Ok, now I got the solution.

dagmc_h5m_file_inspector is the library which has many useful options to get the job done.

Thanks to @Shimwell for building this package.