CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Can someone explain the Y plus value

Register Blogs Community New Posts Updated Threads Search

Like Tree76Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 1999, 06:09
Default Can someone explain the Y plus value
  #1
jeff bennet
Guest
 
Posts: n/a
I am a third year engineering student at university currently involved in CFD modeling. could sombody please explain to me the nature of the Y+ value ie. how it is calculated and what it's significance is.
Ahilan, tischroe, aar007 and 1 others like this.
  Reply With Quote

Old   May 27, 1999, 07:52
Default Re: Can someone explain the Y plus value
  #2
David Creech
Guest
 
Posts: n/a
Jeff,

y+ is a non-dimensional distance. It is often used to describe how coarse or fine a mesh is for a particular flow pattern. It is important in turbulence modeling to determine the proper size of the cells near domain walls. The turbulence model wall laws have restrictions on the y+ value at the wall. For instance, the standard K-epsilon model requires a wall y+ value between approximatly 300 and 100. A faster flow near the wall will produce higher values of y+, so the grid size near the wall must be reduced.

The definition of y+ for the K-e model is:

y+ = (((density^2 * Cmu^(1/2) * K)^(1/2))/viscosity) * (distance from wall)

where Cmu is the constant 0.09 and K is the kinetic energy.

If you are interested, I have a study of the effect of y+ on wall heat transfer for various turbulence models in my thesis, at http://bgtibm1.me.uiuc.edu/people/d-...sdownload.html

David Creech CFD Literature CFX User Subroutine Archive
  Reply With Quote

Old   May 31, 1999, 00:32
Default Re: Can someone explain the Y plus value
  #3
John C. Chien
Guest
 
Posts: n/a
(1). Take a look at the book"Boundary Layer Theory", by Schlichting, McGraw Hill Company. (2). In short, Y+ is a non-dimensional distance derived from Y.
  Reply With Quote

Old   May 31, 1999, 01:58
Default Re: Can someone explain the Y plus value
  #4
Jonas Larsson
Guest
 
Posts: n/a
That definition is really for y*, y+ is defined as:

y+ = rho * u* * y / my

where

rho = density, u* = friction velocity, y = distance from wall, my = dynamic viscosity,

y+ and y* are the same in eqilibrium turbulent boundary layers though.
Safayet likes this.
  Reply With Quote

Old   June 3, 1999, 03:45
Default Re: Can someone explain the Y plus value
  #5
Philip Jones
Guest
 
Posts: n/a
Jeff,

There are two ways of looking at many CFD issues, one from a technical viewpoint or that of a user. The replies I have so far seen are technicl, here is a user viewpoint on Y+.

Y+ is a ratio between turbulent and laminar influences in a cell, if Y+ is big then the cell is turbulent, if it is small it is laminar. The importance in many cases of this concerns wall functions which assume that the laminar sub-layer is within the first cell, if Y+ is small then the cell is totally laminar and the next cell in has some laminar flow in it, the wall functions are not applied to this cell and you make bad modelling assumptions. If Y+ is too big then you are not so bad with the laminar/turb problem but other assumptions are invalidated.

Philip
  Reply With Quote

Old   June 29, 1999, 02:04
Default Re: Can someone explain the Y plus value
  #6
Bob Roach
Guest
 
Posts: n/a
Well, since this a CFD forum I suppose it's natural that the responses have all been with regards to CFD. However, the origin of y+ arises from solving the boundary layer equations for turbulent flow using matched asymptotic expansions (a method lamentably not taught much these days). In this method, as the others have pointed out, the independent variable is scaled (nondimensionalized) with quantities which dominate the local physics. In the case of y+, it is a scaled y-coordinate in the layer closest to the wall. The boundary layer velocity profile turns out to be linear with y+ in this innermost layer until y+ reaches some matching value with the next layer. Similar criteria is used in the CFD community to select grid point spacing nearest the wall. Hope that helps.
leeray1983 and piu58 like this.
  Reply With Quote

