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

[Other] internalFaces to patches ?? faceZones

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 2, 2011, 16:55
Question internalFaces to patches ?? faceZones
  #1
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi all together,

in the picture you can see the geometry (created with salome).
The colored faces are internalFaces

Green: wanna get it as a wall
lightblue: wanna get it as fan

I convert it to UNV and with IdeasToFoam Mesh_1 i got my OF mesh. I get my boundarys for the external faces "wall and frontAndBack"...

Code:
Of 18692 so-called boundary faces 976 belong to two cells and are therefore internal
Sorting boundary faces according to group (patch)
0: fan is faceZone
1: internalWall is faceZone
2: wall is patch
3: frontAndBack is patch

Constructing mesh with non-default patches of size:
    wall    1212
    frontAndBack    16504

Adding cell and face zones
 Face Zone internalWall     616
 Face Zone fan     360

End
I got the other two faces into the faceZone (polyMesh/)

So now the question, how can i create a patch onto those internalFaces ? :/
Never done this befor and i don 't know how to do this.

So if its not clear i wanna have: (short)

--> in the boundary file i would have the entrys

frontAndBack
wall
internalWall
fan

Now my boundary file looks like
Code:
2
(
    wall
    {
        type            patch;
        nFaces          1212;
        startFace       63116;
    }
    frontAndBack
    {
        type            patch;
        nFaces          16504;
        startFace       64328;
    }
)
So is there a tool which i can make the FaceZones (internalWall and fan) to boundarys?

Hope everything is clear.
Tobi :/
Attached Images
File Type: jpg Screenshot.jpg (26.9 KB, 136 views)
Tobi is offline   Reply With Quote

Old   July 3, 2013, 09:26
Default
  #2
hfs
Member
 
Join Date: Jul 2012
Posts: 66
Rep Power: 13
hfs is on a distinguished road
Try createBaffles
hfs is offline   Reply With Quote

Old   September 2, 2022, 04:05
Default
  #3
New Member
 
Aaditya
Join Date: Apr 2021
Posts: 19
Rep Power: 5
aadicfd is on a distinguished road
Hi Tobias, did you find solution to convert faceZones to boundaries? If yes, how did you do that?
aadicfd is offline   Reply With Quote

Old   December 13, 2022, 09:27
Default
  #4
New Member
 
Join Date: Mar 2022
Posts: 1
Rep Power: 0
harnoune is on a distinguished road
hi
i am facing the same probleme : the internal faces do not appear in my boundary file. please help.
harnoune 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
Problem using AMI vinz OpenFOAM Running, Solving & CFD 298 November 13, 2023 08:19
Foam::error::PrintStack almir OpenFOAM Running, Solving & CFD 91 December 21, 2022 04:50
[snappyHexMesh] snappyHexMesh error "Cannot determine normal vector from patches." lethu OpenFOAM Meshing & Mesh Conversion 1 June 3, 2020 07:49
Possible bug with stitchMesh and cyclics in OpenFoam Jack001 OpenFOAM Pre-Processing 0 May 21, 2016 08:00
Cyclic boundaries in OF 21x morard OpenFOAM 25 May 13, 2013 22:35


All times are GMT -4. The time now is 17:12.