Meshing and Connecting Parts from .stl Files #30080
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi
likely not. Importing the mesh in one FileMeshGenerator will make your Mesh block fairly tidy.
stl files contain the CAD, not really the mesh. In your meshing tool, I think FreeCAD, you assign the boundary names then export it to a mesh format. This export should conserve the boundary names you assigned, but it's worth checking in Paraview if it did.
not at the moment. Support for meshing clean STL files is not very far away though, and we would be able to create a tet mesh there. Guillaume |
Beta Was this translation helpful? Give feedback.
Hi
likely not. Importing the mesh in one FileMeshGenerator will make your Mesh block fairly tidy.
However, each part should be its own subdomain so you can assign equations and materials on a per-subdomain basis.
Importing each part separately would also not easily get the mesh connectivity you need for most physics. There are ways around non-conformal meshes for some physics but not all.
stl files contain the…