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

Low-Re k-omega-sst SAS boundary conditions

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By bmikuz

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2013, 03:09
Default Low-Re k-omega-sst SAS boundary conditions
  #1
Senior Member
 
RodriguezFatz's Avatar
 
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 26
RodriguezFatz will become famous soon enough
Dear all,

It is hard to find any help about the scale adaptive simulation here or anywhere else.
I am interested in low-Re boundary conditions at walls.
What I did is using the low-Re boundary conditions of the "non-sas" k-omega-sst model for k and omega, thus:

Code:
   // k:
   PIPE_WALL
    {
        type          fixedValue;
        value         uniform 1.0e-12;
    }

   // omega:
    PIPE_WALL
    {
        type             omegaWallFunction;
        value            uniform 10000; 
    }
k should be set to a very low value >0 and omegaWallFunction can be used, since it is both low-Re an high-Re boundary condition.

Now, what about "nut" and "nusgs"? These values don't have any equation to solve for. So first thing that comes in my mind: Why do they need b.c. at all? Is this something that is needed only for high-Re cases, when the calculated values are overwritten by a wall function?
What I found is, people seem to use "zeroGradient" for "nuSgs" and "zero" or "nutLowReWallFunction" for "nut".
But why not using "calculated" for both nut and nuSgs? They can be calculated, once omega and k are known by their equations. Why would I patch them to something different?

Can anyone help me, I am really stuck with that question!
__________________
The skeleton ran out of shampoo in the shower.
RodriguezFatz is offline   Reply With Quote

Old   September 26, 2014, 06:33
Default
  #2
New Member
 
Blaž Mikuž
Join Date: Sep 2011
Location: Ljubljana
Posts: 29
Rep Power: 14
bmikuz is on a distinguished road
Hi Phillip,

I see that it has been almost one year since your post here. Did you find out why there is also a b.c. for turbulent viscosity?
This paper could be useful for you:
http://www.tfd.chalmers.se/~lada/pos..._report_WF.pdf
It investigates low-Re and high-Re implementations of b.c. for turbulence models (mostly k-omega).
mj.foamer likes this.
bmikuz is offline   Reply With Quote

Old   September 26, 2014, 07:05
Default
  #3
Senior Member
 
RodriguezFatz's Avatar
 
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 26
RodriguezFatz will become famous soon enough
I think I found some thesis (also from chalmers?) where it was stated, that the nut b.c. is not used at all and can be set to anything. I will try to find that paper...
__________________
The skeleton ran out of shampoo in the shower.
RodriguezFatz 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
k and omega boundary conditions. A.D.E OpenFOAM 8 March 12, 2024 08:55
non reflective boundary conditions for incompresible flow Pascal_doran OpenFOAM Programming & Development 16 August 25, 2015 05:35
inlet boundary conditions newOFuser OpenFOAM 1 January 10, 2013 08:08
CFX13 Post Periodic interface EtaEta CFX 7 December 8, 2011 17:15
k Omega SST SAS for OpenFOAM 1.5??? barath.ezhilan OpenFOAM Running, Solving & CFD 3 June 2, 2010 07:41


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