CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Verification & Validation

Serious problems to perform LES of the channel flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 29, 2012, 08:27
Default Serious problems to perform LES of the channel flow
  #1
New Member
 
Laurent bricteux
Join Date: Apr 2012
Posts: 3
Rep Power: 13
LB76 is on a distinguished road
Dear all,
I am trying to validate LES approach for openfoam on the turbulent channel flow at retau=395.
The problem is that the results are far from that of the DNS reference.
By inspecting some possibilities we decided to run the case with no model on an LES grid. The results shows that the code is hyper dissipative without any SGS model. Inspecting the u+ profile shows that it is completely above that of the DNS meaning an overediction of the debit. This is linked to the dissipation errors produced by the code. We tried a less severe case with two vortices in a box and no molecular viscosity. With the linear central scheme, this must conserve kinetoc energy for a while.... We lost 20%.... on the initial level.
In these conditions, adding a SGS model will results in a deterioration of the results. I did not found relevant literature on this. Could someone help me?
Nobody published LES performed with a state of the art model e.g. Wale model and showed good agreement with DNS data.
We performed the DNS at lower Retau 180 and that works fine as it can be also found in literature. I am planning to use OF for LES in turbomachinery | engine applications. What if a simple turbulent flow between two plates cannot be predicted ? If someone can help I would appreciate
LB76 is offline   Reply With Quote

Old   May 1, 2012, 15:28
Default
  #2
Super Moderator
 
niklas's Avatar
 
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29
niklas will become famous soon enoughniklas will become famous soon enough
not much useful info in here to work with...
can you post the fvSolution and fvSchemes dicts
niklas is offline   Reply With Quote

Old   May 2, 2012, 05:05
Default Precisions
  #3
New Member
 
Laurent bricteux
Join Date: Apr 2012
Posts: 3
Rep Power: 13
LB76 is on a distinguished road
Hi, thank you for reply, my fvSchemes file looks like this:
ddtSchemes
{
default backward;
}

gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
grad(U) Gauss linear;
}

divSchemes
{
default none;
div(phi,U) Gauss linear; //linear; //upwind;
}

laplacianSchemes
{
default none;
laplacian(nu,U) Gauss linear corrected;
laplacian((1|A(U)),p) Gauss linear corrected;
}

interpolationSchemes
{
default linear;
interpolate(U) linear;
}

snGradSchemes
{
default corrected;
}

fluxRequired
{
default no;
p ;
}
fvSolution:
solvers
{

p
{
solver GAMG;
smoother DICGaussSeidel;
agglomerator faceAreaPair;
nCellsInCoarsestLevel 100;
preconditioner DIC;
mergeLevels 1;
tolerance 1e-06;
relTol 0.05;
}

pFinal
{
solver GAMG;
smoother DICGaussSeidel;
agglomerator faceAreaPair;
nCellsInCoarsestLevel 100;
preconditioner DIC;
mergeLevels 1;
tolerance 1e-06;
relTol 0.05;
}

U
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}
}

PISO
{
nCorrectors 2;
nNonOrthogonalCorrectors 0;
pRefCell 1001;
pRefValue 0;
}


Best regards LB
LB76 is offline   Reply With Quote

Old   May 2, 2012, 06:21
Default
  #4
Super Moderator
 
niklas's Avatar
 
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29
niklas will become famous soon enoughniklas will become famous soon enough
It looks like you are using pisoFoam.
your pressure convergence criteria is quite large.
set the relTol to 0 on all and reduce the tolerance to 1.0e-8 on pressure...
and for U as well.
If you are really accounting for the energies I would be careful at looking for the best
possible convergence.

Also, I would try pimpleFoam.
and then set
nOuterCorrectors to at least 5,
plus all relTol for the *Final to zero.

Not sure what Courant number you have set to calculate the time step, but
if you are above 1, this could also partly explain your results.

hope this makes it better
niklas is offline   Reply With Quote

Old   June 21, 2012, 07:31
Default
  #5
New Member
 
Gustaf
Join Date: Nov 2010
Posts: 2
Rep Power: 0
Cotten is on a distinguished road
What mesh are you using?
I did some channel flows during my Msc and the grid was the most influacting part and the SGS model didn't do much...
Cotten is offline   Reply With Quote

Old   June 21, 2012, 07:40
Default channel flow with open foam
  #6
New Member
 
Laurent bricteux
Join Date: Apr 2012
Posts: 3
Rep Power: 13
LB76 is on a distinguished road
Hi

The suggestions provided by Niklas seems to bring some improvements.
I am still investigating thisand trying to find the best coefficient for the WALE model. Could you provide me a pdf of your msc thesis?

Best regards

LB
LB76 is offline   Reply With Quote

Reply

Tags
channel flow, les


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ICEM] Flow channel meshing problems StefanG ANSYS Meshing & Geometry 19 May 15, 2012 06:44
mulltiple channel flow I.Dotsikas Main CFD Forum 2 September 23, 2010 20:49
LES turbulence decaying in channel flow cfdIsMad Main CFD Forum 6 August 21, 2009 12:17
Initial conditionfor turbulent channel flow in LES pankaj saha Main CFD Forum 0 November 30, 2007 12:04
compressible channel flow.. R.D.Prabhu Main CFD Forum 0 July 17, 1998 17:23


All times are GMT -4. The time now is 08:43.