|
[Sponsors] |
Problem to run flow around a cylinder - LES case |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 26, 2014, 08:55 |
Problem to run flow around a cylinder - LES case
|
#1 |
New Member
valerio galluzzi
Join Date: Jan 2014
Posts: 9
Rep Power: 12 |
Hi everyone,
I work on a LES case of a flow around a circular cylinder. I have already set all OpenFOAM files, but I have problems to run it. The geometry is a 3D parallelogram which has inside a circular cylinder, so there is an input face, an output face, an up and a bottom faces and a left and a right faces. The "left&right" face has cyclic type. I did the mesh by gmsh and I imported it using "gmshToFoam" command. I modified the patch inside the constant/polymesh/boundary file: - left&right type cyclic; - (body) Wall type wall then I used "foamUpgradeCyclics" command that created new files inside the 0/ directory. The I used the "decomposePar" command to decompose the domain, but here it is the problem: --> FOAM FATAL ERROR: face 0 area does not match neighbour by 23.2157% -- possible face ordering problem. patch:Left&Right_half0 my area:4.4218e-08 neighbour area:3.50202e-08 matching tolerance:0.0001 Mesh face:1027210 fc-0.00840603 -0.00188235 0.0005) Neighbour fc0.0142184 0.00530556 0.0005) If you are certain your matching is correct you can increase the 'matchTolerance' setting in the patch dictionary in the boundary file. Rerun with cyclic debug flag set for more information |
|
August 28, 2014, 15:56 |
|
#2 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
Ok this error comes if you want to create periodic patches but your mesh isn't conformal. This means the mesh on one patch "doesn't look like" the one the other patch. Grid points / cells need to be at excatly the same position on both patches.
__________________
The skeleton ran out of shampoo in the shower. |
|
August 29, 2014, 06:05 |
|
#3 |
New Member
valerio galluzzi
Join Date: Jan 2014
Posts: 9
Rep Power: 12 |
I know that and i create a system/patchdict file, that is a solution i found in many different forums, but when i run createPatch it doesnt work and it gives me the same problem!
|
|
Tags |
cyclic boundaries, cyclic boundary, cyclic patch, large eddy simulation, openfoam 2.1 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Run A propeller case with AMI and not accelerated flow behind the blades... | reza1980 | OpenFOAM | 6 | September 11, 2013 04:09 |
Flow around a cylinder in chapter 3 of OF Programer's Guide can not run with OF 1.6 | universez | OpenFOAM Bugs | 3 | September 11, 2010 22:46 |
the classical problem of the flow around a Cylinder Re=35? | behrang2009 | FLUENT | 4 | October 16, 2009 20:35 |
problem when I run the case | Rui | Siemens | 1 | February 1, 2007 07:25 |
batch file script to run unsteady flow (les) | andi | FLUENT | 0 | April 20, 2004 04:50 |