|
[Sponsors] |
[mesh manipulation] FaceSet creation from faces and faceCentres? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 21, 2021, 09:52 |
FaceSet creation from faces and faceCentres?
|
#1 |
Member
Sunag R A
Join Date: Jul 2019
Location: Bangalore, India
Posts: 82
Rep Power: 7 |
Dear All,
I am trying to create a faceSet from topoSet utility. I have faces, faceCentres data related to it. I do have points data from which I can do pointToFace and from that I can create faceSet. But, I do not want to use points. So, is there a way I can create faceSet from faces and faceCentres data? faces example: Code:
4 ( 5(0 1 2 3 4) 4(5 6 7 8) 4(9 10 11 12) 4(13 14 15 16) ) faceCentres example: Code:
4 ( (0.1430288 0.00218509 0.0001205211) (0.1905574 0.005802098 0.0004476021) (0.1940142 0.007457328 0.0002026334) (0.1986899 0.01370724 0.0003252593) ) Any leads will be appreciated. Regards, Sunag R A. |
|
Tags |
faceset, mesh manipulation, openfoam, toposet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[mesh manipulation] How to select faces in TopoSet based on faceCentres or faceLabels | sunagra27 | OpenFOAM Meshing & Mesh Conversion | 0 | April 14, 2021 05:51 |