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

[blockMesh] ANew Meshing Question

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 3, 2013, 10:31
Post ANew Meshing Question
  #1
New Member
 
chaoqing min
Join Date: Mar 2013
Posts: 10
Rep Power: 13
nennbs is on a distinguished road
These are my case blockMeshDic and problem being output as follows:

case blockMeshDic:

convertToMeters 1;

vertices
(
(0 0 0)
(0.1 0 0)
(0 0.1 0)
(0 0 1)
(0.1 0 1)
(0 0.1 1)
);

blocks
(
hex (0 1 4 3 2 2 5 5) (20 200 20) simpleGrading (1 1 1)
);

edges
(
arc 1 2 (0.0707107 0.0707107 0)
arc 4 5 (0.0707107 0.0707107 1)
);

boundary
(
down
{
type symmetryplane;
faces
(
(0 1 4 3)
);
}
left
{
type symmetryplane;
faces
(
(0 3 5 2)
);
}
curve
{
type patch;
faces
(
(1 2 5 4)
);
}
inlet
{
type patch;
faces
(
(0 1 2 2)
);
}
outlet
{
type patch;
faces
(
(3 4 5 5)
);
}
);

mergePatchPairs
(
);


Problem:

Create time

Creating block mesh from
"/home/ifas/pipe/constant/polyMesh/blockMeshDict"
Creating curved edges
Creating topology blocks
Creating topology patches

Creating block mesh topology
--> FOAM Warning :
From function cellModel::mag(const labelList&, const pointField&)
in file meshes/meshShapes/cellModel/cellModel.C at line 128
zero or negative pyramid volume: -0.000833333 for face 0
--> FOAM Warning :
From function cellModel::mag(const labelList&, const pointField&)
in file meshes/meshShapes/cellModel/cellModel.C at line 128
zero or negative pyramid volume: -0.000833333 for face 1
--> FOAM Warning :
From function cellModel::mag(const labelList&, const pointField&)
in file meshes/meshShapes/cellModel/cellModel.C at line 128
zero or negative pyramid volume: -0.000833333 for face 2
--> FOAM Warning :
From function cellModel::mag(const labelList&, const pointField&)
in file meshes/meshShapes/cellModel/cellModel.C at line 128
zero or negative pyramid volume: -0.000833333 for face 3
--> FOAM Warning :
From function cellModel::mag(const labelList&, const pointField&)
in file meshes/meshShapes/cellModel/cellModel.C at line 128
zero or negative pyramid volume: -0.00166667 for face 4
--> FOAM Warning :
From function blockMesh::createTopology(IOdictionary&)
in file blockMesh/blockMeshTopology.C at line 255
negative volume block : 0, probably defined inside-out
--> FOAM Warning :
From function polyMesh:olyMesh(... construct from shapes...)
in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 888
Found 1 undefined faces in mesh; adding to default patch.

Check topology

Basic statistics
Number of internal faces : 0
Number of boundary faces : 6
Number of defined boundary faces : 6
Number of undefined boundary faces : 0
Checking patch -> block consistency

Creating block offsets
Creating merge list .

Creating polyMesh from blockMesh
Creating patches
Creating cells
Creating points with scale 1

Writing polyMesh
----------------
Mesh Information
----------------
boundingBox: (0 0 0) (0.1 0.1 1)
nPoints: 84621
nCells: 80000
nFaces: 244400
nInternalFaces: 231600
----------------
Patches
----------------
patch 0 (start: 231600 size: 4000) name: down
patch 1 (start: 235600 size: 4000) name: left
patch 2 (start: 239600 size: 4000) name: curve
patch 3 (start: 243600 size: 400) name: inlet
patch 4 (start: 244000 size: 400) name: outlet
patch 5 (start: 244400 size: 0) name: defaultFaces

End

Last edited by nennbs; April 3, 2013 at 10:34. Reason: something wrong
nennbs is offline   Reply With Quote

Old   April 3, 2013, 10:46
Default
  #2
Senior Member
 
Alexey Matveichev
Join Date: Aug 2011
Location: Nancy, France
Posts: 1,930
Rep Power: 38
alexeym has a spectacular aura aboutalexeym has a spectacular aura about
Send a message via Skype™ to alexeym
hex (1 0 3 4 2 2 5 5) (20 200 20) simpleGrading (1 1 1)
alexeym is offline   Reply With Quote

Reply

Tags
03april, 2013

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[ANSYS Meshing] Cant get parallel meshing to work in V18.2 jones007 ANSYS Meshing & Geometry 17 November 9, 2020 06:56
Map of this Meshing (sub-)Forum wyldckat OpenFOAM Meshing & Mesh Conversion 0 April 27, 2019 10:33
Question about meshing akr FLUENT 1 February 8, 2008 05:43
gambit meshing scheme question Juliana P FLUENT 1 October 28, 2005 10:15
Singularity of grid?Volume meshing vs face meshing Ken Main CFD Forum 0 September 4, 2003 12:09


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