CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   checkMesh fails after introduction of a cyclicAMI (https://www.cfd-online.com/Forums/openfoam-pre-processing/195509-checkmesh-fails-after-introduction-cyclicami.html)

elomri November 9, 2017 05:51

checkMesh fails after introduction of a cyclicAMI
 
3 Attachment(s)
Hello everyone,

I'm relatively new to OpenFoam and new to this Forum which means that i still has a lot to learn from you all, so thank you in advance !
For my case i'm using OpenFoam 4.1. I first load a fluent mesh which is rather a complex one with several interfaces and bodies (the same mesh works perfectly in CFX).
I use fluent3DMeshtoFoam to convert the mesh and it goes well and the boundary file is created with all the patches and walls i already had previously in CFX.
At this point, running the checkMesh was no problem at all and the log out of it is (first_checkMesh).

When i try to modify the boundary file to change the types of some patches to cyclicAMI i get the error attached as (second_checkMesh). Same error if i launch rhoSimpleFoam.

May be important to mention that originally all the boundries in the file boundary are only patch or wall.

I looked into some threads and the error seems to occur because the the number of patches in boundary does not match with the declared number of patches which i checked and is not the case.

I also attach my modified boundary file.

Your help is much appreciated !

student666 November 9, 2017 06:55

The errors you face are dummy errors...you deleted some }) in some definition of patches...

In any case with first output, if I were you, i should consider to remesh, especially for the 22614(!!!) faces with higher non-orthogonality (>80). Further more even with few skewfaces and high aspect ratio cell, you can have problems...

Regards

elomri November 9, 2017 09:11

Thanks for the reply.

I'am aware of the non-orthogonality problems im my mesh which will be one of the next steps to deal with.

I'm sorry but i still don't see where i missed the some of } or ). could someone point that out ?

Thank you in advance

student666 November 9, 2017 15:21

Hi,

indeed the error message could lead to misunderstanding, but reading carefully, it tell us that an
Code:

or EOF
is missing.

e.g.
Code:

        neighbourPatch  OUTLET_SPIRALE_TO_OUTLET_BOX-SIDE-2;
    }

Regards...https://www.cfd-online.com/Forums/im...ttons/edit.gif

elomri November 10, 2017 02:19

Thank you very much, it was indeed a dummy error.
regards


All times are GMT -4. The time now is 19:54.