openmsr / zpre

detailed cad model and simulations of the zpre (zero power reactor experiment), operated by oak ridge national laboratory and sometimes refered to in documentation as the pr-mark I (pratt and whitney mark I).
GNU General Public License v3.0
11 stars 0 forks source link

ZPRE scripst doesn’t work with the latest version of cad_to_h5m #11

Open DMelisena opened 1 year ago

DMelisena commented 1 year ago

I just installed openmc using source and installed it on virtual environment. The examples works fine but I want to run GitHub - openmsr/zpre: detailed cad model and simulations of the zpre (zero power reactor experiment), operated by oak ridge national laboratory and sometimes refered to in documentation as the pr-mark I (pratt and whitney mark I). 1 on my openmc. I installed cad_to_h5m using pip but iwhen i tried to run any of the run.sh options, it came out as :

`

The run.sh is containing a bunch of output such as geometry plot, photon flux etc. Everything has the same error. Does anyone have experienced similar problem when using cad_to_h5m?

amitkumarcodes commented 1 year ago

Hello,

I encountered a SyntaxError when running the step_to_h5m_zpre.py script included in this repository. The issue seems to be with the following line:

ab.mesher_config['min_mesh_size'] =

This line is missing a value to assign to ab.mesher_config['min_mesh_size']. Could you please clarify what value should be used here, or update the script if this is a mistake? This would greatly help me in using this project for my work.

Thank you for your help.