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

Wall treatment with OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Like Tree109Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 26, 2012, 05:03
Default Wall treatment with OpenFOAM
  #1
New Member
 
roberto putzu
Join Date: Mar 2012
Posts: 9
Rep Power: 14
roby is on a distinguished road
Hello,

It is probably a question that often comes to this forum in many threads, but I couldn't find a suitable answer:

Are the wall functions used by OpenFOAM a high Reynolds or low Reynolds treatment? I read somewhere that since OF1.6 some "enhanced" wall treatment was somehow implemented (blending between the two functions). Is there a way to chose which to use?

how can I know up to which y+ I have to refine the grid?
immortality likes this.
roby is offline   Reply With Quote

Old   June 1, 2012, 14:30
Default
  #2
Senior Member
 
Join Date: Mar 2010
Posts: 173
Rep Power: 17
Jonathan is on a distinguished road
Hi Roby,

just wondering whether you had gotten any further with this query of yours ... i am currently investigating the same thing!

cheers
jonathan
Jonathan is offline   Reply With Quote

Old   June 2, 2012, 16:54
Default
  #3
New Member
 
roberto putzu
Join Date: Mar 2012
Posts: 9
Rep Power: 14
roby is on a distinguished road
Hello Jonathan,

Unfortunately not, but in case I find out something I will not hesitate to post it on this thread to address this issue. In case you get further information, please, post it as well.


Roby
roby is offline   Reply With Quote

Old   June 3, 2012, 02:16
Post
  #4
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
The answer to your questions is indirectly available in the User Guide

OpenFOAM has low-Re models which do not require wall-functions, since they implement damping functions. You find them listed in Table 3.9. With low-Re models you can use the nutLowReWallFunction (mutLowReWallFunction for compressible cases) condition, which is a place-holder and enables the calculation of y+.

The various wall-functions can be found in the directories with the command:

Code:
find $FOAM_SRC/turbulenceModels -name wallFunctions
Best,
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto is offline   Reply With Quote

Old   June 6, 2012, 05:48
Default
  #5
New Member
 
roberto putzu
Join Date: Mar 2012
Posts: 9
Rep Power: 14
roby is on a distinguished road
actually a lot of information is INDIRECTLY available in the User Guide

As far as I can understand (and that you appear to confirm) is that:

