Skip to content

Meshing and Connecting Parts from .stl Files #30080

Answered by GiudGiud
LP1012 asked this question in Q&A Meshing
Discussion options

You must be logged in to vote

Hi

Would this method be recommended to ensure that the input file is kept clean and organized?

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.

Since .stl files only contain the mesh, not the boundary names, is there a streamlined/easy way to import these meshes and assign boundary names for future boundary condition assignments?

stl files contain the…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@LP1012
Comment options

@GiudGiud
Comment options

Answer selected by LP1012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants