|
[Sponsors] |
August 25, 2016, 09:55 |
Extract Faces of FaceZone
|
#1 |
Member
Join Date: Apr 2016
Posts: 91
Rep Power: 10 |
Hi,
I created with snappyHexMesh of a cube a CellZone, called cubeCellZone and a FaceZone called cubeFaceZone. Now I want to have a faceSet, which consists of faces, but only from the inlet (one side) of the cube. So only the faces which are for example orthogonal to the normal vector n=(1 0 0). Therefore I tried to use topoSetDict: Code:
name CubeFaceSet; type faceSet; action new; source normalToFace; sourceInfo { faceSet cubeFaceZone; normal (1 0 0); cos 0.1 ; } Do you have any suggestions to solve this porblem? Besides, I would like to visualize my cubeFaceZone in paraView. But with foamToVTK I can only chose cellSet and faceSet? Thank you for your help! Moritz |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops | avinashjagdale | OpenFOAM Meshing & Mesh Conversion | 53 | March 8, 2019 10:42 |
[Other] Mesh Importing Problem | cuteapathy | ANSYS Meshing & Geometry | 2 | June 24, 2017 06:29 |
[snappyHexMesh] sHM layer process keeps getting killed | MBttR | OpenFOAM Meshing & Mesh Conversion | 4 | August 15, 2016 04:21 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |