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

[Other] problem in axisymmetric Mesh.

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 27, 2013, 02:58
Default problem in axisymmetric Mesh.
  #1
Member
 
sajad
Join Date: Aug 2013
Posts: 70
Rep Power: 12
seju is on a distinguished road
Greetings to all.
I want run this mesh but I see the error.
PHP Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.2.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    
version     2.0;
    
format      ascii;
    class       
dictionary;
    
object      blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.012;
 
vertices
(
(
0 0 0)
(
0.0999 0.04362 0)
(
0.0999 0.04362 5
(
0 0 5)
(
0.0999 -0.04362 0
(
0.0999 -0.04362 5)
);
 
blocks
(
hex (0 4 1 0 3 5 2 3) (40  1 200simpleGrading (1 1 1)
);
 
edges
(
);
 
boundary
(
     
front
     

           
type wedge;
           
faces  
           
(
               (
0 1 2 3)
           );
      }
     
back
     

           
type wedge;
           
faces  
           
(
               (
0 3 5 4)
           );
      }
     
fixedkWall
     

           
type wall;
           
faces  
           
(
               (
1 4 5 2)
           );
      }
     
bottom
     

           
type patch;
           
faces  
           
(
               (
0 4 1 0)
           );
      }
     
top
     

           
type patch;
           
faces  
           
(
               (
3 2 5 3)
           );
      }
     
axis
     

           
type empty;
           
faces  
           
(
               (
0 3 3 0)
           );
      }
);
 
mergePatchPairs
(
);

// ************************************************************************* // 
ERROR:
PHP Code:
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.2.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
Build  2.2.1-57f3c3617a2d
Exec   
blockMesh
Date   
Oct 28 2013
Time   
10:24:38
Host   
"sajad-K55VD"
PID    7306
Case   : /home/sajad/OpenFOAM/sajad-2.2.1/run/tutorials/multiphase/interFoam/laminar/ellipsoidal
nProcs 
1
sigFpe 
Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking Monitoring run-time modified files using timeStampMaster
allowSystemOperations 
Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Creating block mesh from
    
"/home/sajad/OpenFOAM/sajad-2.2.1/run/tutorials/multiphase/interFoam/laminar/ellipsoidal/constant/polyMesh/blockMeshDict"
Creating curved edges
Creating topology blocks
Creating topology patches

Creating block mesh topology

 
--> FOAM FATAL ERROR
face 0 in patch 4 does not have neighbour cell face4(3 2 5 3)

    
From function polyMesh::facePatchFaceCells(const faceListpatchFaces,const labelListListpointCells,const faceListListcellsFaceShapes,const label patchID)
    
in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 127.

FOAM aborting 

#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::error::abort() at ??:?
#2  Foam::polyMesh::facePatchFaceCells(Foam::List<Foam::face> const&, Foam::List<Foam::List<int> > const&, Foam::List<Foam::List<Foam::face> > const&, int) const at ??:?
#3  Foam::polyMesh::setTopology(Foam::List<Foam::cellShape> const&, Foam::List<Foam::List<Foam::face> > const&, Foam::List<Foam::word> const&, Foam::List<int>&, Foam::List<int>&, int&, int&, Foam::List<Foam::cell>&) at ??:?
#4  Foam::polyMesh::polyMesh(Foam::IOobject const&, Foam::Xfer<Foam::Field<Foam::Vector<double> > > const&, Foam::List<Foam::cellShape> const&, Foam::List<Foam::List<Foam::face> > const&, Foam::List<Foam::word> const&, Foam::PtrList<Foam::dictionary> const&, Foam::word const&, Foam::word const&, bool) at ??:?
#5  Foam::blockMesh::createTopology(Foam::IOdictionary const&, Foam::word const&) at ??:?
#6  Foam::blockMesh::blockMesh(Foam::IOdictionary const&, Foam::word const&) at ??:?
#7  
 
at ??:?
#8  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#9  
 
at ??:?
Aborted (core dumped
you can see similar mesh in this link
HTML Code:
http://openfoamwiki.net/index.php/Main_ContribExamples/AxiSymmetric
I even copy that code from above link and I saw this error again.
after change polyMesh in terminal I run: blockMesh
is it wrong?
where is my drawback??
*best regards*
sajad
seju 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
[ICEM] Problem with using the Delaunay volume mesh method manahara ANSYS Meshing & Geometry 12 December 25, 2014 21:54
[ICEM] problem in mesh output mehrzad ANSYS Meshing & Geometry 2 December 10, 2014 18:07
3D Hybrid Mesh Errors DarrenC ANSYS Meshing & Geometry 11 August 5, 2013 06:42
[ICEM] Problem making structured mesh on a surface froztbear ANSYS Meshing & Geometry 4 November 10, 2011 08:52
Icemcfd 11: Loss of mesh from surface mesh option? Joe CFX 2 March 26, 2007 18:10


All times are GMT -4. The time now is 12:59.