-some low Reynolds models exist that don't need wall functions (I guess Spalart-Allmaras and k-w, which are suited for wall turbulence modelling and therfore are somehow themselves "wall-functions")
-In other cases, when a wall function applies, apparently the type of wall function (low-Re, rough wall, etc...) has to be set in the mut / nut file according to what Alberto and the manual suggest (http://www.openfoam.org/docs/user/tu...38-2090007.2.2).

What sounds strange to me is that in the "0" directory, OpenFOAM calculates mut/nut depending on k, epsilon, omega or whatever (at least it writes mut down just feeding OpenFOAM with k and exsilon). So, how can it be that it uses this file to set the case?

Best regards

Roberto
roby is offline   Reply With Quote

Old   June 6, 2012, 09:56
Default law of the wall
  #6
Member
 
Frederic Collonval
Join Date: Apr 2009
Location: Technische Universitaet Munich - Lehrstuhl fuer Thermodynamik
Posts: 53
Rep Power: 17
fcollonv is on a distinguished road
Hi Roby

Quote:
Originally Posted by roby View Post
What sounds strange to me is that in the "0" directory, OpenFOAM calculates mut/nut depending on k, epsilon, omega or whatever (at least it writes mut down just feeding OpenFOAM with k and exsilon). So, how can it be that it uses this file to set the case?
Let say that to be user-friendly, OpenFOAM creates for you the missing mut/nut and apply a default law of the wall (probably not the best): currently it is nutkWallFunctionFvPatchScalarField

The code is there if you want a deeper look. But I recommend you to always create nut or mut with the boundary you want.

Cheers
1/153 and immortality like this.
__________________
Frederic Collonval
Technische Universität München
Thermodynamics Dpt.
fcollonv is offline   Reply With Quote

Old   June 6, 2012, 10:09
Default
  #7
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
Quote:
Originally Posted by roby View Post
-some low Reynolds models exist that don't need wall functions (I guess Spalart-Allmaras and k-w, which are suited for wall turbulence modelling and therfore are somehow themselves "wall-functions")
Yes, in general no wall-function is needed if low-Re models are used, since they already incorporate damping functions.

Quote:
-In other cases, when a wall function applies, apparently the type of wall function (low-Re, rough wall, etc...) has to be set in the mut / nut file according to what Alberto and the manual suggest (http://www.openfoam.org/docs/user/tu...38-2090007.2.2).

What sounds strange to me is that in the "0" directory, OpenFOAM calculates mut/nut depending on k, epsilon, omega or whatever (at least it writes mut down just feeding OpenFOAM with k and exsilon). So, how can it be that it uses this file to set the case?
The example refers to a case that uses wall-functions. In such a case, you will specify them also for k and epsilon.

Best,
__________________
Alberto Passalacqua

GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541)
OpenQBMM - An open-source implementation of quadrature-based moment methods.

To obtain more accurate answers, please specify the version of OpenFOAM you are using.
alberto is offline   Reply With Quote

Old   August 23, 2012, 23:00
Default
  #8
Member
 
dw
Join Date: Jul 2012
Posts: 32
Rep Power: 13
1/153 is on a distinguished road
Quote:
Originally Posted by fcollonv View Post
Hi Roby



Let say that to be user-friendly, OpenFOAM creates for you the missing mut/nut and apply a default law of the wall (probably not the best): currently it is nutkWallFunctionFvPatchScalarField

The code is there if you want a deeper look. But I recommend you to always create nut or mut with the boundary you want.

Cheers
Yes, OpenFOAM will overwrite the default nut once you set your own.
1/153 is offline   Reply With Quote

Old   September 14, 2012, 11:18
Default
  #9
Member
 
Join Date: Mar 2009
Posts: 90
Rep Power: 17
aerogt3 is on a distinguished road
I am a bit confused how this works.....

When you mesh, either you mesh for a wall function, where you try to get your first cell in the log-law region (y+ > 30 or 60 or so). Then you have resolution down to the wall where a wall function is not employed. What I would like to know is what to put down for the two cases above in the U, p, nut, etc. files within 0? Is the below example using a wall function on "wall-wing," where I should mesh with y+ > 30, or is it solving to the wall, where y+ ought to be around 1?

File /0/k
wall-wing
{
type kqRWallFunction;
}

File /0/omega
wall-wing
{
type omegaWallFunction;
value uniform ##;
}

File /0/nut
wall-wing
{
type nutkWallFunction;
value uniform 0;
}
vikramaditya91 likes this.
aerogt3 is offline   Reply With Quote

Old   September 14, 2012, 11:26
Default
  #10
Member
 
dw
Join Date: Jul 2012
Posts: 32
Rep Power: 13
1/153 is on a distinguished road
These are for wall function.

omegawallfunction is written in a way to be continuous, which means they can be used in low-re mode.

nut should depends on the turb model, and is the most complicated one, for some models it will automatically be created, but you need to check which type of nut it is creating; for some models, it maybe not, i am not sure. But you can always create it manually so to overwrite it.

One of the difficulties in the whole wall function is that the two turb variables and nut are coupled, so it makes the wall function design and use complicated (other code may just add flux to the momentum eq, but openfoam does not, openfoam built it into turb viscosity). But anyway it is always good to build confidence with some STANDARD Test Cases.
1/153 is offline   Reply With Quote

Old   September 15, 2012, 05:35
Default
  #11
Member
 
Join Date: Mar 2009
Posts: 90
Rep Power: 17
aerogt3 is on a distinguished road
By continuous/low-Re mode, do you mean suitable for y+ 1? If I use RealizableKE, which wall function would be suitable for y+ in the log-law region? At least online I haven't seen any other models aside from nutkWallFunction being used in practice.

Thanks for your response!
aerogt3 is offline   Reply With Quote

Old   September 15, 2012, 11:35
Post wall universal law
  #12
New Member
 
roberto putzu
Join Date: Mar 2012
Posts: 9
Rep Power: 14
roby is on a distinguished road
Dear Aerogt3,

I think I didn't get 100% your questions but I will try to give some answer from the beginning:

All turbulent boundary layers behave as described by a law that can be found in litterature as "universal logarithmic wall law" (theory is exact on flat plates but some correctors are sometimes used in formulae to account for the pressure gradient).



If you look at how y+ is formulated (y+=y*u_tau/nu) where:
  • y is the wall distance,
  • u_tau a friction related velocity and
  • nu the kinematic viscosity
you can see that it seems like a Reynolds number. Actually, viscous forces near the wall always overcome inertial forces.

This brings the existance of a viscous sub-layer near the wall and the existance of a logaritmic layer "far" from the wall (google images for this law). So, when we talk about low Reynolds treatment, we talk about formulations that describe the wall flux behavior as described by the viscous sub-layer. When we talk about high-Reynolds treatment, the formulaion describes the latter.
A low-Reynolds treatment requires the mesh to be very well refined at wall in order to put at least one point in the viscous sublayer. A less refined mesh is required if we use a high-Reynolds wall treatment, where the first point has to be put in the logarithmic region.

About the grid size at the wall, if you use a low-Reynolds treatment the grid has to be fine enough to get y+ in the viscous sublayer (say at least y+=4, but lower y+ is desirable). Similar discussion for the High Reynolds. But to avoid the buffer layer standing between sublayer and log-law, use y+>30 (bear in mind that if you go too far you get out of the boundary layer).

About turbulence models: some turbulence models are built to represent the wall turbulence (both sublayer and log-law). They are called as "low-Reynolds turbulence models" (e.g. k-omega and Spalart-Allmaras in some commercial codes). In these commercial codes they usually don't need to set a wall treatment because they implement it themselves (although I saw that k-omega wall functions exist in OpenFOAM. It is probably just a different formulation). Other models such as k-epsilon, modelize a turbulence more likely the one occuring far from the wall (not in the boundary layers) and absolutely need a wall treatment to simulate the behavior of the turbulence at wall. Here it comes the low-reynolds or the high-reynolds wall treatment.
Anyway, I am still trying to work out the details of OpenFOAM Low-Reynolds models wall treatment. Nevertheless, since OpenFOAM implements wall functions for k-omega too, I would mind using it.

Sorry for giving such an approximate description but even this took a long piece of parchment.



Hope that was accurate enough and useful for somebody.

Roby
roby is offline   Reply With Quote

Old   September 15, 2012, 13:42
Default
  #13
Member
 
dw
Join Date: Jul 2012
Posts: 32
Rep Power: 13
1/153 is on a distinguished road
My understanding is:
if y+ ~ 1, no need of any wall function (omegaWallFunction in OF can be still used though), y+ in log, standard wall function applies.

** the difficulty is in complex flows, it's extremely difficult to have y+ in the same region, so continuous wall function should be pursued.

k-omega is different than k-epsilon by design, so the former, no need of WF in low-re mode, the latter, needs special damping formulation in low-re mode.

Sorry for my poor english.
smog likes this.
1/153 is offline   Reply With Quote

Old   September 18, 2012, 01:03
Default
  #14
Super Moderator
 
-mAx-'s Avatar
 
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41
-mAx- will become famous soon enough
hello, I take the opportunity of this opened thread for asking 2 points regarding wall treatment in OF:

*What is the meaning of using realizable turbulence model, without creating "nut" file under /0 (incompressible)? My calculations are running well and I get am acceptable solution in comparison with experiments

*Nevertheless, for the same calculation, if I switch to standard kE model (also without "nut" file in /0), the solver freezed after some iterations
__________________
In memory of my friend Hervé: CFD engineer & freerider
-mAx- is offline   Reply With Quote

Old   September 18, 2012, 07:09
Default
  #15
Senior Member
 
Join Date: Mar 2010
Posts: 173
Rep Power: 17
Jonathan is on a distinguished road
Hi,

So, if you are using a turbulence model which has low Re capability, you need to use nutLowReWallFunction as a place holder in the 'nut' dictionary file?

the confusion for me comes in when i see i need to specify data for nut / mut, when i know from theory, these are calculated from k / omega / epsilon etc ... it doesnt make sense!

anyway, being a 'Fluent person', i am relatively new to OF, but am trying to understand the implementations - to the point where i am now taking a C++ course!

best regards
jonathan
Jonathan is offline   Reply With Quote

Old   September 18, 2012, 10:33
Default
  #16
Member
 
dw
Join Date: Jul 2012
Posts: 32
Rep Power: 13
1/153 is on a distinguished road
IMO, Realizability constraints should be ALWAYS satisfied, it does no harm, so use it instead of using the standard one.

Quote:
the confusion for me comes in when i see i need to specify data for nut / mut, when i know from theory, these are calculated from k / omega / epsilon etc ... it doesnt make sense!
This indeed gives us lots of flexibility as well as lots of confusion, because you can always overwrite the default nut. Fluent make nut creation happen automatically, I guess, but I am not sure, if fluent is the same as CFX, then it will use adding flux method in the momentum equation on the wall patch to account this effect. nutLowReWallFunction is nothing but setting nut to zero on the boundary patch, which means you can use fixedValue=0 instead. To summarize: I think we should be careful, 1) use nut wall function and boundary condition consistently with other turbulence variables, 2) Keep in mind OF is still not capable for all flow situations, so in some cases, you do need to create you own wall treatments.
smog likes this.
1/153 is offline   Reply With Quote

