|
[Sponsors] |
November 27, 2009, 08:15 |
nutWallFunction questions
|
#1 |
Senior Member
Anonymous
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
I'm investigating the wall function approaches used in OpenFOAM. Epsilon and omega wall functions were fairly straight-forward in the end. However, I am looking at nutWallFunction and I'm at a loss as to why nut at the wall is defined as so:
nutw[faceI] = nuw[faceI]*(yPlus*kappa_/log(E_*yPlus) - 1.0); //for y+>11 Why not use the values the computed values of k, epsilon, or omega? |
|
November 29, 2009, 04:51 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
||
November 29, 2009, 15:03 |
|
#3 |
Senior Member
Anonymous
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
Sorry to have confused you; I'll elaborate more. In the k-epsilon and k-omega models, the very last thing they do is compute nut:
//from RealizableKE // Re-calculate viscosity nut_ = rCmu(gradU, S2, magS)*sqr(k_)/epsilon_; // (1) nut = Cmu*k/omega nut_.correctBoundaryConditions(); nut is computed as I'd expected here. Why not use the same equation in nutWallFunction to compute the value at the boundary, as you have k, omega, and epsilon already computed at the boundary face? Is it because you require a general expression for application to all turbulence models? The reason I've asked is because I'm not particularly conversant in wall functions and I wasn't expecting a different equation for nutWallFunction. |
|
November 30, 2009, 05:09 |
|
#4 |
New Member
CHB
Join Date: Oct 2009
Posts: 3
Rep Power: 17 |
|
|
November 30, 2009, 06:36 |
|
#5 |
Senior Member
Anonymous
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
Thanks, Christof.
"At the walls nutw[faceI] = nuw[faceI]*(yPlus*kappa_/log(E_*yPlus) - 1.0); is used to apply the wall shear stress tau_wall = rho * (nu + nut) * du/dy according to the log law. " Ok, if that's the case, then this is a different form from what I've read other people doing in the past. Thank you, anyway, for helping clear that up. |
|
July 28, 2010, 10:11 |
|
#6 |
Member
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16 |
Hi to everybody,
i was looking for the "origin" of this nut equation, It's from: nut=nu*[(Y+/U+)-1] and U+=1/k*ln(E*Y+) ??? I don't know the origin of the first equation, I have read Pope-Turbulent Flows but in that book nut=k*y*u_t Thank in advance Alessandro
__________________
|
|
August 11, 2010, 04:49 |
|
#7 | |
Member
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16 |
Quote:
thanks
__________________
|
||
October 13, 2010, 06:08 |
|
#8 |
Member
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16 |
__________________
|
|
October 28, 2011, 06:30 |
|
#9 |
Senior Member
Anne Gerdes
Join Date: Aug 2010
Location: Hamburg
Posts: 168
Rep Power: 16 |
Hey Alessandro,
in this thread you might find help: http://www.cfd-online.com/Forums/ope...-function.html |
|
October 28, 2011, 07:36 |
|
#10 | |
Senior Member
Anne Gerdes
Join Date: Aug 2010
Location: Hamburg
Posts: 168
Rep Power: 16 |
Quote:
Dear madad, can you please explain how the nut computed by the nutWallFunction applies the wall hear stress according to the log law? Am I right that there is no explicit near wall treatment for the velocity and the wall function is only enabled via omega, k and nut? Thank you for an answer in advance. Anne |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
novice star ccm+ questions | apc3161 | STAR-CCM+ | 2 | August 25, 2009 11:15 |
So many questions in DPM & UDF - Help! URGENT! | Prashanth | FLUENT | 0 | March 3, 2009 23:26 |
Few questions | phi | FLUENT | 0 | March 4, 2005 10:23 |
Questions about CFD | Lebeau alexandre | Main CFD Forum | 1 | April 6, 1999 15:23 |
turbulence modeling questions | llowen | Main CFD Forum | 3 | September 11, 1998 05:24 |