|
[Sponsors] |
[blockMesh] FOAM FATAL IO ERROR: Cannot find patchField entry for inlet |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 7, 2021, 09:09 |
FOAM FATAL IO ERROR: Cannot find patchField entry for inlet
|
#1 |
New Member
sundar athmanathan
Join Date: Aug 2021
Posts: 1
Rep Power: 0 |
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 ( ); // ************************************************** *********************** // |
|
November 15, 2021, 22:05 |
|
#2 |
New Member
Zhang Qibo
Join Date: Oct 2021
Posts: 7
Rep Power: 5 |
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 |
|
|
|
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 05:57 |
Cannot find patchField entry for inletfuel | Kesh | OpenFOAM Running, Solving & CFD | 2 | September 25, 2019 19:13 |
Incompatible dimensions for operation | ruben23 | OpenFOAM Running, Solving & CFD | 2 | June 12, 2015 05:14 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |