|
[Sponsors] |
October 17, 2013, 04:09 |
Low-Re k-omega-sst SAS boundary conditions
|
#1 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
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; } 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. |
|
September 26, 2014, 07:33 |
|
#2 |
New Member
Blaž Mikuž
Join Date: Sep 2011
Location: Ljubljana
Posts: 29
Rep Power: 15 |
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). |
|
September 26, 2014, 08:05 |
|
#3 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
k and omega boundary conditions. | A.D.E | OpenFOAM | 8 | March 12, 2024 09:55 |
non reflective boundary conditions for incompresible flow | Pascal_doran | OpenFOAM Programming & Development | 16 | August 25, 2015 06:35 |
inlet boundary conditions | newOFuser | OpenFOAM | 1 | January 10, 2013 09:08 |
CFX13 Post Periodic interface | EtaEta | CFX | 7 | December 8, 2011 18:15 |
k Omega SST SAS for OpenFOAM 1.5??? | barath.ezhilan | OpenFOAM Running, Solving & CFD | 3 | June 2, 2010 08:41 |