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 cannot find a face (https://www.cfd-online.com/Forums/openfoam-meshing/91456-refinemesh-cannot-find-face.html)

buffi August 11, 2011 10:35

refineMesh cannot find a face
 
I am periodically using refineMesh on a case with two pairs of cyclic patches. I am using cellSet and faceSet to ensure that if a cell on one cyclic patch is refined, the corresponding cell on the other patch is also refined. They should always match perfectly. This works well in the first pass, but not in the second. refineMesh throws:

--> FOAM Warning :
From function Foam::cellCuts::edgeVertexToFace(const label cellI, const label edgeI, const label vertI) const
in file meshCut/cellCuts/cellCuts.C at line 301
cellCuts : Cannot find face on cell 3281 that has both edge 448512 and vertex 186462
faces :
36
(
...
)

Is this related to the cyclic patches or is it something totally different?

How can I solve this problem?


All times are GMT -4. The time now is 00:20.