-
Notifications
You must be signed in to change notification settings - Fork 230
Docs: Add STL Union Workflow #6372
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
Docs: Add STL Union Workflow #6372
Conversation
Create a dummy documentation page where we will explain the workflow to make a union out of several STL files and then make the file watertight to make it a valid import for WarpX.
Fixed Part 2 Fixed indentation slight typo fix Fixed links Fixed links Fixed links Fixed links Removed further reading and added small comment about resolution Removed suggested tools
for more information, see https://pre-commit.ci
| 2. The STL geometry is "watertight" (The STL file shouldn't have duplicate faces or vertices, overlapping vertices should be merged, and there shouldn't be any gaps or holes in the mesh) | ||
| 3. The STL file is properly formatted for WarpX input | ||
|
|
||
| .. 2. The STL file shouldn't have duplicate faces or vertices, and overlapping vertices should be merged. (issues with vertices can cause the MLMG solver to crash) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@n01r cleanup commented out text? :)
| .. * ``Filters -> Cleaning and Repairing -> Remove Zero Area Faces`` | ||
| .. * ``Filters -> Remeshing, Simplification and Reconstruction -> Close Holes`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@n01r cleanup commented out text? :)
ax3l
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you! :)
This PR adds a workflow to the docs that describes how to work with multiple STL files and unify them for import into WarpX where they provide the configuration for embedded boundaries.
Credit goes to @agargone who authored the docs.