CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Fluent error "No face with given nodes" (https://www.cfd-online.com/Forums/fluent/49987-fluent-error-no-face-given-nodes.html)

amit December 6, 2008 01:57

Fluent error "No face with given nodes"
 
Hi all,

I have generated a mesh for a General Aviation airfoil in ICEM CFD Hexa,but while solving when I load the mesh in Fluent I get the error message:: " Building...

grid,WARNING: no face with given nodes. Thread 11, cell 1 Error: Build_Grid: grid error.

Clearing partially read grid.

shell conduction zones, Done. "

Can anybody help me in identifying the problem.

VT_Bromley August 30, 2011 12:15

Did you ever find a solution to this problem? Or does anyone know what causes this issue? I'm having the same problem when trying to read my mesh into FLUENT.

cactilio86 January 16, 2012 09:11

Even if it comes too late for you guys, it might help somebody else in the future.

When this error is displayed, the location of the cell centre where the error occurs is shown. You can get back to your mesher and figure out where that is and try to remesh it. In my case, no inverted volume was reported but the zone, even if fully made of hex's, was complex enough to cause the error.

So I suggest : locate where the error occurs, and remesh that particular volume trying to simplify (or coarsen) the mesh around the point of conflict.

good luck

lordvon February 11, 2012 15:33

I kept getting this error on a 2d c-grid airfoil with 5 domains (2 in front of airfoil, 2 behind, and 1 for the blunt trailing edge). But then I merged all of the domains except for the blunt trailing edge domain (now total of 2 domains instead of 5) and it imported perfectly into Fluent. I was using Pointwise.

4Dboy January 27, 2014 11:57

I realize this is probably too late, but I stumbled across this thread having encountered the same problem, and thought it worth posting in case anyone should do the same. In the end I managed to solve it by running a block "check/fix" and "fix inverted blocks" from the block checks menu: blocking -> block checks -> run check/fix

to be honest, I'm not sure which of these did the job, but after this, the mesh imported fine. Hope that helps.

jianzheng April 21, 2015 08:57

I solved it by "blocking->block checks->Fix inverted blocks".Expecting this can help someone else.

RajG June 2, 2015 11:53

heyy,
i Used Run Check/Fix Block,Inverted Block option showing same error again.

sometimes gives error file has wrong dimension.
[Allready selected 2D in ICEM(whilen converting .uns to .msh) & Fluent(in begining)].

Plse help me anyone to solve this issue.
I am doing just 2D Pipe Flow Analyis of pressure drop.
:mad:

didiean July 20, 2015 05:04

For those who may meet the problem, I would like to share my experience.
I have just met this problem. Checking the orient, I found that one of the blocks was left-handed. After I repaired this, the problem disappeared.

4Dboy March 27, 2016 11:34

update
 
Just as a note. I re-stumbled upon this thread after encountering the same problem again (!) and figured I should write an update in case anyone found it useful.

The error comes about, as far as I can tell, because at least some of the faces defined in your mesh have the incorrect or inconsistent orientation.

I was recently trying to collapse a 3d mesh into a 2d one and this involved messing with the mesh file directly, so i started to get to grips with all the notations and what caused the errors...

in the .msh file, the faces are specified as a list thus: [here we assume a hex-mesh]

(13(Zone first-index last-index type element type)
(
N1 N2 N3 N4 V1 V2
...
)

where here we have 4 nodes (a 3D face of a cell). In 3D the node indexes N1-N4 are specified in a counter-clockwise order. In 2D there would simply be two nodes N1 N2 (say) which specify an edge.

The V1 and V2 values specify the neighboring cells (volumes in 3D, areas in 2D) the orientation MUST be consistent. such that the arrow drawn between V1 and V2 is the right-hand normal of the face. That's a bit confusing, so imagine it in 2D. If we have 2 square cells, and we define the "face" that divides the left (cell 1) from the right (cell 2). This face lies between node number 2 and 5:

4 5 6
O---O---O
! 1 ! 2 !
O---O---O
1 2 3

If we specify the face as:
2 5 then the volume reference MUST be 2 1 (right hand rule)
alternatively, if the face is specified as 5 2 then the cell reference would be the other way around: 1 2

so for this simple example the face specification should be something like:

(13(1 1 7 1 2)(
1 4 1 0 <the zero here is because there is no cell the other side of the edge>
2 5 2 1
3 6 0 2
1 2 0 1
2 3 0 2
4 5 1 0
5 6 2 0
))

I think the mesh will actually also read in fine if all your directions are backwards, but you will get negative volumes or a left-handed cell warning when you check your mesh. the Fluent TUI command can be used to reverse these directions, or if its easy, you can just swap over the cell references in your faces list in the mesh.

there is a really good guide on the content of the fluent mesh file here which I used, and I would recommend checking this if you are editing your own mesh for fear that I have made some typos etc.

the fluent meshing guide is here:
http://148.204.81.206/Ansys/150/ANSY...rs%20Guide.pdf

or google for "fluent meshing users guide" if that doesn't work. There are good examples in Appendix B.

Happy Meshing!!

robboflea September 6, 2016 06:17

I had the same problem but in my case it was not caused by problems in the grid elements/blocks. It was "only" due to the fact that I was generating a purely 2D grid for fluent on the Z-Y plane. Fluent seem to work only with X-Y planar coordinates. Rotating the grid solved the issue.

Hope it can be of help to anyone

jn10hn July 12, 2017 09:47

thanks
 
I was also getting the same error and took me half a day to arrive at this thread and robboflea's suggestion of rotating the domain to X-Y worked for me. It appears Fluent 2d only works with XY coordinates. Thanks again. - JH

Anatole December 4, 2017 18:15

I had the same problem, Fluent was not loading the 2D mesh of airfoil, which was built in ICEM CFD.

And it took me a whole day to detect that problem was in minimum size of element in my mesh. It was 4.7e-6 m in boundary layer, so I increased it to 4.7e-4 m, and mesh was succesfully loaded.

Maybe will help someone in future.

guanjiang.chen October 3, 2020 09:08

Quote:

Originally Posted by jianzheng (Post 542997)
I solved it by "blocking->block checks->Fix inverted blocks".Expecting this can help someone else.

Hi, this process is in ICEM or in Fluent?


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