|
[Sponsors] |
September 21, 2006, 06:29 |
Hello,
I want to use a SGS
|
#1 |
Member
anne dejoan
Join Date: Mar 2009
Location: madrid, spain
Posts: 66
Rep Power: 17 |
Hello,
I want to use a SGS model + wall function. I have read in a threat that to do so you have to declare "nuSgsWallFunction" as type BC for nuSgs. However, while doing this, I have the following error message when runninf the application: I use openFoam 1.3 version. How should it be declared so taht it wokds ? -------------------------------------------- --> FOAM FATAL IO ERROR : keyword value is undefined in dictionary "/home/anne/OpenFOAM/anne-1.3/run/OBSTACLE_HIGH_RE/0/nuSgs::bottomWall" file: /home/anne/OpenFOAM/anne-1.3/run/OBSTACLE_HIGH_RE/0/nuSgs::bottomWall from line 245801 to line 245801. From function dictionary::lookupEntry(const word& keyword) const in file db/dictionary/dictionary.C at line 152. FOAM exiting ------------------------------ Thanks you anne |
|
September 21, 2006, 06:52 |
You need to add a value entry
|
#2 |
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21 |
You need to add a value entry to your nuSgsWallFunction boundary condition, like so:
bottomWall { type nuSgsWallFunction; value uniform 1e-10; } Most boundary conditions require such a placeholder value entry even though the initial specification is not important. It is simply a result of the way the boundary class is derived from its base type. |
|
September 21, 2006, 11:10 |
thanks ,
it runs now
Ann
|
#3 |
Member
anne dejoan
Join Date: Mar 2009
Location: madrid, spain
Posts: 66
Rep Power: 17 |
thanks ,
it runs now Anne |
|
September 22, 2006, 05:00 |
Hi again,
I would like just
|
#4 |
Member
anne dejoan
Join Date: Mar 2009
Location: madrid, spain
Posts: 66
Rep Power: 17 |
Hi again,
I would like just some clarification: when using LES+wall function, Is the correct way to apply a fixed zero type BC for U ? Anne |
|
September 22, 2006, 05:28 |
Yes, wall functions are applie
|
#5 |
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21 |
Yes, wall functions are applied to the velocity field via an enhanced viscosity.
tau_w = (nu + nu_w) * du/dn_w where the appropriate nu_w is calculated using the wall function. |
|
April 14, 2008, 15:35 |
Dear All,
I also try to do
|
#6 |
New Member
Thomas Gallinger
Join Date: Mar 2009
Posts: 28
Rep Power: 17 |
Dear All,
I also try to do LES with wall functions. My problem is, that if I apply the type "nuSgsWallFunction" to a wall patch, as mentioned above, I get the error message: This is an unknown patch field, if I try to decompose the case. If I run it without decomposition the solver starts and doesn't complain about the patch. In the .OpenFOAM/controldict the switch disallowDefaultFvPattchField is set to 1. I'm using the 1.4.1-dev version of Foam. So I'm not shure if wall functions are applied or not. Can someone help? Thanks in advance Thomas |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Operator declaration in Thermophysical library | lena | OpenFOAM Running, Solving & CFD | 0 | March 12, 2009 10:47 |
Array declaration | kdarc | OpenFOAM Running, Solving & CFD | 0 | August 24, 2007 00:21 |
FORTRAN variable declaration | sriram | Main CFD Forum | 3 | October 22, 2005 07:08 |
variable declaration | zheh | Phoenics | 0 | September 7, 2001 23:58 |
Boundary declaration | Tadiwos | CFX | 4 | August 22, 2001 10:12 |