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

added method of finding mesh resolution #38

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

adds a number_of_elements_in_2d_mesh and number_of_elements_in_3d_mesh option so the number of elements can be specified by the user and the resolution is calculated automatically.