-
Notifications
You must be signed in to change notification settings - Fork 32
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
[BUG] - MCNP: cell references a null surface and contains other bounding surfaces #269
Comments
It is very difficult to found the reasons of the bug with so little information. |
@psauvan Done - not seeing anything weird in the representation of the geometry. I was hoping there was some obvious explanation for why GEOUNED might be introducing a null surface (ID=0) e.g. inappropriate indexing. Is there a way for me to determine what surface in the geometry GOEUNED intended for the null surface (or is there another known reason for why GEOUNED would introduce a null surface)? |
@SterlingButters, if you use SpaceClaim, try to check that your geometry doesn't have splines or that splines were not introduced while saving the geometry in a different format. I have seen a "surface ID 0" issue when a spline was present in the model. Removing the spline solved the issue. See issue 201. |
Describe the bug
A clear and concise description of what the bug is. Remember to try to reproduce your bug with the latest version of the dev branch, the problem may already have been solved.
To Reproduce
Steps to reproduce the behavior:
for example:
csg.mcnp
with default arguments0
) in cell definitionsIMPORTANT
Cannot provide problem parts.
Expected behavior
Didn't expect any surfaces with ID
0
sincestartSurf=1
Error message
MCNP:
fatal error. cell <cell> references a null surface and contains other bounding surfaces.
Please complete the following information):
The text was updated successfully, but these errors were encountered: