|
[Sponsors] |
[mesh manipulation] TopoSet and setSet is showing different result. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 10, 2021, 11:59 |
TopoSet and setSet is showing different result.
|
#1 |
Member
Sunag R A
Join Date: Jul 2019
Location: Bangalore, India
Posts: 82
Rep Power: 7 |
Dear all,
I am creating a mesh(cellSet) from stl file using "surfaceToCell" option. 1. I used topoSet first and it working fine. 2. But on later stage, I needed to used splitMeshRegions. 3. Since for few test cases, splitMeshRegion creates an extra domain which affects my simulation. So, I try to change it to setSet instead of topoSet. 4. But, setSet does not give effective cellSet compared to topoSet. I have attached the code for both and also images obtained from both. How to obtained setSet as that of topoSet cellSet. 5. TopoSet creates 410293 cellSet which is expected. below is the topoSet code. Code:
{ name geometryCellSet; type cellSet; action new; source surfaceToCell; sourceInfo { file "mesh.stl"; outsidePoints ((0.08 0.08 0.03)); includeCut false; includeInside true; includeOutside false; nearDistance -0.05; curvature 0.9; useSurfaceOrientation true; } } 6. setSet creates only 40994 cellSet. As seen from the image, setSet geometry has holes. Below is the steps from setSet. Why is that? What is wrong in the code? Code:
a. cellSet geometryCellSet new. b. cellSet geometryCellSet add surfaceToCell "mesh.stl" ((0.08 0.08 0.03)) false true false -0.05 0.9 1. TopoSet link: https://drive.google.com/file/d/1XQE...ew?usp=sharing 2. setSet link: https://drive.google.com/file/d/1N9b...ew?usp=sharing Any leads will be appreciated. Regards, Sunag R A. |
|
Tags |
mesh, meshing, openfoam, setset, toposet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Error: topoSet – create patch from .stl – searchableSurfaceToFaceZone | carl_r | OpenFOAM Meshing & Mesh Conversion | 1 | November 18, 2022 18:06 |
fail to run series of runApplication topoSet -dict | jiahui_93 | OpenFOAM Programming & Development | 1 | May 25, 2022 13:56 |
snappyHexMesh multiRegion failure | Liz1219 | OpenFOAM | 7 | March 5, 2021 07:00 |
topoSet select cells by layers in a structured grid | samiahmed | OpenFOAM | 6 | May 15, 2020 18:06 |
setSet in bash-script (Allrun-file) | bjoern1 | OpenFOAM Programming & Development | 2 | December 12, 2014 13:56 |