|
[Sponsors] |
June 24, 2010, 11:22 |
LES of a square cylinder
|
#1 |
Member
Join Date: May 2009
Posts: 54
Rep Power: 17 |
Hello,
I am having what I presume are inlet or grid quality issues with an LES case for a square cylinder. As can be seen in the attached images, the inflow to the left of the cylinder shows a strange behaviour with a variation of U (in attached image, coloured by U mag). My initial guess was that the aspect ratio or the grid quality overall is not good enough for LES. My grid does pass all checks inside of checkMesh. I am using the dynamic Smagorinsky model (simple filter and cubeRootVol delta) with a hex + polyhedra (due to local refinement) grid of ~1.6 million cells. The Re = 22,000 and y+ average = ~6 after approximately 20 non-dimensional flow-overs, which I presume could be an issue as well as I am using the nuSgsWallFunction on the cylinder wall patch. I will try to construct a y+=1 grid and avoid the use of wall functions next. My nuSgs file: Code:
dimensions [0 2 -1 0 0 0 0]; internalField uniform 0; boundaryField { inlet { type zeroGradient; } outlet { type zeroGradient; } sides { type cyclic; } cyl { // type zeroGradient; type nuSgsWallFunction; value uniform 1; } sym { type symmetryPlane; } } Code:
dimensions [0 1 -1 0 0 0 0]; internalField uniform (0.022 0 0); boundaryField { cyl { type fixedValue; value uniform (0 0 0); } inlet { type fixedValue; value uniform (0.022 0 0); } outlet { type zeroGradient; } sides { type cyclic; } sym { type symmetryPlane; } } -Grzegorz |
|
June 24, 2010, 13:33 |
|
#2 |
Senior Member
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21 |
Sorry, but I have to say your mesh looks bad, and is better not be called LES.
And what's more, it seems your inlet has a velocity profile, that's strange, isn't it? You can upload your case file in tgz format, so that we could have a look, we need 0/ constant/ system/
__________________
~ Daniel WEI ------------- Boeing Research & Technology - China Beijing, China |
|
Tags |
cylinder, les, nusgs, square |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LES of a square cylinder | gfilip | OpenFOAM | 0 | June 24, 2010 11:11 |
grids for flow over a square cylinder | student | Main CFD Forum | 4 | April 21, 2009 07:50 |
solving airfoil like square cylinder problem? | zonexo | Main CFD Forum | 1 | May 27, 2006 16:16 |
3D LES simulation of a circular cylinder | fpz | Main CFD Forum | 3 | June 20, 2005 20:50 |
drag calulation over a square cylinder | sex00 | Main CFD Forum | 4 | February 2, 2001 08:16 |