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

[blockMesh] Blocking error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 26, 2020, 18:00
Wink Blocking error
  #1
Member
 
Usama
Join Date: Aug 2019
Posts: 32
Rep Power: 6
usamaubk is on a distinguished road
Can somebody please tell me where i am making mistake in blocking of a backward facing step: I just need the mesh I will deal with grading afterwards

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.001;

vertices
(
(0 0 0)
(110 0 0)
(110 -12.5 0)
(160 -12.5 0)
(160 0 0)
(160 100 0)
(110 100 0)
(0 100 0)
(0 0 10)
(110 0 10)
(110 -12.5 10)
(160 -12.5 10)
(160 0 10)
(160 100 10)
(110 100 10)
(0 100 10)
);

blocks
(
hex (0 1 6 7 8 9 14 15) (55 50 1) simpleGrading (1 1 1)
hex (1 2 3 4 9 10 11 12) (25 7 1) simpleGrading (1 1 1)
hex (1 4 5 6 9 12 13 14) (25 50 1) simpleGrading (1 1 1)
);

edges
(
);

boundary
(
inlet
{
type patch;
faces
(
(0 7 15 18)
);
}
outlet
{
type patch;
faces
(
(3 11 12 4)
(4 12 13 5)
);
}
fixedWalls
{
type wall;
faces
(
(0 1 9 8)
(1 2 10 9)
(2 3 11 10)
(7 6 14 15)
(6 5 13 14)
);
}
frontAndBack
{
type empty;
faces
(
(0 7 6 1)
(1 6 5 4)
(2 1 4 3)
(8 15 14 9)
(9 14 13 12)
(10 9 12 11)
);
}
);

mergePatchPairs
(
);

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

usama@usama-VB:~/OpenFOAM/usama-7/run/tutorials/incompressible/icoFoam/cavity/My_backstep_sample$ blockMesh
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
Build : 7-1ff648926f77
Exec : blockMesh
Date : Feb 27 2020
Time : 00:12:55
Host : "usama-VB"
PID : 31702
I/O : uncollated
Case : /home/usama/OpenFOAM/usama-7/run/tutorials/incompressible/icoFoam/cavity/My_backstep_sample
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations

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

Creating block mesh from
"/home/usama/OpenFOAM/usama-7/run/tutorials/incompressible/icoFoam/cavity/My_backstep_sample/system/blockMeshDict"
Creating block edges
No non-planar block faces defined
Creating topology blocks
Creating topology patches

Creating block mesh topology

Check topology

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

Creating block offsets
Creating merge list

--> FOAM FATAL ERROR:
Inconsistent number of faces between block pair 1 and 2

From function void Foam::blockMesh::calcMergeInfo()
in file blockMesh/blockMeshMerge.C at line 222.

FOAM exiting
usamaubk is offline   Reply With Quote

Old   February 26, 2020, 18:26
Default Error figured out
  #2
Member
 
Usama
Join Date: Aug 2019
Posts: 32
Rep Power: 6
usamaubk is on a distinguished road
The error was in numbering of block 2
it should be:
hex (2 3 4 1 10 11 12 9) (25 7 1) simpleGrading (1 1 1)
hope it helps some other too
usamaubk 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
[blockMesh] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 09:00
DPM udf error haghshenasfard FLUENT 0 April 13, 2016 06:35
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
Errors in UDF shashank312 Fluent UDF and Scheme Programming 6 May 30, 2013 20:30
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50


All times are GMT -4. The time now is 23:56.