Hi everyone,
I have a code Depl.py
In WSL its running without any problem,
But in Jupyter i am having an error (File /mnt/d/openmc/openmc/executor.py:125, in _run(args, output, cwd)
122 error_msg = ‘OpenMC aborted unexpectedly.’
123 error_msg = ’ '.join(error_msg.split())
→ 125 raise RuntimeError(error_msg)
RuntimeError: Could not find cell 1 specified on tally filter.)
Hi umarov, from the screenshot you have sent, the problem is on your tally filter, since it cant find the cell that you want to use as tally filter
RuntimeError: Could not find cell 1 specified on tally filter.
Also, I cant find any tally specified on your input files, so I think you could try to check your tally specification.
Since you said that you are going to use jupyter notebook, then I think it will be better to use a jupyter notebook file format to optimize the use of jupyter notebook. I am doing some minor adjustment on your script, and it works on my notebook, hope it could works on your side. Depl.ipynb (76.8 KB)