CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

create patches out of a patch with two parallel surfaces

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 4, 2011, 12:01
Default create patches out of a patch with two parallel surfaces
  #1
Member
 
HD
Join Date: Jul 2011
Posts: 56
Rep Power: 14
Rebecca513 is on a distinguished road
Dear all,

I have a patch with two parallel surfaces, and I need to split them into two separate patches as they will have different boundary conditions.

Can anyone tell me how to do that?

Thank you for your help!


Best,
hang
Rebecca513 is offline   Reply With Quote

Old   October 4, 2011, 12:06
Default
  #2
Member
 
HD
Join Date: Jul 2011
Posts: 56
Rep Power: 14
Rebecca513 is on a distinguished road
Also, they are not cyclic, but flat. Thank you~
Rebecca513 is offline   Reply With Quote

Old   October 4, 2011, 12:28
Default
  #3
Senior Member
 
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19
Phicau is on a distinguished road
Hi

just a slight guess, but you may start again from blockMeshDict by difining them as separate patches. Or you can try "autoPatch 90" (you can choose a different angle, depending on your needs) and renaming patches on "./constant/polyMesh/boundary" file.

Hope it helps
Phicau is offline   Reply With Quote

Old   October 4, 2011, 12:42
Default
  #4
Member
 
HD
Join Date: Jul 2011
Posts: 56
Rep Power: 14
Rebecca513 is on a distinguished road
Hi Pablo,

Thank you for your reply.

The mesh was imported, and it is reconstruction from CT images, so I don't have a blockMeshDict.

My understanding, please correct me if I am wrong, is that autopatch works on the whole region, not allowing me to specify the patch. Also, the surfaces are not perfectly flat, the angles between any two surfaces are not the same, varying around 90. Or I should say that it is a deformed box. I tried to run the autoPatch on it. It generates about 200 new patches.... really frustrating

Last edited by Rebecca513; October 4, 2011 at 12:58.
Rebecca513 is offline   Reply With Quote

Old   October 5, 2011, 03:32
Default
  #5
Senior Member
 
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19
Phicau is on a distinguished road
Yes, quite annoying, certainly.

Try varying the 90 supplied to autoPatch to reduce the resultant number of patches.

If this still does not work take a look at the mesh manipulation tools of OpenFOAM:
http://www.openfoam.com/features/mesh-manipulation.php
I guess you can make your split operation with the correct combination of them.
Phicau is offline   Reply With Quote

Old   October 5, 2011, 09:34
Default
  #6
Member
 
HD
Join Date: Jul 2011
Posts: 56
Rep Power: 14
Rebecca513 is on a distinguished road
Thank you!

It turned out that I could use faceset and createPatch to get two new patches out of the original one. In this way, I have more control over how many patches to generate.

Best,

Hang
Rebecca513 is offline   Reply With Quote

Old   March 15, 2013, 16:14
Default
  #7
New Member
 
Join Date: Mar 2013
Posts: 1
Rep Power: 0
songzhe is on a distinguished road
Hi Hang

Could you please tell me how to use face set and createPatch to get new patches?

I use construct from face set in creatPatch, and use setSet to generate the face set. But I don't know how to specify in setSet dict.

My understanding is, for example, if you have a whole patch and want to split it into 2, you need to get a face set in one part of the whole patch, from which you want to get one your sub patches, and also for the other part of the whole patch.

# Create face sets
faceSet sideFaces1 new boxToFace (-0.00001 -0.00001 -1) (0.10001 0.00001 1)
faceSet sideFaces2 new boxToFace ( 0.09999 -0.00001 -1) (0.10001 0.05001 1)
faceSet sideFaces3 new boxToFace (-0.00001 0.04999 -1) (1.00001 0.05001 1)
faceSet sideFaces4 new boxToFace (-0.00001 -0.00001 -1) (0.00001 0.05001 1)

This is what I found in tutorial about how to set up in setSet. I guess the faces you want can be obtained by specifying the face centre located in the region specified in boxToFace. I am confused if you have a flat wall as a patch so all the faces are located in a plane, and all the face centres are also in a plane. So you just specify the region of boxToFace as a plane?

Thanks in advance
Songzhe
songzhe is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[mesh manipulation] CreatePatch chris1980 OpenFOAM Meshing & Mesh Conversion 8 November 16, 2016 15:44
[snappyHexMesh] Thin Surfaces / internal Walls in SnappyHex - Problem with patch allocation Hannes_Kiel OpenFOAM Meshing & Mesh Conversion 0 September 6, 2011 06:28
Cyclic patches and parallel postprocessing problems askjak OpenFOAM Bugs 18 October 27, 2010 03:35
create cyclic patch andrea.pasquali OpenFOAM Running, Solving & CFD 0 September 17, 2009 06:30
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 05:50.