CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [mesh manipulation] Automatically delete empty patches from boundary file after stitchMesh (https://www.cfd-online.com/Forums/openfoam-meshing/109578-automatically-delete-empty-patches-boundary-file-after-stitchmesh.html)

g_b November 21, 2012 02:08

Automatically delete empty patches from boundary file after stitchMesh
 
Hello foamers,

I was wondering if there is a straightforward/out-of-the-box way to automatically delete empty patches from the boundary file after a successful stitchMesh? Although pyFoam has a utility to add empty patches to the boundary file, I haven't found any to remove them.

Thanks!

mturcios777 November 21, 2012 12:59

I know createPatch removes empty boundaries; try grouping all the empty patches together and see if createPatch will remove them.

vishalsacharya November 23, 2012 23:37

renumberMesh also sometimes does that... but i may be mistaken... its a good idea to renumber after stitching to get the most optimal mesh for decomposition...

rcastilla February 27, 2013 12:00

I think that the problem is that the boundary is in the 0/polyMesh directory instead of in the constant/polyMesh one. Move the 0/polyMesh directory into constant (overwrite the old one) and run pyFoamClearEmptyBoundary again. It worked for me

Gerhard November 23, 2020 07:37

createPatch with no entries under patches in the createPatchDict file will always remove zero-sized patches.
You do not even have to group them together.


Regards


All times are GMT -4. The time now is 07:13.