CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Cannot find patchField entry

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 27, 2019, 12:09
Default Cannot find patchField entry
  #1
New Member
 
Nicoḷ
Join Date: Nov 2016
Posts: 3
Rep Power: 9
gnicchelibero is on a distinguished road
Hi everybody
during a mesh creation with openfoam I found this error


Quote:
--> FOAM FATAL IO ERROR:
Cannot find patchField entry for Inlet

file: /home/gnicche/Scrivania/cilindro/0/p.boundaryField from line 25 to line 51.

From function void Foam::GeometricField<Type, PatchField, GeoMesh>::Boundary::readField(const Foam:imensionedField<TypeR, GeoMesh>&, const Foam::dictionary&) [with Type = double; PatchField = Foam::fvPatchField; GeoMesh = Foam::volMesh]
in file /mnt/home/SW/CFDSupportFOAM4.0/beta/OpenFOAM-dev/src/OpenFOAM/lnInclude/GeometricBoundaryField.C at line 191.

FOAM exiting

and this is the file to which it refers:


Quote:
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
inlet
{
type zeroGradient;
}

object
{
type zeroGradient;
}

walls
{
type slip;
}

outlet
{
type fixedValue;
value uniform 0;
}

Front
{
type empty;
}

Back
{
type empty;
}
}

can someone help me? I checked the file again but I don't see any errors
Thanks
gnicchelibero is offline   Reply With Quote

Old   July 2, 2019, 13:02
Default
  #2
Member
 
Yousef
Join Date: Feb 2015
Posts: 40
Rep Power: 11
ykanani is on a distinguished road
Quote:
Originally Posted by gnicchelibero View Post
Hi everybody
during a mesh creation with openfoam I found this error





and this is the file to which it refers:





can someone help me? I checked the file again but I don't see any errors
Thanks
Use capital I in your p file for Inlet:
inlet ---> Inlet

Regards
ykanani is offline   Reply With Quote

Old   July 8, 2019, 12:08
Default
  #3
New Member
 
Nicoḷ
Join Date: Nov 2016
Posts: 3
Rep Power: 9
gnicchelibero is on a distinguished road
Thank You very much
Regards
gnicchelibero is offline   Reply With Quote

Old   September 27, 2021, 04:55
Default
  #4
New Member
 
王杰
Join Date: Sep 2021
Location: China
Posts: 5
Rep Power: 4
wangjie is on a distinguished road
Quote:
Originally Posted by gnicchelibero View Post
Thank You very much
Regards
I have the same problems as you focused on , could you please tell me how did you solve it ? thank you.
wangjie 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
Cannot find patchField entry for InletWall range_rover OpenFOAM Running, Solving & CFD 5 November 18, 2020 21:21
Parallel snappyHexMesh problem: Cannot find patchField entry for procBoundary2to7 hconel OpenFOAM Pre-Processing 0 October 5, 2018 17:22
decomposePar fails "Cannot find patchField entry for maxY" JasonQuinn OpenFOAM Pre-Processing 2 April 4, 2017 01:07
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 Attesz OpenFOAM Installation 45 January 13, 2012 12:38
Converting Starccm+ mesh Ladnam OpenFOAM 0 September 14, 2011 06:30


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