Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We tested using FNG shutdown dose rate benchmark straight out of SINBAD and got the following error #9

Open
py1sl opened this issue Jul 14, 2014 · 2 comments

Comments

@py1sl
Copy link

py1sl commented Jul 14, 2014

No description provided.

@py1sl
Copy link
Author

py1sl commented Jul 14, 2014

We tests FNG shutdown dose rate benchmark out of Sinbad, no modification by us beforehand and the following error was found:

mcnp2cad mcnp_n.inp -o fng.sat
Reading input file...
The MCNP title card is: doserate experiment
Done reading input.
World size: 161.115 (trs added 0.15)
Defining geometry...
ERROR: Intersection operation failed.
Empty volume created and will be deleted.
FAILED INTERSECTION CELL #229
terminate called after throwing an instance of 'std::runtime_error'
what(): Intersection failed
Aborted

@elliottbiondo
Copy link
Collaborator

This is due to the fact that cell 229 is null space -- it has zero volume. You can verify this by hand by working through the surface logic. Cell 241 is also null space. By simply commenting out cell 229 and 241, the correct CAD model is created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants