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

backward Step with heat transfer - Problems on finer mesh

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By ssss
  • 1 Post By ssss
  • 1 Post By jherb

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 14, 2015, 04:12
Default backward Step with heat transfer - Problems on finer mesh
  #1
Member
 
Join Date: May 2015
Posts: 68
Rep Power: 11
hcl734 is on a distinguished road
Hi all,

I am simulating a backward facing step with heat transfer at the lower wall after the step using Nusselt-number as benchmark.
With two relatively coarse meshes I obtain results close to experimental data.

Using a third mesh which is heavily refined to the walls I get bad results overestimating Nusselt-number especially in the region of reattaching flow.

I think it could be a problem of the near-wall-treatment in kOmegaSST-model I am using, since for Mesh 3 yPlus seriously drops below 1.
BUT I thought using nutLowReWallFunction & kLowReWallFunction (+omegaWallFunction + alphatJayatillekeWallFunction)
OF would automatically switch to LowRe-mode when the mesh get's to fine at the wall?
Is that not implemented in OF?
hcl734 is offline   Reply With Quote

Old   November 14, 2015, 05:03
Default some more specifics
  #2
Member
 
Join Date: May 2015
Posts: 68
Rep Power: 11
hcl734 is on a distinguished road
solver: buoyantBoussinesqSimpleFoam

geometry




yPlus-values with N3 being the finest grid





Mesh criteria

hcl734 is offline   Reply With Quote

Old   November 14, 2015, 05:04
Default Additional question - Aspect ratio
  #3
Member
 
Join Date: May 2015
Posts: 68
Rep Power: 11
hcl734 is on a distinguished road
Is OpenFOAM sensitive to aspect ratio?
I learned it is with a limiting value of five but then I read in some sources that it isn't as long as checkMesh doesn't fail.
hcl734 is offline   Reply With Quote

Old   November 14, 2015, 11:58
Default
  #4
Senior Member
 
anonymous
Join Date: Aug 2014
Posts: 205
Rep Power: 12
ssss is on a distinguished road
I am not quite sure, but I think that the current implementation of kOmegaSST is based on a High-Re implementation. I propose you to use this komega model instead

https://www.google.fr/url?sa=t&sourc...wr89UzCCo2wesA

Or try using kOmegaSSTSAS which seems to be low-re

Be careful always with the boundary conditions and wall functions with the different turbulence models in OpenFOAM. If you want to fully resolve the boundary layer try not using wall functions and see if it works better
hcl734 likes this.
ssss is offline   Reply With Quote

Old   November 14, 2015, 15:43
Default
  #5
Member
 
Join Date: May 2015
Posts: 68
Rep Power: 11
hcl734 is on a distinguished road
Thank you so much for this advice.

But from my understanding it is a "pure" LowRe-model thus always simulating the near wall region, no matter which yPlus-value present.
In Fluent there is a scalable wall function which uses wall function if yPlus is big enough and switches to LowRe (simulation) if yPlus is below 1.
Which is quite useful for "grid independent" solutions.
Is something like this implemented?
hcl734 is offline   Reply With Quote

Old   November 14, 2015, 15:50
Default
  #6
Senior Member
 
anonymous
Join Date: Aug 2014
Posts: 205
Rep Power: 12
ssss is on a distinguished road
Quote:
Originally Posted by hcl734 View Post
Thank you so much for this advice.

But from my understanding it is a "pure" LowRe-model thus always simulating the near wall region, no matter which yPlus-value present.
In Fluent there is a scalable wall function which uses wall function if yPlus is big enough and switches to LowRe (simulation) if yPlus is below 1.
Which is quite useful for "grid independent" solutions.
Is something like this implemented?
The fluent k-w-SST implementation has indeed extra terms to ensure that the model can operate at low-re and high-re mode. I think that the OpenFOAM's implementation of the k-w-SST lacks of this terms, and it always operates at high-re mode. Using the low-re wall functions can mitigate the effect of using a high-re model in a mesh with y+<30 but it is not the optimal solution.

That's why I proposed you to use the k-w-SST model in the link of my last post. It has de extra fluent terms and it can operate at low and high-re mode
hcl734 likes this.
ssss is offline   Reply With Quote

Old   November 15, 2015, 09:16
Default
  #7
Senior Member
 
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 21
jherb is on a distinguished road
Perhaps this helps:
http://www.cfd-online.com/Forums/ope...ng-fluent.html
hcl734 likes this.
jherb is offline   Reply With Quote

Old   November 15, 2015, 14:19
Default
  #8
Member
 
Join Date: May 2015
Posts: 68
Rep Power: 11
hcl734 is on a distinguished road
Ok, so I used the low Re-model but it still gives the same results.

I used the following boundary conditions

alphat:
fixedValue 1e-12;

nut:
fixedValue 1e-12;

k:
fixedValue 1e-12;

omega:
omegaWallFunction;

as recommended in the mentioned thread
http://www.cfd-online.com/Forums/ope...ng-fluent.html

Quote:
boundary conditions for walls are:
U=(0,0,0), p=zeroGradient, k=1e-12, omega=omegaWallFunction, nut=calculated (or 0)
Should I use no WallFunctions at all?
Then I would put omega to a near zero value as well?

This makes the results even worse, so does anybody has an idea what could cause those problems, if the wall functions are not the matter?

I uploaded an example of the calculations using the finest mesh here (including latest time step result):

https://owncloud.tu-berlin.de/public...fe3a71201fbfa5

Last edited by hcl734; November 15, 2015 at 15:29.
hcl734 is offline   Reply With Quote

Old   November 15, 2015, 15:36
Default Results for kOmegaSST_lowRe
  #9
Member
 
Join Date: May 2015
Posts: 68
Rep Power: 11
hcl734 is on a distinguished road
Using only omegaWallFunction




Using no wall function at all

hcl734 is offline   Reply With Quote

Old   November 15, 2015, 16:48
Default
  #10
Senior Member
 
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 21
jherb is on a distinguished road
You also might find these threads helpful:
http://www.cfd-online.com/Forums/ope...estigated.html
http://www.cfd-online.com/Forums/ope...ons-2-3-a.html
jherb is offline   Reply With Quote

Old   November 16, 2015, 11:40
Default
  #11
Member
 
Join Date: May 2015
Posts: 68
Rep Power: 11
hcl734 is on a distinguished road
First of all thank you for your suggestions.

What I got from the threads you pointed me to is:

kOmegaSST_lowRe with omegaWallFunction

or without wall functions at all using Wilcox BC for omega

I did both and the results still deteriorate with increasing mesh density, since I am not using wall functions here I assume it is a general mesh problem. Or we simply shouldn't use kOmegaSST for yPlus lower 1.

Could you answer the question for me how sensitive OF is to mesh parameters?
Since I got quite high aspect ratios and I am not sure whether this could be the main problem.
checkMesh tells everything is ok and I imported the meshes from Ansys where they work just fine.
hcl734 is offline   Reply With Quote

Reply


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
problems after decomposing for running alessio.nz OpenFOAM 7 March 5, 2021 04:49
how can I get the net heat transfer rate in every time step? hotboy FLUENT 0 October 22, 2015 07:52
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
heat transfer problems of a heat sink tina FLUENT 2 August 13, 2008 06:11
Convergence moving mesh lr103476 OpenFOAM Running, Solving & CFD 30 November 19, 2007 14:09


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