|
[Sponsors] |
[snappyHexMesh] snappy - duplicate faces, non-consecutive shared points ++ |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 24, 2014, 05:18 |
snappy - duplicate faces, non-consecutive shared points ++
|
#1 |
Member
Petr Furmanek
Join Date: Jan 2012
Location: Faenza, Italy
Posts: 66
Rep Power: 14 |
Hi all,
when meshing with snappy (a bit comlicated area - underhood ), the checkMesh reports the following errors: -- <<Number of duplicate (not baffle) faces found: 22. This might indicate a problem. <<Number of faces with non-consecutive shared points: 26. This might indicate a problem. <<Writing 76 faces with non-standard edge connectivity to set edgeFaces <<Writing 1 cells with two non-boundary faces to set twoInternalFacesCells Number of regions: 1 (OK). Checking patch topology for multiply connected surfaces... Patch Faces Points Surface topology ffminx 0 0 ok (empty) ffmaxx 0 0 ok (empty) ffminy 0 0 ok (empty) ffmaxy 0 0 ok (empty) ffminz 0 0 ok (empty) ffmaxz 0 0 ok (empty) atmosphere 47880 53403 ok (non-closed singly connected) inlet 18310 26322 ok (non-closed singly connected) outletHVAC 1955 2892 ok (non-closed singly connected) outletValve01 212 240 ok (non-closed singly connected) outletValve02 222 265 ok (non-closed singly connected) outletValve03 213 256 ok (non-closed singly connected) outletValve04 220 260 ok (non-closed singly connected) outletValve05 220 250 ok (non-closed singly connected) outletValve06 221 241 ok (non-closed singly connected) topWall 69468 83231 ok (non-closed singly connected) wallLargeCells 156898 188065 ok (non-closed singly connected) wallSmallCells 484344 563698 multiply connected (shared edge) <<Writing 2 conflicting points to set nonManifoldPoints -- I can't get rid of it no matter what snapping features, number of prism layers of quality settings I use. Does that mean the problem is in the underlying stl geometry? P. |
|
June 5, 2015, 13:02 |
|
#2 | |
Senior Member
|
In case someone is reading on this old post..
Quote:
-Louis |
||
February 21, 2022, 07:06 |
|
#3 |
Member
George
Join Date: Dec 2020
Posts: 31
Rep Power: 6 |
Hello Louis,
Sorry for bringing this old post back again. Could you please explain more thorougly how did you manage to solve the edgeFaces problem? Kind regards, George |
|
February 22, 2022, 04:30 |
|
#4 |
Senior Member
|
this is quite old so I'm not sure what it was but maybe it was this:
in snappy*Dict: Code:
geometry { ... cropRotor.stl { type triSurfaceMesh; name cropRotor; regions { ascii { name cropRotor; } } } ... dupliCropRotor.stl { type triSurfaceMesh; name dupliCropRotor; regions { ascii { name dupliCropRotor; } } } }; ... refinementSurfaces { cropRotor { level (8 8); // 3 5 faceType baffle; cellZone cropRotor; faceZone cropRotor; cellZoneInside inside; // gapLevelIncrement 3; //- Optional increment (additioinal to max level) in small gaps } ... refinementRegions { "cropRoto.*" { mode inside; levels ((1E15 6)); } "dupliCropRoto.*" { mode distance; levels ((0.25 5)); } ... } ... allowFreeStandingZoneFaces false; and then after Code:
runParallel snappyHexMesh $nProcs -overwrite then I would create AMI patches with Code:
pointSync false; Code:
runParallel createPatch $nProcs -overwrite Code:
runParallel mergeOrSplitBaffles $nProcs -split -overwrite; Good luck |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
GenerateVolumeMesh Error - Surface Wrapper Self Interacting (?) | AndreP | STAR-CCM+ | 10 | August 2, 2018 08:48 |
SigFpe when running ANY application in parallel | Pj. | OpenFOAM Running, Solving & CFD | 3 | April 23, 2015 15:53 |
DecomposePar unequal number of shared faces | maka | OpenFOAM Pre-Processing | 6 | August 12, 2010 10:01 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |