CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [blockMesh] FOAM FATAL IO ERROR_Cannot find patchField entry (https://www.cfd-online.com/Forums/openfoam-meshing/165603-foam-fatal-io-error_cannot-find-patchfield-entry.html)

mohsen.boojari January 21, 2016 06:07

FOAM FATAL IO ERROR_Cannot find patchField entry
 
Hi Everybody :rolleyes:
i'm trying to create a geometry with blockMesh but when i want to run the Mesh and see the result, it will jump out from paraview automatically :eek:
it can create the mesh and when i use checkMesh, it say it's ok but i can't see my Shape.
please help Me .... :(
here is the error that i see in my terminal :confused:

Thank you:):)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Checking geometry...
Overall domain bounding box (0 0 0) (7 4 1)
Mesh has 3 geometric (non-empty/wedge) directions (1 1 1)
Mesh has 3 solution (non-empty) directions (1 1 1)
Boundary openness (2.6723e-16 9.71858e-17 -5.45199e-17) OK.
Max cell openness = 8.67362e-17 OK.
Max aspect ratio = 1 OK.
Minimum face area = 0.01. Maximum face area = 0.01. Face area magnitudes OK.
Min volume = 0.001. Max volume = 0.001. Total volume = 10. Cell volumes OK.
Mesh non-orthogonality Max: 0 average: 0
Non-orthogonality check OK.
Face pyramids OK.
Max skewness = 6.89684e-14 OK.
Coupled point location match (average 0) OK.

Mesh OK.

End

top@top-Lenovo-G580:~/OpenFOAM/top-3.0.0/run/examples/pitzDaily$ paraFoam
Created temporary 'pitzDaily.OpenFOAM'


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

file: /home/top/OpenFOAM/top-3.0.0/run/examples/pitzDaily/0/p.boundaryField from line 25 to line 39.

From function GeometricField<Type, PatchField, GeoMesh>::GeometricBoundaryField::readField(const DimensionedField<Type, GeoMesh>&, const dictionary&)
in file /home/openfoam/OpenFOAM/OpenFOAM-3.0.0/src/OpenFOAM/lnInclude/GeometricBoundaryField.C at line 209.

FOAM exiting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~

Jibran January 21, 2016 08:24

Dear Mohsen,

Quote:

file: /home/top/OpenFOAM/top-3.0.0/run/examples/pitzDaily/0/p.boundaryField from line 25 to line 39.
The error says it all! You are missing the boundary conditions for patch "inlet_two".

mohsen.boojari January 21, 2016 08:51

Thank you for your help Sir :)


All times are GMT -4. The time now is 02:07.