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

Easy problem - blockMesh

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   July 24, 2009, 03:10
Default Easy problem - blockMesh
  #1
Member
 
Join Date: Jun 2009
Posts: 36
Rep Power: 16
dipling is on a distinguished road
Good morning,

i have some problems to create a mesh. Always the same errorcode.

Code:
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.5                                   |
|   \\  /    A nd           | Web:      http://www.openfoam.org               |
|    \\/     M anipulation  | Project:    dsl       |
\*---------------------------------------------------------------------------*/
 
FoamFile
{
    version         2.0;
    format          ascii;
 
    class           dictionary;
    object          blockMeshDict;
}
 
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
convertToMeters 0.001;
 
vertices        
(
    // Block 0
    (0 0 0) //#0
    (50 0 0) // #1 
    (25 0 50) //#2
    (0 100 0)  //#3
    (50 100 0) //#4
    (25 100 50) //#5
);
blocks          
(
   hex (0 1 2 0 4 3 5 4) (20 10 10) simpleGrading (2 1 1)
);
edges           
(
);
 
patches         
(
    wall kolben
    (
    (0 0 1 2)
    )
 
    patch repatch
    (    
    (0 1 3 4)
    (1 2 4 5)
    (0 2 3 5)
     )
    symmetryPlane axis
    (
        (0 3 3 0)
    )
    wall cylinderHead
    (
        (3 4 5 3)      
    )
);
 
mergePatchPairs
(
);

I think it is a simple understandingproblem.


ErrorCode:


face 1 in patch 1 does not have neighbour cell face: 4(1 2 4 5)


Big thanks
Attached Images
File Type: gif meshing.GIF (2.4 KB, 26 views)
dipling is offline   Reply With Quote

 


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
Incoherent problem table in hollow-fiber spinning Gianni FLUENT 0 April 5, 2008 10:33
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
Problem in Tutorial problem of fluent Phanindra FLUENT 5 April 17, 2007 09:57
problem with using colocated code Jack Main CFD Forum 0 December 15, 2002 00:15
GAMBIT meshing problem Gauthier Lambert Main CFD Forum 1 August 3, 2000 09:22


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