|
[Sponsors] |
July 10, 2017, 09:54 |
topoSet and splitMeshRegions
|
#1 |
Member
Amod Kumar
Join Date: Jan 2010
Location: Delhi, India
Posts: 39
Rep Power: 16 |
Hello,
I am trying to modify a bit the tutorial folder multiRegionHeater. The 3 zones used in the tutorial is being simplified by a bottom water domain, top air domain and a thin solid domain separating the air and water. The output of topoSet and splitMeshRegions are attached below. While topoSet has created 3 cell zones, split mesh is able to recognize only two zones, it is combining water and solid zone (as evident from the number of cells). Any suggestion! Regards, Amod -----+-----+-----+-----+-----+-----+ Output from <topoSet> command-line utility: Time = 0 mesh not changed. Created cellSet waterCellSet Applying source boxToCell Adding cells with center within boxes 1((-10 -10 -10) (10 -0.01 10)) cellSet waterCellSet now size 7500 Created cellSet solidCellSet Applying source boxToCell Adding cells with center within boxes 1((-10 -0.01 -10) (10 0.01 10)) cellSet solidCellSet now size 5000 Created cellSet airCellSet Applying source boxToCell Adding cells with center within boxes 1((-10 0.01 -10) (10 10 10)) cellSet airCellSet now size 7500 Created cellZoneSet airDomain Applying source setToCellZone Adding all cells from cellSet airCellSet ... cellZoneSet airDomain now size 7500 Created cellSet solidZone Applying source cellToCell Adding all elements of cellSet solidCellSet ... cellSet solidZone now size 5000 Created cellSet waterDomain Applying source cellToCell Adding all elements of cellSet waterCellSet ... cellSet waterDomain now size 7500 End --------------------------- Output from <splitMeshRegions -cellZones -overwrite> Create mesh for time = 0 Creating single patch per inter-region interface. Trying to match regions to existing cell zones. Number of regions:2 Writing region per cell file (for manual decomposition) to "/home/ofuser/workingDir/of_Simu/multiRegionHeater/constant/cellToRegion" Writing region per cell as volScalarField to "/home/ofuser/workingDir/of_Simu/multiRegionHeater/0/cellToRegion" Region Cells ------ ----- 0 12500 1 7500 Region Zone Name ------ ---- ---- 0 -1 domain0 1 0 airDomain |
|
Tags |
chtmultiregionfoam, multiregionheater, splitmeshregions, toposet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Issues with splitMeshRegions! | vabishek | OpenFOAM Pre-Processing | 6 | October 25, 2018 14:16 |
irregular model simulation with chtMultiregionFoam | lg88 | OpenFOAM | 59 | July 28, 2016 12:44 |
[mesh manipulation] SplitMeshRegions creating more regions than specified | GregorAlan | OpenFOAM Meshing & Mesh Conversion | 0 | February 3, 2016 06:42 |
[snappyHexMesh] MultiRegionMeshing with SnappyHexMesh - SplitMeshRegions doesnt pickup my surfaces | Kenneth J. | OpenFOAM Meshing & Mesh Conversion | 0 | January 30, 2015 11:07 |
splitMeshRegions doesn't find my regions. | GPesch | OpenFOAM Pre-Processing | 2 | November 14, 2013 06:20 |