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/)
-   -   [surface handling] select correct patch from surfaceAutoPatch (https://www.cfd-online.com/Forums/openfoam-meshing/227533-select-correct-patch-surfaceautopatch.html)

otaolafr June 1, 2020 10:52

select correct patch from surfaceAutoPatch
 
hello,
when I do surfaceAutoPatch with the geometry I want to patch, I have the issue to separate the patchs I am looking for, the angle in surfaceAutoPatch separates a lot of "patches" that in the simulation are only part of the same, knowing that the desired patches are one in the XZ plane (normal (0,1,0) and point (0,0,0)) the second one in the YZ plane (normal (1,0,0) and point (0,0,0)) and two others in the XY plane with different known points. I know that I can create the new patches from createPatchDict with
Code:

constructFrom patches;
patches (undesired patches);

but how can I select the correct patches to stay? do it manually would be a little bit of trouble as surfaceAutoPatch creates around 120 patches :eek:

best regards, franco


All times are GMT -4. The time now is 04:27.