|
[Sponsors] |
problem of four patches set to cyclic boundary |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 4, 2013, 04:48 |
problem of four patches set to cyclic boundary
|
#1 |
New Member
kob
Join Date: Nov 2011
Posts: 28
Rep Power: 15 |
Hello everyone
I am simulating a 2D problem.I have attached the case here.The file is a little bit so I move some files out constant/polyMesh, you need put them into ployMesh after you download(Sorry for the trouble).Excluding the front and back boundaries( I set as empty),I need to set the upperBoundary and lowerBoundary to cyclic,so as to leftBoundary and rightBoundary. The mesh is not hexahedron, you can view them in paraview. But I failed to set both of them(use createPatch) .I can just only set upperBoundary and lowerBoundary to cyclic or leftBoundary and rightBoundary to cyclic.After I set the boundary as: Code:
lowerBoundary { type patch; nFaces 45; startFace 6750; } upperBoundary { type patch; nFaces 45; startFace 6795; } frondAndBack { type empty; nFaces 9120; startFace 6840; } leftAndRight { type cyclic; nFaces 90; startFace 15960; featureCos 0.9; } Code:
createPatch But it mentioned that : Code:
--> FOAM FATAL ERROR: face 1 area does not match neighbour 46 by 188.221% -- possible face ordering problem. patch:upperAndLower my area:0.600393 neighbour area:19.7883 matching tolerance:0.001 Mesh face:15961 vertices:4((-3.00197 -3.14159 0.2) (-3.14159 -3.14159 0.2) (3.14159 -3.14159 0) (-3.00197 -3.14159 0)) Neighbour face:16006 vertices:4((-3.00197 3.14159 0.2) (-3.00197 3.14159 2.77556e-17) (3.14159 -3.14159 0) (-3.14159 -3.14159 0.2)) Other errors also exist, only the largest is reported. Please rerun with cyclic debug flag set for more information. From function cyclicPolyPatch::calcTransforms() in file meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C at line 200. FOAM exiting Code:
--> FOAM FATAL ERROR: face 1 area does not match neighbour 46 by 188.221% -- possible face ordering problem. patch:upperAndLower my area:0.600393 neighbour area:19.7883 matching tolerance:0.001 Mesh face:15871 vertices:4((-3.00197 -3.14159 0.2) (-3.14159 -3.14159 0.2) (3.14159 -3.14159 0) (-3.00197 -3.14159 0)) Neighbour face:15916 vertices:4((-3.00197 3.14159 0.2) (-3.00197 3.14159 2.77556e-17) (3.14159 -3.14159 0) (-3.14159 -3.14159 0.2)) Other errors also exist, only the largest is reported. Please rerun with cyclic debug flag set for more information. From function cyclicPolyPatch::calcTransforms() in file meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C at line 200. FOAM exiting regards! bryant_k |
|
September 5, 2013, 01:21 |
|
#2 |
New Member
kob
Join Date: Nov 2011
Posts: 28
Rep Power: 15 |
Hello everyone
I still have not solved my problem.When I try to use the hexahedron grids(I use ICEM to generate meshes),the error disappear.I found a thread :http://www.cfd-online.com/Forums/ope...tml#post392721. Maybe It is similar to my problem.But the problem I met is different with his. Anyone can give me a suggest? regards! |
|
September 5, 2013, 05:22 |
|
#3 |
New Member
kob
Join Date: Nov 2011
Posts: 28
Rep Power: 15 |
hello everyone
I think I have solve my problem.According to this thread: http://www.cfd-online.com/Forums/ope...tml#post392721 After using command: Code:
fluentMeshToFoam Code:
toposet Then I use command: Code:
createPatch But the result using prism meshes is not good compared to the result with hex meshes.Maybe it is the problem about non-orthogonal correction. I don't have experience at this.I have attached the result here and fvScheme here.Or it is not the Scheme problem at all. The fvScheme: Code:
ddtSchemes { default Euler; } gradSchemes { default Gauss linear; grad(p) Gauss linear; } divSchemes { default none; div(phi,U) Gauss linear; } laplacianSchemes { default Gauss linear limited 0.333; } interpolationSchemes { default linear; interpolate(HbyA) linear; } snGradSchemes { default limited 0.333; } fluxRequired { default no; p ; } Appreciate for your suggestion. regards! bryant |
|
September 5, 2013, 07:28 |
|
#4 | |
Super Moderator
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,093
Rep Power: 34 |
Quote:
To improve the results on the prism mesh, try "leastSquares" for the gradSchemes, and "Gauss skewCorrected linear" for the divScheme. Also you could try remove the limiters on the laplacianScheme - Gauss linear corrected - and snGradScheme - corrected. Obviously, try each of these one-by-one to see which has the greater effect on accuracy and stability - I would think the gradScheme will have the largest effect. Philip |
||
September 10, 2013, 00:45 |
|
#5 |
New Member
kob
Join Date: Nov 2011
Posts: 28
Rep Power: 15 |
Hello everyone
I have tried many fvSchemes including what Philip suggested for my case, but the result is almost the same.I can get a correct velocity field but a not good pressure field.I tried to refine the meshes,but the result looks the same. The solver that I use is icoFoam. And I have uploaded the case here. The case is a little bit so I split it into 3 files. I thought maybe it is the problem of prism meshes.So I test a cyclinder duct flow with meshes including prism and hex.However the result is good enough. I am really have no idea of how to improve the simulation.Thanks for you suggestion. After you down load the 3 files,run command: Code:
cat x*>tf.tar.gz Code:
tar zxvf tf.tar.gz And before you run : Code:
icoFoam Code:
funkySetFields -time 0 regards! bryant |
|
September 14, 2013, 12:48 |
|
#6 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Bryant,
This is a very cool simulation! It's awesome how the flow is able to sustain itself this way! And the split tarball as several attachments is a neat trick! Now, as for the problem at hand, the guilty party is... the mesh. Attached are a few images that demonstrate that the mesh is to blame here:
The polyhedral mesh is better, because it is inherently better at communication flow between cells, given the multitude of faces. Nonetheless, it is not the silver bullet, specially because the original mesh was far from perfect as well. The larger cells have trouble in giving the correct aspect to the result, simply because they are storing more fluid than their neighbour cells. You can see a similar case here, where this kind of effect is brutal: http://www.cfd-online.com/Forums/ope...tml#post446350 post #17 Best regards, Bruno
__________________
|
|
September 16, 2013, 04:54 |
|
#7 |
New Member
kob
Join Date: Nov 2011
Posts: 28
Rep Power: 15 |
Hello Bruno
Thanks for your explanation.I hope it is the problem of mesh.But I test a cyclinder duct flow with meshes including prism and hex. And the result I think is good.I have attached the files here. regards! bryant |
|
September 17, 2013, 18:18 |
|
#8 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Bryant,
Well, those latest results seem a bit strange... you should confirm if the flow on the 3rd picture, on the left end of the pipe, if the flow profile looks "physical enough". Because my interpretation from those results is that there is some sort of shock-wave developing near that end of the pipe (3rd picture, left end). Or perhaps the pipe is not long enough for the flow profile to be fully developed? Best regards, Bruno
__________________
|
|
September 22, 2013, 04:37 |
|
#9 |
New Member
kob
Join Date: Nov 2011
Posts: 28
Rep Power: 15 |
Hi Bruno
To make sure the flow is fully developed,I reduced the Renolds number.I have simulated the flow again.The result I think is good also.I have attached the files here. The second one is velocity,the third and forth picture are pressure. |
|
September 22, 2013, 13:42 |
|
#10 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Bryant,
Honestly, this still looks very strange. Perhaps I'm not interpreting the results correctly:
My advice is to also confirm the results by testing with the following:
Bruno
__________________
|
|
Tags |
cyclic boundary |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mesh file for flow over a circular cylinder | Ardalan | Main CFD Forum | 7 | December 15, 2020 14:06 |
Domain Imbalance | HMR | CFX | 5 | October 10, 2016 06:57 |
[Commercial meshers] Handling cyclic BC from gambit to openfoam for a cascade airfoil problem - OF 1.6 | maverick | OpenFOAM Meshing & Mesh Conversion | 2 | June 18, 2011 05:36 |
Cyclic boundary conditions for non conformed Patches | turnow | OpenFOAM Running, Solving & CFD | 1 | October 19, 2007 02:17 |
New topic on same subject - Flow around race car | Tudor Miron | CFX | 15 | April 2, 2004 07:18 |