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/)
-   -   [Commercial meshers] Fluent3DMeshToFoam - "The flipMap issue" (https://www.cfd-online.com/Forums/openfoam-meshing/95844-fluent3dmeshtofoam-flipmap-issue.html)

kallakalla January 4, 2012 20:23

Fluent3DMeshToFoam - "The flipMap issue"
 
Hi there,

I've converted a .msh mesh with fluent3DmeshToFoam command.
As the original mesh had some internal labeled faces and some different volume zones (solid and fluid in my case), after converting I got in my constant/polyMesh folder a cellZones file with 2 different zones as expected and this faceZones file (I'll post just the part I need):

..
catalyticWall
{
type faceZone;
faceLabels List<label> 9(3 7 10 19 23 26 34 37 39);
flipMap List<bool> 9{1};
}
..

I read on the forums that a flipMap=1 indicates that the point orders in the faces is wrong and they need to be flipped, even if checkMesh doesn't show any hint about wrong orientation. So here's my question: does OF automatically work on it during calculations or is it necessary to manually use flip() or something similar to make it work properly?

Thanks in advance


All times are GMT -4. The time now is 13:05.