|
[Sponsors] |
[snappyHexMesh] SnappyHexMesh problems |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 22, 2014, 00:20 |
SnappyHexMesh problems
|
#1 |
New Member
Wang Jianhua
Join Date: Mar 2014
Posts: 9
Rep Power: 12 |
I am new to the OpenFoam and so does the Snappy. When I use the snappy to refine my mesh, here is the problem I got:
--> FOAM FATAL ERROR: [1] cell 143882 of level 0 uses more than 8 points of equal or lower level Points so far:8(1600 1601 1604 1605 1606 12690 12691 12692) [1] From function hexRef8::setRefinement(const labelList&, polyTopoChange&) in file polyTopoChange/polyTopoChange/hexRef8.C at line 3500. FOAM parallel run aborting I don't how this happens and what can I do to solve this problem. So is there anyone who can help me find the reason? Looking forward to your kind request. |
|
April 23, 2014, 04:47 |
|
#2 | |
New Member
Simon Zhang
Join Date: Dec 2013
Posts: 12
Rep Power: 12 |
Quote:
Please delete all the files under /constant/polyMesh except blockMeshDict, and then re-do the blockMesh and snappyHexMesh. Regards, Simon |
||
May 23, 2014, 06:36 |
|
#3 |
New Member
eugenio l
Join Date: Feb 2014
Posts: 3
Rep Power: 12 |
Hi everyone,
I keep having the same problem, especially when dealing with refinement level greater than 1. Deleting the file in ./constant/polyMesh doesn't help. The cell whose referencing the error is always cell 1 of level 0 Code:
cell 1 of level 0 uses more than 8 points of equal or lower level Points so far:8(1 2 6 7 26 27 31 32) Eugenio |
|
July 1, 2016, 08:31 |
|
#4 |
New Member
Join Date: Jun 2016
Location: Malaga, Spain
Posts: 15
Rep Power: 10 |
Hi,
I supose that's a bit late to post this, but maybe it will help someone. I had the same error when I used snappy with a previously created blockmesh with mergePatchPairs. The first step is to visualize where is that problem cell, using paraview you can find out it. And my solution was to do a smaller refinement box, in order to have a distance from that patch to the box, and also reduce a little bit the difference between the sizes of the blockmesh merged patches. |
|
April 10, 2017, 11:14 |
|
#5 | |
New Member
Join Date: Oct 2014
Posts: 1
Rep Power: 0 |
Quote:
I found out using a lower nCellsBetweenLevels (1 or 0 instead of 2) in the snappyHexMeshDict helps too (which has to do with the transition smoothness between the different levels of refinement). Dave |
||
November 25, 2020, 19:49 |
snappyHexMesh aborts if background mesh was refined without level transition cells
|
#6 |
Senior Member
Claudio Boezio
Join Date: May 2020
Location: Europe
Posts: 137
Rep Power: 7 |
I just got the same error while trying to snap a surface into a background mesh previously refined with refineMesh. At first I thought that snappyHexMesh was aborted because it intersected a polyhedron cell with mor than 8 vertices. Upon investigation of the reported cell I noticed though that the incriminated cell was a hexahedron and also on the opposite end of the mesh, thus far from being intersected by the surface to be snapped. I then ran only one refinement with refineMesh and snappyHexMesh worked without errors to my surprise.
I've been using topoSet and refineMesh twice in a row to get two levels of refinement. This left no buffer cells between the refinement levels and is the likely cause of the problem. I changed the first topoSetDict to select a slightly larger cellSet as to leave at least one cell between the two refinement levels and after that snappyHexMesh ran without errors. Cheers, Claudio |
|
Tags |
snappy hex mesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] Problems with coarse/unsnapped cells in snappyHexMesh | scareneb | OpenFOAM Meshing & Mesh Conversion | 2 | August 13, 2014 08:13 |
[snappyHexMesh] snappyHexMesh problems 1.5->1.6 | grtabor | OpenFOAM Meshing & Mesh Conversion | 5 | May 18, 2012 04:00 |
[snappyHexMesh] stitchMesh and snappyHexMesh | gdbaldw | OpenFOAM Meshing & Mesh Conversion | 0 | December 23, 2009 03:09 |
[snappyHexMesh] SnappyhexMesh and Symmetryplane | bastil | OpenFOAM Meshing & Mesh Conversion | 10 | October 7, 2008 18:07 |
[snappyHexMesh] SnappyHexMesh not generate mesh first time | mavimo | OpenFOAM Meshing & Mesh Conversion | 4 | August 26, 2008 08:08 |