Old   June 29, 1999, 12:07
Default Re: Can someone explain the Y plus value
  #7
andimiller
Guest
 
Posts: n/a
the definition of jonas is correct, but now lets go on: u*=tau_wall*y/mu. is y the first cell-center in the flow-field ? and what is tau_wall and how do you calculate tau_wall ?
  Reply With Quote

Old   July 1, 1999, 22:07
Default Re: Can someone explain the Y plus value
  #8
John C. Chien
Guest
 
Posts: n/a
(1). It is fairly straightford in finite difference grid. (2). y is the distance measured from the wall. If j=1 is the wall point, y=0 there. (3). For the wall shear stress, one needs another point to calculate the velocity gradient at the wall. In this case, use U(j=2) and y(j=2) to calculate the velocity gradient at the wall. The wall shear stress is equal to mu times the velocity gradient at the wall. (4). For the finite volume formulation, all I can say is it must be consistent with the finite volume approximation used. Sometimes, one can position the first cell center right on the wall. Then y=0, and U=0 at the wall point.
parthigcar likes this.
  Reply With Quote

Old   July 2, 1999, 02:04
Default Re: Can someone explain the Y plus value
  #9
Pete
Guest
 
Posts: n/a
Is this also true for a boundary layer that is only resolved with wall-functions? With wall-functions you can't just use the molecular viscosity mu, can you?
  Reply With Quote

Old   July 2, 1999, 09:57
Default Re: Can someone explain the Y plus value
  #10
John C. Chien
Guest
 