Old   September 18, 2012, 10:44
Default
  #17
Senior Member
 
Join Date: Mar 2010
Posts: 173
Rep Power: 17
Jonathan is on a distinguished road
hi!

hmmm, i am still confused ...

if when using eddy viscosity models (k-epsilon, k-omega, k-e RNG etc):
\nu_t = \rho C_\mu \frac{k^2}{\epsilon} (k-e) or
\nu_t = \rho \frac{k}{\omega} (k-omega) etc

and i have specified either a WF for the high Re models, or boundary conditions for the low Re models, then why do i need to specify BC's or field values for nut? (if it can be calculated from k / omega / epsilon etc)

best
jonathan

Last edited by Jonathan; September 18, 2012 at 10:46. Reason: clarification
Jonathan is offline   Reply With Quote

Old   September 18, 2012, 11:06
Default
  #18
Member
 
dw
Join Date: Jul 2012
Posts: 32
Rep Power: 13
1/153 is on a distinguished road
Remember all of these efforts are under the eddy viscosity framework, they are not the end, their aim is to estimate the Reynolds stress accurately in the momentum equation.

These equations have not account for the physics we are trying to solve, that is the wall damping effects, they did not reflect the truth we observed in the vicinity of wall. I am not saying they are just for the isotropic turbulence, but I am saying they are still not able to reflect the inhomogeneous effect of wall.

