CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [mesh manipulation] refineMesh creating ugly cells at refinement interface. (https://www.cfd-online.com/Forums/openfoam-meshing/134013-refinemesh-creating-ugly-cells-refinement-interface.html)

CoolHand April 23, 2014 11:45

refineMesh creating ugly cells at refinement interface.
 
1 Attachment(s)
I'm trying to use refineMesh but it's creating these extra cells at the interface between the unrefined cells and the refined cells. The new nodes that are created by the refinement at the edge of the interface are being connected to existing nodes in the unrefined mesh. Does anyone know if something is causing this or if there is some option I can activate to stop it?

nlinder April 23, 2014 13:37

-> checkbox 'decompose polyhedra' in paraview

CoolHand April 24, 2014 08:45

It looks good but will simpleFoam still solve through those cells?

nlinder April 24, 2014 09:31

did you try? -> yes

but these cells should not be at "the point of interest"

chegdan April 24, 2014 10:04

Quote:

Originally Posted by CoolHand (Post 487960)
It looks good but will simpleFoam still solve through those cells?

Unchecking decompose Polyhedra will not change your mesh, its merely a visualization thing in ParaView. The best measure of whether your mesh will run is using the checkMesh utility by running

Code:

checkMesh > log.checkMesh 2>&1
and seeing if it fails the mesh checks. If it does then you will have some problems. Good luck.


All times are GMT -4. The time now is 04:26.