|
[Sponsors] |
May 3, 2019, 06:26 |
topoSet ; faceSet and cellSet
|
#1 |
Senior Member
Raza Javed
Join Date: Apr 2019
Location: Germany
Posts: 183
Rep Power: 7 |
Hello Everyone,
I am using topoSet to make cellSet. For that, I am making faceSet and then from that faceSet I am making cellSet. My topoSetDict is given below: Code:
actions ( { name hot1; type faceSet; action new; source patchToFace; sourceInfo { name "hotFace"; } } //cellSet { name hotcell; type cellSet; action new; source faceToCell; sourceInfo { set hot1; // Name of faceZone, regular expressions allowed option any; // master/slave } } when I run "topoSet", it seems that my faceSet is generated without problems, but my cellSet has some problems. Below are the images of my faceSet and cellSet in a geometry: I don't know why the cellSet is like this? I want to generate a heat source on the red face in the geometry using fvOptions. Thank you |
|
July 24, 2019, 06:02 |
|
#2 |
Member
Owais Shabbir
Join Date: May 2019
Posts: 48
Rep Power: 7 |
Hi,
Have you figured out the solution to it? If yes, please share. Code:
splitMeshRegion -Options BR Owais |
|
July 24, 2019, 07:56 |
|
#3 |
Member
Ingo Riess
Join Date: Jun 2019
Location: Switzerland
Posts: 40
Rep Power: 7 |
The second picture may indicate that there are cells that have a face that is part of "hotface" but that were not selected as part of "hotcell". But that is not necessarily the case. It could well be that there are grey cells that only share a corner edge with "hotface". Maybe there is no error at all?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem in toposet | Ahmed Khattab | OpenFOAM Pre-Processing | 27 | March 3, 2023 22:12 |
topoSet, patchToFace and faceToCell | Raza Javed | OpenFOAM Running, Solving & CFD | 1 | July 10, 2020 11:16 |
topoSet and fvOptions | Raza Javed | OpenFOAM Running, Solving & CFD | 1 | February 4, 2020 15:44 |
creating square patch (for air inlet) on the bottom face using cellset in toposet | Rajesh Nimmagadda | OpenFOAM Running, Solving & CFD | 0 | October 31, 2017 13:27 |
[swak4Foam] Mass flow rate through faceSet using swak4foam | CedricVH | OpenFOAM Community Contributions | 5 | May 4, 2012 08:57 |