|
[Sponsors] |
Wall boundary conditions for turbulence models |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 18, 2013, 03:56 |
Wall boundary conditions for turbulence models
|
#1 |
New Member
Steve
Join Date: Sep 2012
Location: Perth, Australia
Posts: 17
Rep Power: 14 |
CFD + OpenFOAM Newbie question:
I'm confused about how to specify boundary conditions on walls for turbulence models. (I have looked through the manuals, the forums and examples, and sadly I'm still confused!) Can anyone offer a concise explanation of the entries that should be specified in the /0/k /0/epsilon and /0/omega dictionaries, and the general approach to selecting values of k/epsilon/omega on the walls? (I am reasonably happy with how to set up the inlet/outlets, but I am struggling with the walls!) The specific case I am working on is a circular duct with air flowing over an obstacle in the duct. Initially I want to use wall functions. I see things like this in the examples: Code:
DuctWalls { type omegaWallFunction; value $internalField; } Code:
DuctWalls { type epsilonWallFunction; value uniform 0.01; } If I wanted to do the near-wall approach and not use wall functions, what would I do differently in setting these parameters? Any comments are appreciated.... |
|
May 19, 2013, 00:55 |
|
#2 |
Member
Eric Robertson
Join Date: Jul 2012
Posts: 95
Rep Power: 15 |
The $internalField keyword is essentially telling OF that you would like that particular boundary to take on the value that is specified next to the "internal field" closer to the top of the file. The "internal field" value is just a starting parameter describing what's going on inside the domain just before the simulation begins, and gets overwritten at the first step. It is normally acceptable to use 0 for this.
If I'm not mistaken, you should use large values of omega at the walls (in the thousands). The uniform keyword allows you to specify a particular value (essentially saying that the value you specify is uniform across that entire boundary and that there is no gradient or any type of variation). |
|
May 27, 2013, 11:01 |
|
#3 |
New Member
Steve
Join Date: Sep 2012
Location: Perth, Australia
Posts: 17
Rep Power: 14 |
Sorry msuaeronautics, I missed your reply... thanks for your comments.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Domain Imbalance | HMR | CFX | 5 | October 10, 2016 06:57 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
natural convection | mehrdadeng | CFX | 10 | February 25, 2011 06:25 |