<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<DIV dir=ltr>hello, <BR>  <BR>I try to generate a mesh for use in OpenFoam  by gmshToFoam conversion, but I alwas get the warning:</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>--> FOAM Warning :<BR>    From function polyMesh::polyMesh(... construct from shapes...)<BR>    in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 576<BR>    Found 28864 undefined faces in mesh; adding to default patch.<BR>Finding faces of patch 0<BR>Finding faces of patch 1<BR>Finding faces of patch 2<BR>--> FOAM Warning : Not using gmsh face 4(1446 14016 14017 1447) since zero vertex is not on boundary of polyMesh<BR>.........</DIV>
<DIV dir=ltr> <BR>However i got polymesh directory with all files. but the faces or boundaries are not reading. <BR>patches in boundary files are even taking nFace=0 even if startface#0 in some patches. </DIV>
<DIV dir=ltr>it seems to be arbitrary because i change many times the order and the way to define the physical surface and the result is different  all the time.<BR></DIV>
<DIV dir=ltr>here attached my script. and checkMesh outline.  </DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>
<DIV dir=ltr style="TEXT-ALIGN: left">Any idea what I am doing wrong? Thanks</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"> </DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"> </DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Ouafa<!-- / message --><BR> <BR>/*---------------------------------------------------------------------------*\<BR>| =========                 |                                                 |<BR>| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |<BR>|  \\    /   O peration     | Version:  1.5                                   |<BR>|   \\  /    A nd           | Web:      <A href="http://www.OpenFOAM.org">http://www.OpenFOAM.org</A>               |<BR>|    <A>\\/</A>     M anipulation  |                                                 |<BR>\*---------------------------------------------------------------------------*/<BR>Exec   : checkMesh<BR>Date   : Jul 09 2009<BR>Time   : 15:36:04<BR>Host   : lambda31<BR>PID    : 13084<BR>Case   : /home/flurec/commun/ouafa/tmpgmsh<BR>nProcs : 1</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //<BR>Create time</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Create polyMesh for time = constant</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Time = constant</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Mesh stats<BR>    points:           135894<BR>    faces:            378092<BR>    internal faces:   349228<BR>    cells:            121220<BR>    boundary patches: 6<BR>    point zones:      0<BR>    face zones:       2<BR>    cell zones:       26</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Number of cells of each type: <BR>    hexahedra:     121220<BR>    prisms:        0<BR>    wedges:        0<BR>    pyramids:      0<BR>    tet wedges:    0<BR>    tetrahedra:    0<BR>    polyhedra:     0</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Checking topology...<BR>    Boundary definition OK.<BR>    Point usage OK.<BR>    Upper triangular ordering OK.<BR>    Topological cell zip-up check OK.<BR>    Face vertices OK.<BR>    Face-face connectivity OK.<BR>    Number of regions: 1 (OK).<BR>Checking patch topology for multiply connected surfaces ...<BR>    Patch               Faces    Points    Surface<BR>    jonction            2565     2604      ok (not multiply connected)<BR>    interface           5111     5302      ok (not multiply connected)<BR>    <FONT color=#ff0000><STRONG>inlet                      0          0             ok (empty)<BR>    outlet                    0          0             ok (empty)<BR></STRONG></FONT>    wall                12122    12354     ok (not multiply connected)<BR>    defaultFaces        9066     9450    ok (not multiply connected)</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Checking geometry...<BR>    Domain bounding box: (-100 0 -50) (150 50 50)<BR>    Boundary openness (-7.18902e-18 3.05372e-15 9.36245e-17) OK.<BR>    Max cell openness = 2.67949e-16 OK.<BR>    Max aspect ratio = 26.7476 OK.<BR>    Minumum face area = 0.312226. Maximum face area = 9.50492.  Face area magnitudes OK.<BR>    Min volume = 1.56113. Max volume = 15.7656.  Total volume = 1.25e+06.  Cell volumes OK.<BR>    Mesh non-orthogonality Max: 41.0303 average: 5.01782<BR>    Non-orthogonality check OK.<BR>    Face pyramids OK.<BR>    Max skewness = 0.468149 OK.<BR>    All angles in faces OK.<BR>    Face flatness (1 = flat, 0 = butterfly) : average = 1  min = 1<BR>    All face flatness OK.</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">Mesh OK.</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">End<BR></DIV> <BR></DIV><br /><hr />Découvrez toutes les possibilités de communication <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>avec vos proches</a></body>
</html>