-
Notifications
You must be signed in to change notification settings - Fork 9
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
Compiling Fail cad_to_dagmc #87
Comments
Thanks for making use of the package. Was there an error with the code that you wanted to share? |
Looks like it is pausing on the gmeshing part. You could tried manually meshing with gmsh and see if that is possible. |
Hi, If i'm meshing with gmsh , would not the meshing still be operated by the CadtoDagMC function when I will use it ? |
The manual meshing with gmsh is mainly to check if the step geometry has errors which mean it can't be meshed. Current Cad-To-Dagmc only offers one mesher whioch is gmsh so if gmesh cna't manually mesh the geometry then Cad-To-Dagmc also can't mesh your geometry. If you are able to successfully mesh manually in gmsh then you have the option to save the msh file and Cad-To-Dagmc can import the msh file with its MeshToDagmc class https://github.com/fusion-energy/cad_to_dagmc/blob/5cd38e4ddb9c1db86192bace38629a341c41d8cb/src/cad_to_dagmc/core.py#L328C7-L328C18 |
No description provided.
The text was updated successfully, but these errors were encountered: