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] extrude2Mesh stucks on error "created illegal face" (https://www.cfd-online.com/Forums/openfoam-meshing/80226-extrude2mesh-stucks-error-created-illegal-face.html)

draufunddran September 20, 2010 05:32

extrude2Mesh stucks on error "created illegal face"
 
Hallo,

in want to run extrude2DMesh onto an 2D-mesh :)

but when i was trying it with a simple flat 4x4 cells mesh i'm getting an error:

Code:

--> FOAM FATAL ERROR:
Created illegal face 2(13 14) at position:50 when filtering removed points

here are the points faces and cells files:

POINTSFILE:
Code:

FoamFile
{
    version 2.0;
    format ascii;

    root "";
    case "";
    instance "constant";
    local "polyMesh";

    class vectorField;
    object points;
}

25
(
(0 0 0)
(0.025 0 0)
(0.05 0 0)
(0.075 0 0)
(0.1 0 0)
(0 0.025 0)
(0.025 0.025 0)
(0.05 0.025 0)
(0.075 0.025 0)
(0.1 0.025 0)
(0 0.05 0)
(0.025 0.05 0)
(0.05 0.05 0)
(0.075 0.05 0)
(0.1 0.05 0)
(0 0.075 0)
(0.025 0.075 0)
(0.05 0.075 0)
(0.075 0.075 0)
(0.1 0.075 0)
(0 0.1 0)
(0.025 0.1 0)
(0.05 0.1 0)
(0.075 0.1 0)
(0.1 0.1 0)
)

FACESFILE:
Code:

FoamFile
{
    version 2.0;
    format ascii;

    root "";
    case "";
    instance "constant";
    local "polyMesh";

    class faceList;
    object faces;
}

40
(
2(0 5 )
2(5 6 )
2(1 6 )
2(0 1 )
2(10 5 )
2(10 11 )
2(11 6 )
2(10 15 )
2(16 15 )
2(16 11 )
2(20 15 )
2(20 21 )
2(16 21 )
2(6 7 )
2(2 7 )
2(1 2 )
2(11 12 )
2(12 7 )
2(16 17 )
2(17 12 )
2(21 22 )
2(17 22 )
2(8 7 )
2(8 3 )
2(2 3 )
2(12 13 )
2(8 13 )
2(17 18 )
2(18 13 )
2(22 23 )
2(18 23 )
2(8 9 )
2(9 4 )
2(3 4)
2(13 14)
2(9 14)
2(18 19 )
2(19 14 )
2(24 23 )
2(24 19 )
)

CELLSFILE:
Code:

FoamFile
{
    version 2.0;
    format ascii;

    root "";
    case "";
    instance "constant";
    local "polyMesh";

    class cellList;
    object cells;
}

16
(
4(0 1 2 3 )
4(1 4 5 6 )
4(8 9 5 7 )
4(8 10 11 12 )
4(2 13 14 15 )
4(16 17 13 6 )
4(16 9 18 19 )
4(20 18 12 21 )
4(24 22 14 23 )
4(17 26 22 25 )
4(27 25 19 28 )
4(27 21 30 29 )
4(32 33 31 23 )
4(26 35 34 31 )
4(36 34 28 37 )
4(36 38 30 39 )
)

i don't have any idea why this isn't working please help...

Thanks draufunddran


All times are GMT -4. The time now is 08:36.