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

K-Omega SST wall treatment

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 23, 2019, 04:17
Default K-Omega SST wall treatment
  #1
Senior Member
 
Zander Meiring
Join Date: Jul 2018
Posts: 125
Rep Power: 7
yambanshee is on a distinguished road
Good day all,


I am modelling an axial flow fan, and am experimenting with different turbulence models. High on my interest is that of the k-omega sst model.


I have searched around, but mostly have found old and often conflicting views on the correct way to implement the k-omega sst model for a low-Re type simulation (solving through boundary layer).


k is simple enough to set to a low value, but omega I've heard recomendations to use omegaWallFunction or setting it to a large, constant value ( omega = (2*nu)/(C_w2*y_1^2) ). Which is the more correct implimentation for solving through the boundary layer (y+<1). And if the former, what value is used in the value field?


As for nut, I've seen recommendation to use nutSpalartAllmarasWallFunction, nutWallFunction, calculated or 1e-12. And if using any of the wall funcs or calculated, what would be the value once again?


Thanks!
yambanshee is offline   Reply With Quote

Old   January 23, 2019, 07:57
Default
  #2
New Member
 
Join Date: Oct 2018
Posts: 9
Rep Power: 7
tjuAeron is on a distinguished road
Hi Zander Meiring,
I'm using the same turbulent model at the moment, applying low-Re function.

I found a discussion from
https://www.researchgate.net/post/Sh..._wall_function

It seems that omegaWallFunction is suitable for both low and high Re.The condition based the blending of viscous and log layer.

For nut, in fact, there is a nutLowReWallFuntion.
Code:
tmp<scalarField> nutLowReWallFunctionFvPatchScalarField::calcNut() const
{
return tmp<scalarField>(new scalarField(patch().size(), 0.0));
}
The code shows that nut is set to zero
tjuAeron 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
Wall treatment with OpenFOAM roby OpenFOAM Running, Solving & CFD 48 May 28, 2021 11:38
Turbulence Near wall Treatment: can standard treatment be used for y+ between 1 to 5? mohibanwar FLUENT 9 August 30, 2015 01:11
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
Solver Yplus of Automatic wall treatment justjhy CFX 2 May 4, 2013 07:19
nutUSpaldingWallFunction - nutSpalartAllmarasWallFunction - Automatic Wall Treatment dogan Main CFD Forum 0 March 5, 2013 07:40


All times are GMT -4. The time now is 00:45.