CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[mesh manipulation] extrude2Mesh stucks on error "created illegal face"

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2010, 04:32
Default extrude2Mesh stucks on error "created illegal face"
  #1
New Member
 
Florian Becker
Join Date: Apr 2010
Posts: 12
Rep Power: 0
draufunddran is on a distinguished road
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

Last edited by draufunddran; September 21, 2010 at 04:04.
draufunddran is offline   Reply With Quote

Reply

Tags
2d mesh, extrude2dmesh, illegal face, utility


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Netgen] Import netgen mesh to OpenFOAM hsieh OpenFOAM Meshing & Mesh Conversion 32 September 13, 2011 05:50
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15


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