-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue with BallReactor DAGMC export #318
Comments
Thanks for posting, I suspect this is due to a wire rotation that doesn't remove the two faces when the solid is fully rotated. Cadquery has a option to clean such solids but I think it does work with the plasma volume for some reason. Are you able to see which volume is breaking |
It seems to be "surface 1". This is the code:
The terminal output is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When I generate a BallReactor at 360 degrees rotation angle, the DAGMC export does not appear to work. I'm getting an error code on meshing (with default parameters or with
min_mesh_size = 0.01, max_mesh_size=20.
): "There are [number] intersections in the 1D mesh." gmsh then tries to resolve that splitting them up further, but fails and gives up after a few iterations.I want to use a TokamakSource in OpenMC for this, so I suspect the workaround suggested in this issue with an offset point source won't work...
Any suggestions?
The text was updated successfully, but these errors were encountered: