|
[Sponsors] |
[Other] ways to create cellZones and faceZones |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 26, 2012, 11:36 |
ways to create cellZones and faceZones
|
#1 |
Member
|
Friends,
I've been playing around a lot with the creation of cellZones and faceZones and here is what I have to report ! Till now I have found 3 ways to do it. ( I am sure there are more) 1. To use setSet utility and cellZonesSet and faceZoneSet commands. This works amazingly well and creates the zones. A small problem can arrise if you are trying to set zones for an internal flow case and at the center of your geometry you have level 0 cells. These cells are not properly broken down and hence your zone is not exactly what you think it is. The work around for this is to just have a higher resolution where there are level 0 cells. setSet_substrate.PNG 2. Using snappyHexMesh to create the zones. Even this method does a very good job but somehow, atleast for my geometry, I see stitched kinda break where the cellZones starts and ends and where there is a faceZone. I have a strong feeling this might be because of the stl quality but I am quite sure that it is pretty decent. Here are the pics. snappy_zones.PNG snappy_substrate.PNG The break in the second picture is where I have a faceZone. 3. This is something which I stumbled upon unintentionally ( i am so glad I did) - Using setSet utility but for blockMesh. In method-1, the setSet command is used for the latest time step created by snappyHexMesh or for the mesh imported from other places but if you want to mesh in snappy and you want to create zones and don't want to see the problems which you saw in method-1 or method-2, the best way to do this is to actually create the cell and faceZones for the blockMesh. I accidentally did this when I forgot to use the -latestTime tag for method-1. This seems to be the best I saw. It doesn't have the breaks from method-2 nor does it have the extra cells from method-1 Here are the pics. constant_zones.PNG constant_substrate.PNG I just wanted to share this info with all of you and see if you have any suggestions. There are 2 things which perplex me in the meshes which I uploaded. The geometry just infront of the cylindrical section has a lot of polyhedral cells. It is a very very simple geometry ( diverging section) and I am really surprised that snappy is not able to put hex cells there. Also, the featureEdge setting is put to 160 so that it captures all the curves ( as a matter of fact it does) but unfortunately, the circles aren't really round ! I have the nFeatureSnapIter at 10. Is there anything else I can do to improve this? Sorry for the long post. Hope this info helps :-) Kalyan |
|
November 12, 2012, 15:22 |
|
#2 |
Member
Join Date: Jul 2012
Posts: 66
Rep Power: 14 |
Thank you for sharing your experience
Could you please let me know how can I execute setSet to get the faceZone without using snappyHexMesh? I have an STL file and want to create the faceZone according to it .. how can I do it? I don't know what to choose between all of those: Code:
boundaryToFace boxToCell boxToFace boxToPoint cellToCell cellToFace cellToPoint cylinderAnnulusToCell cylinderToCell faceToCell faceToFace faceToPoint faceZoneToCell faceZoneToFaceZone fieldToCell labelToCell labelToFace labelToPoint nbrToCell nearestToCell nearestToPoint normalToFace patchToFace pointToCell pointToFace pointToPoint regionToCell rotatedBoxToCell setToCellZone setToFaceZone setToPointZone setsToFaceZone shapeToCell sphereToCell surfaceToCell surfaceToPoint zoneToCell zoneToFace zoneToPoint Appreciate your help |
|
November 12, 2012, 19:11 |
|
#3 |
Member
Join Date: Jul 2012
Posts: 66
Rep Power: 14 |
Ok I found out how to create cellSets from surface:
cellZoneSet cZone new surfaceToCell ".../constant/triSurface/Umb.stl" ((0 0 20)) false false false 0.3 -100000 Then faceSet from cellSet: faceZoneSet fZone_all new cellToFace cZone all Then faceZone out of faceSet: faceZoneSet FFF new setToFaceZone fZone_all So now when I ran Snappy those faces did not snap! Can you please explain what did you do? |
|
April 26, 2014, 18:05 |
|
#4 | |
Member
CFDUser
Join Date: Mar 2014
Posts: 59
Rep Power: 13 |
Quote:
Glad that you have done something extremely well. I would like to borrow method to create faceSets for simple blockMesh. Lets say i have similar geometry like you (cylinder of length L). I wanted to create faceSets at 10 different locations along the length. Can you please help me? Regards, CFDUser_ |
||
May 7, 2014, 17:04 |
|
#5 |
Senior Member
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 20 |
Hi
Try using searchableCylinder ahen running topoSet (or setSet). by using different end point locations you can then select various parts of the mssh cylinder you're interested in. Mjch like you would slice a salami Peace A |
|
May 7, 2014, 17:10 |
|
#6 |
Member
CFDUser
Join Date: Mar 2014
Posts: 59
Rep Power: 13 |
now i kno how to use them
thankyou Regards, CFDUser_ |
|
January 5, 2018, 01:58 |
Creating cellZOne
|
#7 |
New Member
Aaditya Maharashtra
Join Date: Aug 2017
Posts: 7
Rep Power: 9 |
I am new to openFoam
doing project on axial flow fan, and want to create MRFzone. Plz suggest me. Which method should i use to create mrf zone setSet or searchableCylinder in SHM. 1)i hv seen setSet utility creates cellzone one cell thick zone around blade surface of neighbouring cells. 2) managed to create cellzone by serchableCylinder method, it creates like whole cylinder. plz suggest which one should be beller for me. greetings in advance, Aaditya. |
|
June 7, 2024, 05:39 |
|
#8 |
New Member
Marc
Join Date: May 2024
Posts: 4
Rep Power: 2 |
Hi Aaditya,
from what I know MRFZones should always have rotational symmetry regarding the rotating axis. So I would recommend your second method with the whole cylinder. You can do that by the mentioned searchableCylinder or stl/obj-file to set the MRFZone. Kind regards Marcelinus |
|
Tags |
cell zone, face zone, feature edge handling, snappy hex mesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] snappyHexMesh does not create any mesh except one for the reference cell | Arman_N | OpenFOAM Meshing & Mesh Conversion | 1 | May 20, 2019 18:16 |
[snappyHexMesh] SHM doesn't create cellZones for one region | Eko | OpenFOAM Meshing & Mesh Conversion | 10 | January 24, 2018 03:03 |
[snappyHexMesh] How to create internal boundaries using snappyHexMesh | robyTKD | OpenFOAM Meshing & Mesh Conversion | 2 | October 19, 2014 10:57 |
Cannot create cellZones with Snappy | donQi | OpenFOAM Pre-Processing | 2 | August 14, 2013 04:04 |
[snappyHexMesh] Empty cellZones, faceZones and pointZones files after mesh merging | vasava | OpenFOAM Meshing & Mesh Conversion | 5 | May 7, 2013 05:53 |