In a word, it is all about the gradients evaluation!
Wall Turbulence is characterized by its huge gradient and complex production and destruction close to the wall. ------- This is the physics!

From no slip wall to first cell center, there is gradient, right? And suppose now, we have a coarse mesh, if you are not using any nut corrections for the 1st cell center, then the calculated Reynolds stress at the 1st cell center (from -2*nut*Sij) would be totally underestimated or usually unpredictable! That's why we need manually to create a formulation based on DNS, experience and physics to correct this discrepancy. This is very important not just to the flow field prediction of U, p, k, and omega, ..., but also critical to the friction prediction as needed in many industrial field.

------
1/153 dw
anothr_acc, piu58 and Ramzy1990 like this.

Last edited by 1/153; September 18, 2012 at 11:25. Reason: clarification
1/153 is offline   Reply With Quote

Old   September 18, 2012, 12:44
Default
  #19
Senior Member
 
Join Date: Mar 2010
Posts: 173
Rep Power: 17
Jonathan is on a distinguished road
hi 1/153

ok! yes, i see and understand + you make good points!

however, again, as far as i understand, the low Re models do account for the near wall dynamics using damping functions etc. I know SA does and that k-omega SST also has the damping functions built in, so surely again we dont need WF's for these models?

unless you mean, even if the first cell node is at y+ ~ 1, the we still need some kind of nut WF to account for the distance between the actual wall and the first node point still since the node is not on the wall! is this correct??

regards
jonathan
Jonathan is offline   Reply With Quote

Old   September 18, 2012, 13:04
Default
  #20
Member
 
dw
Join Date: Jul 2012
Posts: 32
Rep Power: 13
1/153 is on a distinguished road
Quote:
I know SA does and that k-omega SST also has the damping functions built in, so surely again we dont need WF's for these models?
On a coarse mesh, you still need wall function, there is no way to evaluate the gradient correctly in a coarse grid unless we "correct" the 1st cell values by law of wall.

These models (S-A and k-Omega) are designed so that they can be used both in High-Re mode (but need WF) and Low-Re mode. As you said they have damping functions built in, that's why they can be used in Low-Re mode without any other treatment.

This is in contrast to:
Because traditionally, models like k-e and other models they don't have damping function built in, so even if you use them in Low-Re mode, i.e., using them on a very fine mesh, you still CANNOT get a correct result.
k-e based models that are having damping functions built in include: models designed by Bremhorst or Sharma's, these models are quite popular and for ZPG flows, their prediction are pretty good according to my experience.

Sorry for the confusion, my English is still poor.

-----
1/153 dw
1/153 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
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
[Commercial meshers] tmerge utility creates unwanted interface/walls comes in the final mesh Shoonya OpenFOAM Meshing & Mesh Conversion 11 January 20, 2012 06:23
Radiative equilibrium wall condition in OpenFOAM JLight OpenFOAM 0 September 11, 2011 23:31
Near Wall treatment sven OpenFOAM 1 September 13, 2009 20:57
Hybrid Wall Treatment in OpenFOAM cbarry OpenFOAM 1 August 27, 2009 04:02


All times are GMT -4. The time now is 20:37.