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

[blockMesh] Failed 1 mesh checks.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 11, 2021, 17:31
Default Failed 1 mesh checks.
  #1
New Member
 
Rahul
Join Date: Jul 2021
Location: Germany
Posts: 3
Rep Power: 4
Rahulreddy is on a distinguished road
hello all,
i am new to OF and am using OF2006 i got few errors how to resolve to obtain good quality of mesh?

blockmeshdict file

FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

scale 1;

length 2.815;
span 1.4075;
bottom -0.126;
delta 0.5;
top 2.05;
bottomInt1 0.06;
bottomInt2 0.5;
topInt1 1.95;
topInt2 1.5;


vertices

(
(0 0 $bottom) // 0
($length 0 $bottom) // 1
($length $span $bottom) // 2
(0 $span $bottom) // 3
(0 0 $delta) // 4
($length 0 $delta) // 5
($length $span $delta) // 6
(0 $span $delta) // 7





);

blocks
(


hex ( 0 1 2 3 4 5 6 7) (320 160 45) simpleGrading (100 1 1) // Block1


);

edges
(
);



boundary
(

bottomWall
{
type patch;
faces
(
(0 3 2 1)
);
}
Attached Images
File Type: jpg Screenshot from 2021-08-11 23-13-45.jpg (64.0 KB, 16 views)
Rahulreddy is offline   Reply With Quote

Old   August 12, 2021, 12:20
Default
  #2
Senior Member
 
Domenico Lahaye
Join Date: Dec 2013
Posts: 726
Blog Entries: 1
Rep Power: 17
dlahaye is on a distinguished road
Pls. try to reduce grading by replacing

hex ( 0 1 2 3 4 5 6 7) (320 160 45) simpleGrading (100 1 1) // Block1

by

hex ( 0 1 2 3 4 5 6 7) (320 160 45) simpleGrading (5 1 1) // Block1

or

hex ( 0 1 2 3 4 5 6 7) (320 160 45) simpleGrading (10 1 1) // Block1

Good luck. Domenico.
dlahaye is online now   Reply With Quote

Old   August 13, 2021, 05:29
Default
  #3
New Member
 
Rahul
Join Date: Jul 2021
Location: Germany
Posts: 3
Rep Power: 4
Rahulreddy is on a distinguished road
thanks for the reply ,but got same results
Rahulreddy is offline   Reply With Quote

Reply


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
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch gschaider OpenFOAM Installation 225 August 25, 2015 19:43
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! sc298 OpenFOAM Meshing & Mesh Conversion 2 March 27, 2011 21:11
[blockMesh] Failed 1 Mesh checks !! ? T.D. OpenFOAM Meshing & Mesh Conversion 3 February 24, 2011 17:39
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55
user defined function cfduser CFX 0 April 29, 2006 10:58


All times are GMT -4. The time now is 06:41.