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

[blockMesh] FOAM FATAL IO ERROR: Cannot find patchField entry for inlet

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 7, 2021, 08:09
Default FOAM FATAL IO ERROR: Cannot find patchField entry for inlet
  #1
New Member
 
sundar athmanathan
Join Date: Aug 2021
Posts: 1
Rep Power: 0
baba212 is on a distinguished road
hi guys
currently, I am trying to do a 2d simulation of the backward-facing step and I edited the cavity blockMesh and i can able to run the blockMesh but when I am inside paraFoam i cannot able to see my geometry and in the command prompt this is showing FOAM FATAL IO ERROR:
Cannot find patchField entry for inlet


kindly help me guys I am new to OpenFOAM

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

convertToMeters 0.1;

vertices
(
(0 0 0)
(8 0 0)
(8 0.5 0)
(0 0.5 0)
(8 1 0)
(0 1 0)
(20 1 0)
(20 0.5 0)
(20 0 0)
(20 -1 0)
(8 -1 0)

(0 0 0.1)
(8 0 0.1)
(8 0.5 0.1)
(0 0.5 0.1)
(8 1 0.1)
(0 1 0.1)
(20 1 0.1)
(20 0.5 0.1)
(20 0 0.1)
(20 -1 0.1)
(8 -1 0.1)
);

blocks
(
hex (0 1 2 3 11 12 13 14) (200 20 1) simpleGrading (1 1 1)
hex (3 2 4 5 14 13 15 16) (200 20 1) simpleGrading (1 1 1)
hex (2 7 6 4 13 18 17 15) (200 20 1) simpleGrading (1 1 1)
hex (1 8 7 2 12 19 18 13) (200 20 1) simpleGrading (1 1 1)
hex (10 9 8 1 21 20 19 12) (200 20 1) simpleGrading (1 1 1)

);

edges
(
);

boundary
(
inlet
{
type patch;
faces
(
(0 11 14 3)
(3 14 16 5)
);
}
outlet
{
type patch;
faces
(

(19 8 7 18)
(18 7 6 17)
(20 9 8 19)
);
}
frontAndBack
{
type empty;
faces
(
(1 0 3 2)
(11 12 13 14)
(3 2 4 5)
(14 13 15 16)
(7 2 4 6)
(13 18 17 15)
(8 1 2 7)
(12 19 18 13)
(9 10 1 8)
(21 20 19 12)
);
}
NO_SLIP_WALL
{
type wall;
faces
(
(16 15 4 5)
(15 17 6 4)
(12 11 0 1)
(20 21 10 9)
(10 21 12 1)
);
}

);

mergePatchPairs
(
);

// ************************************************** *********************** //
baba212 is offline   Reply With Quote

Old   November 15, 2021, 21:05
Default
  #2
New Member
 
Zhang Qibo
Join Date: Oct 2021
Posts: 7
Rep Power: 4
Gareth_CN is on a distinguished road
Maybe you missed out a semicolon or a bracket in your BC files;
0/U or 0/p.... It depends on your error message.
You can refer to this post:http://https://www.cfd-online.com/Fo...ry-outlet.html

Gareth
Gareth_CN 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
"FOAM FATAL IO ERROR: Cannot find patchField entry for NACA6409_patch24311" Pavlidis Chariton OpenFOAM Running, Solving & CFD 0 October 7, 2019 04:57
Cannot find patchField entry for inletfuel Kesh OpenFOAM Running, Solving & CFD 2 September 25, 2019 18:13
Incompatible dimensions for operation ruben23 OpenFOAM Running, Solving & CFD 2 June 12, 2015 04:14
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 20:30
[Gmsh] Import gmsh msh to Foam adorean OpenFOAM Meshing & Mesh Conversion 24 April 27, 2005 08:19


All times are GMT -4. The time now is 18:13.