Posts: n/a
(1). The reason behind using the wall function is the lack of mesh points near the wall. In other word, one is trying to save mesh points by using the wall function approach. (2). We will have to assume that the wall function is a one parameter familar of curves, and the unknown parameter is the wall shear stress (or v*). The function has two sections, near the wall it is linear, and away from the wall it is a log-function. (this definition can be found in Schlichting's Boundary Layer book). (3). Using the finite difference grid as an example, let j=1 is still the wall point, j=2 is the first point away from the wall, and j=3 is the second point away from the wall. If y(j=2) is about 5% of the boundary layer thinkness, then it will be roughly in the log-function region. If y(j=2) is much smaller than that value, it is likely that j=2 point will be in the linear function region. ( this will depend on the actual velocity profile. it is used here to illustrate the order of magnitude.) (4). Now, since we don't have mesh points between j=1 and j=2, there is no way one can compute the velocity profile in the region. But using the wall function approach, one can replace the actual calculation of the profile by a family of wall function curves. The only thing left to be done is to find that particular parameter value. (5). The only way to find that parameter value is through the use of the the velocity information at j=2 and j=3. So, U(j=3) and y(j=3) will be used to find the wall shear stress through the wall function at any time ( or iteration number) of calculation. Remember that j=3 is an interior point and U(j=3) is computed result. (6). With the wall stress determined, the value can be used to determine the new velocity boundary condition at j=2. (j=2 is the boundary condition location, since the region between j=1 and j=2 is not solved. There is a gap between j=1 and j=2.) The new U(j=2) will be used as the new boundary condition for the next iteration. (7). For finite volume approach, in staggered grid, with two-equation model, different approaches have been used. The wall shear stress can be related through other flow field parameters, such as k,...etc indirectly.
  Reply With Quote

Old   July 4, 1999, 09:38
Default Re: Can someone explain the Y plus value
  #11
R.Sureshkumar
Guest
 
Posts: n/a
Hello Can you give some reference for the basic's of the method you said above. The one related to CFD will be most welcome Thankyou
  Reply With Quote

Old   July 4, 1999, 12:48
Default Re: Can someone explain the Y plus value
  #12
John C. Chien
Guest
 
Posts: n/a
(1). One final word about the wall function implementation, as long as you are in the non-separated flow region, the results will be reasonable regardless of how the wall stress is derived ( through the velocity profile alone or through the third party ,TKE (k) ). (2). But if you decide to compute the separated flow problem, I would recommand the use of a low Reynolds number model or a simple algebraic model where the whole flow field is covered. This is because it can be very confusing in the separation point region where the flow direction, the sign of the wall stress, and the validity of the wall function are all unknowns. Most published papers did not want to cover this area in details, most of the time, only the formula used are printed. (3). So, for separated flow problems, move on to the low Reynolds number models or the like.
Nuha likes this.
  Reply With Quote

Old   April 5, 2010, 15:01
Default Response to andimiller
  #13
Senior Member
 
Join Date: Feb 2010
Posts: 148
Rep Power: 17
Jade M is on a distinguished road
tau_wall is the shear stress at the wall. This is normally part of the solution. However, depending on your geometry, this could perhaps be estimated with Blasius' solution assuming a flat plate. Try to find an analytical solution or some previous solution that is relevant to your configuration.
Jade M is offline   Reply With Quote

Old   July 6, 2011, 14:59
Default Hello David Creech
  #14
New Member
 
kiran
Join Date: May 2011
Posts: 3
Rep Power: 14
msv_kk is on a distinguished road
Quote:
Originally Posted by David Creech
;3250
Jeff,

y+ is a non-dimensional distance. It is often used to describe how coarse or fine a mesh is for a particular flow pattern. It is important in turbulence modeling to determine the proper size of the cells near domain walls. The turbulence model wall laws have restrictions on the y+ value at the wall. For instance, the standard K-epsilon model requires a wall y+ value between approximatly 300 and 100. A faster flow near the wall will produce higher values of y+, so the grid size near the wall must be reduced.

The definition of y+ for the K-e model is:

y+ = (((density^2 * Cmu^(1/2) * K)^(1/2))/viscosity) * (distance from wall)

where Cmu is the constant 0.09 and K is the kinetic energy.

If you are interested, I have a study of the effect of y+ on wall heat transfer for various turbulence models in my thesis, at http://bgtibm1.me.uiuc.edu/people/d-...sdownload.html

David Creech CFD Literature CFX User Subroutine Archive


My name is Kiran,I am doing my Maters Thesis in CFD. I am doing CFD simulations on Heat exhangers, I am interested to see how prism layer meshes effect the heat transfer process.

I would like to read your thesis....The link provided by you doesn't work. Can you send me your thesis...Here is my mail id msvkirankumar@gmail.com


thanks in adv.


regards

kiran
msv_kk is offline   Reply With Quote

Old   July 6, 2011, 15:24
Default
  #15
Senior Member
 
Ryne Whitehill
Join Date: Aug 2009
Posts: 312
Rep Power: 18
rwryne is on a distinguished road
Quote:
Originally Posted by msv_kk View Post
My name is Kiran,I am doing my Maters Thesis in CFD. I am doing CFD simulations on Heat exhangers, I am interested to see how prism layer meshes effect the heat transfer process.

I would like to read your thesis....The link provided by you doesn't work. Can you send me your thesis...Here is my mail id msvkirankumar@gmail.com


thanks in adv.


regards

kiran

The guy you are replying to posted more than 12 years ago. He probably has long forgot about this thread.
nanavati, aar0nr, Bashar and 1 others like this.
rwryne is offline   Reply With Quote

Old   December 17, 2013, 03:33
Default y plusssss
  #16
New Member
 
Join Date: Apr 2013
Posts: 6
Rep Power: 12
ettehadi is on a distinguished road
I have two question related to Y plus.

1- I am trying to have y+<5 while using K-epsilon method (enhanced wall) in a 5 m pipe. My y+ results give a value of less than 5 but the earlier values are about 8 and then it downs to less than 3 severely. Is this ok or not? Y plus value must be less than 5 throughout the geometry wall?

2- My goal is to find pressure drop throughout a pipe. The amount of pressure drop changes with quality of mesh even for the Y plus value less than 5. For example for the y+=3 I have dp=3600 Pa and for y+=0.5 I have dp=3400 Pa. which one is true?
Thank you for your attention to my request
ettehadi is offline   Reply With Quote

Old   December 27, 2013, 05:26
Default Y+
  #17
New Member
 
LALIT GANGWAR
Join Date: Dec 2013
Posts: 1
Rep Power: 0
lalitg is on a distinguished road
you can take Y+ as small as you want. it will increase the accuracy of your result but program take more time to converge due to more number of grid points...........
lalitg is offline   Reply With Quote

Old   April 1, 2014, 14:34
Default What is Y plus?
  #18
New Member
 
Manpreet
Join Date: Jan 2014
Posts: 14
Rep Power: 12
manpreet is on a distinguished road
Hello David Creech
I am Manpreet. I am working on project entitled Flow analysis through Rotor 37. I have done meshing by following turbogrid tutorials. In that, does not mention any value for Yplus . It is using standard.Could you please let me know how to calculate Yplus in my case. In addition, I am trying to open link mentioned by you http://bgtibm1.me.uiuc.edu/people/d-...sdownload.html. It's not working showing error server not found. How do I access it.

Thanks and Regards
Manpreet Singh
manpreet_singh_er@yahoo.co.in

;3250]Jeff,

y+ is a non-dimensional distance. It is often used to describe how coarse or fine a mesh is for a particular flow pattern. It is important in turbulence modeling to determine the proper size of the cells near domain walls. The turbulence model wall laws have restrictions on the y+ value at the wall. For instance, the standard K-epsilon model requires a wall y+ value between approximatly 300 and 100. A faster flow near the wall will produce higher values of y+, so the grid size near the wall must be reduced.

The definition of y+ for the K-e model is:

y+ = (((density^2 * Cmu^(1/2) * K)^(1/2))/viscosity) * (distance from wall)

where Cmu is the constant 0.09 and K is the kinetic energy.

If you are interested, I have a study of the effect of y+ on wall heat transfer for various turbulence models in my thesis, at http://bgtibm1.me.uiuc.edu/people/d-...sdownload.html

David Creech CFD Literature CFX User Subroutine Archive[/QUOTE]
manpreet is offline   Reply With Quote

Old   April 5, 2016, 04:41
Smile First Cell Size in case of laminar flows
  #19
Member
 
Bineet Mehra
Join Date: Aug 2013
Posts: 61
Rep Power: 12
bineet_aero is on a distinguished road
Hello,

Though the applicability of Y+ is suited for turbulent BL flows what precautions in terms of first cell size should one take while modeling Laminar flows ?

We can estimate the first cell size height for turbulent flows employing turbulence models but what about the first cell size height in case of laminar flows? ....

Thanks
bineet_aero is offline   Reply With Quote

Old   June 25, 2016, 03:56
Default
  #20
New Member
 
Saurav Chakraborty
Join Date: Sep 2013
Posts: 14
Rep Power: 12
srv1406 is on a distinguished road
Hello everyone

I was wondering if there are any thumb rules for deciding the y+ value for the first grid point when standard wall function is used for k-e model. In my area of work, some have considered 30, 50 etc. For my particular case I was thinking of using a higher value of about 100 or even upto 200, otherwise the no of cells become too large even for structured mesh. But i am not able to arrive at any conclusion, not finding any deciding rules. Can anyone please help me out ? Till what extent of y+, the standard wall function takes care of, this is the prime issue. I am not interested in any near wall flow physics, so i would like to use as large a value for y+ as possible with a good soluton for bulk flow characteristics and heat transfer at the walls. The reynolds no is of the order of 10^6.

Thanks in advance
Saurav
srv1406 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
Please explain steady turbulence for simpleFoam smillion OpenFOAM 10 September 7, 2010 23:14
Please explain this commands. sri31049 FLUENT 3 March 20, 2009 04:38
Please explain some basic doubts jaswi OpenFOAM 0 September 13, 2007 08:37
Please explain Abby CFX 1 April 25, 2006 06:18
could you explain a everyday life phenomenon? askquestion Main CFD Forum 1 March 9, 2004 13:36


All times are GMT -4. The time now is 22:34.