CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   Solver Yplus of Automatic wall treatment (https://www.cfd-online.com/Forums/cfx/117161-solver-yplus-automatic-wall-treatment.html)

justjhy May 3, 2013 06:52

Solver Yplus of Automatic wall treatment
 
Hi all,

I know that the solver Yplus is used in the wall function during calculation.
Recently, I read CFX Theory guide and i found that the solver Yplus of Scalable wall function is based on \Deltan/4
and that of Automatic wall treatment is based on\Deltan.

Where \Deltan is physical distance between first and second nodes from wall boundary.

Since CFX generates its control volumes around each mesh node including boundary nodes,
it makes sense that Scalable wall function uses \Deltan/4 for wall distance.

However, why does Automatic wall treatment adopt \Deltan as wall distance for the solver Yplus?

I referred [Chapter 2.8.1.2 Solver Yplus and Yplus, CFX Theory guide, (p. 143)].
No helpful explanation was found in the documentation.
I hope to have an answer from wise man...

Thank you in advance.

Best regards,

H. Chung

JuPa May 3, 2013 15:23

Wall functions are extremely useful in reducing computational expense as you don't need to model up to the near wall region.

I'm not sure what you mean when you ask:

Quote:

Originally Posted by justjhy (Post 424928)
However, why does Automatic wall treatment adopt \Deltan as wall distance for the solver Yplus?

If I understand your question correctly, it's because wall functions do exactly what it says on the tin: they use functions to model near wall behavior. So using \Deltan as a measure makes sense as it's the first cell height between two nodes which is used to calculate Y+. If Y+ is large the solver will use wall functions. If Y+ is small the solver will try to resolve near wall flow. Off course this depends on mesh, type of models used etc.


So you're asking why does automatic wall treatment adopt \Deltan as the wall distance in the Y+ calculation. Well what measure would you use to determine the wall distance? :confused:

oj.bulmer May 4, 2013 07:19

You might know that wall functions are valid only when the first grid points are placed at certain distances from wall, below which the velocity profiles are modeled mathematically instead of NS equations. Now, this limit is generally at the y+ values of 11, below which viscous sublayer exists. If you keep refining your grid, your first grid point may as well go well below this distance, falling into viscous layer and hence it gives incorrect shear calculation on the surface, inducing inaccuracy. Hence, scalable wall functions enforce a minumum limit of y+ as y+= max(y*, 11.06); \; y* = \frac{u* \Delta n/4}{\nu}. If you observe, here, u* is used instead of u_T, the shear velocity that is commonly used in all textbooks, because in logarithmic layer the reduction in wall velocity is very rapid. Use of u* which is empirically defined, doesn't let u_T=f(u*) go to close to zero.

Essentially, all these precautions are taken, so that mesh is always beyond viscous sublayer. Here, as you mentioned since CFX puts half control volume around nodes on boundary, the \Delta n/4 seems a legit value for considering the NS equation involvement, below which wall function takes over.

Automatic wall function is a different game. Here, if you use coarse mesh so that the first mesh point is beyond viscous sublayer, wall function is triggered. If you use fine mesh, keeping y+ values smaller than 11 such that the grid points are now within viscous sublayer, the wall function is abandoned and the integration is now untill the wall with the resolution you have with the mesh. Hence the name - Automatic!

Now, for first mesh point beyond sublayer the calculations are modelled using y+ (keeping it minimum 11) and for first mesh point within sublayer, which is laminar, the calculations are modelled using simple \Delta n. With automatic wall function, since the first point may lie within or beyond the sublayer, there is no limit imposed on what should be minimum y+ (or the distance first grid point) and hence the mathematical treatment is combination of both definitions and is simply based on \Delta n.

OJ


All times are GMT -4. The time now is 10:56.