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/)
-   -   [blockMesh] patch on a plane (https://www.cfd-online.com/Forums/openfoam-meshing/90794-patch-plane.html)

dshawul July 20, 2011 17:26

patch on a plane
 
Hello,
I have a blockMeshDict with many blocks (hexs) in it. When specifying the patches, I have to include all faces of the blocks that are considered as inlet for example. This is very tedious and I want to specify just a plane so that all faces lying on that plane will be included as patch. x = 0 is inlet , x = 10 is outlet, y = 12 is top etc... Is it possible to do that ?

wyldckat July 20, 2011 18:27

Greetings Daniel,

I think that what you are looking for is createPatch. To find more about it, see the files that appear when running this command:
Code:

find $WM_PROJECT_DIR -name "createPatchDict"
Best regards,
Bruno

dshawul July 22, 2011 10:47

Thank you very much,
It took me long to understand how it works but that is exactly
the tool I needed.

regards,


All times are GMT -4. The time now is 19:51.