-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
(openmc) root@mcnp-virtual-machine:/openmc/zpre-main# bash run.sh
- PS3='ZPRE simulations: '
- options=("k eigenvalue" "geometry plot" "geometry voxelplot" "neutron flux" "neutron flux 3d" "photon flux" "quit")
- select opt in "${options[@]}"
- k eigenvalue
- geometry plot
- geometry voxelplot
- neutron flux
- neutron flux 3d
- photon flux
- quit
ZPRE simulations: 2
- case $opt in
- echo 'plotting geometry...'
plotting geometry... - bash ./scripts/gp.sh
- test -f ./h5m_files/zpre.h5m
- python ./scripts/step_to_h5m_zpre.py
/root/anaconda3/envs/openmc/lib/python3.11/site-packages/pymoab/init.py:21: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import get_distribution, DistributionNotFound
Traceback (most recent call last):
File "/openmc/zpre-main/./scripts/step_to_h5m_zpre.py", line 28, in
a.import_stp_files()
File "/root/anaconda3/envs/openmc/lib/python3.11/site-packages/CAD_to_OpenMC/assembly.py", line 276, in import_stp_files
warn, ct = has_degenerate_toroids(stp,True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/anaconda3/envs/openmc/lib/python3.11/site-packages/CAD_to_OpenMC/check_step.py", line 24, in has_degenerate_toroids
with open(infile,'r') as f:
^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: './step_files/zpre_simplified_with_gold.step'
An error occurred during operation, stating that the file './step_files/zpre_simplified_with_gold.step' was missing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels