Hello all,
I am a brand new OpenMC user and am using it on a Mac computer in conda. The installation all went fine and I can import OpenMC into python (I have been trying to use this just from a Jupyter notebook) without any issue. I can’t seem to get the pointing to the cross section data bases to work right though.
I downloaded mcnp_endfb70 from the data bases website and ended up with a file full of HD5 files. I try and point to it with the following:
materials.cross_sections = '/Users/gbru/Desktop/UR/OpenMC/mcnp_endfb70'
materials.export_to_xml()
This doesn’t work and gives me the following when I run the program:
Reading settings XML file...
ERROR: Cross sections XML file '/Users/gbru/Desktop/UR/OpenMC/mcnp_endfb70' does not exist.
I assume I am doing something extremely stupid here, but can’t figure it out for the life of me. Can someone help alleviate the mistake?
Thank you!