|
[Sponsors] |
October 28, 2009, 06:02 |
yPlus query
|
#1 |
New Member
varun
Join Date: Jul 2009
Location: Braunschweig, Germany
Posts: 28
Rep Power: 17 |
Hi,
I have a basic query regarding the yPlus value and the associated(or appropriate) turbulence model, I wish to use the k-omega+SST model. What should be the appropriate yPlus value for good functioning of this model on openFoam. I have read in several threads that for K-epsilon model the yPlus should be in the log layer (y+>10). Is it the same case with komega+SST or should it be in the laminar sub-layer? thnX!! |
|
October 28, 2009, 08:06 |
|
#2 |
Member
Simon Lapointe
Join Date: May 2009
Location: Québec, Qc, Canada
Posts: 33
Rep Power: 17 |
The kOmegaSST model in OpenFOAM uses wall functions and thus requires a high y+ value. However, in 1.5-dev there is a kOmegaSST_LowRe which, I think, can resolve the near-wall region and should be used with a small y+.
Hope this helps |
|
October 28, 2009, 10:20 |
|
#3 |
New Member
varun
Join Date: Jul 2009
Location: Braunschweig, Germany
Posts: 28
Rep Power: 17 |
Hi Simon,
I will try this out. ThanX!! Last edited by vw.cfd; October 28, 2009 at 10:41. |
|
October 29, 2009, 08:53 |
|
#4 |
New Member
varun
Join Date: Jul 2009
Location: Braunschweig, Germany
Posts: 28
Rep Power: 17 |
Hi Simon,
I tried your suggestion on openfoam 1.5-dev, I obtain this error message: Unknown RASModel type kOmegaSST_LowRe Valid RASModel types are : 15 ( NonlinearKEShih kEpsilon realizableKE LienCubicKELowRe LienLeschzinerLowRe LaunderSharmaKE laminar SpalartAllmaras LienCubicKE LamBremhorstKE RNGkEpsilon LRR QZeta LaunderGibsonRSTM kOmegaSST ) Which turbulence model did you mean exactly? ThnX!! |
|
October 29, 2009, 10:24 |
|
#5 |
Member
Simon Lapointe
Join Date: May 2009
Location: Québec, Qc, Canada
Posts: 33
Rep Power: 17 |
Hi varun,
The kOmegaSST_LowRe model has been added recently to OpenFOAM-1.5-dev so you need to update your OpenFOAM (or download the model source code) to get it. |
|
February 18, 2010, 10:08 |
|
#6 |
Senior Member
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 18 |
Hey, foamers!
I am already using OpenFOAM 1.6. The mentioned mole does not exist. Cheers |
|
February 23, 2010, 04:25 |
|
#8 |
New Member
Tammo Wenterodt
Join Date: Mar 2009
Posts: 24
Rep Power: 17 |
The source of the kOmegaSST_lowRe model can be downloaded here:
http://openfoam-extend.svn.sourcefor.../?pathrev=1415 it does not directly compile with 1.6, though only little changes neccessary: at kOmegaSST_LowRe/kOmegaSST_LowRe.C line 171 add Code:
kappa_ ( dimensioned<scalar>::lookupOrAddToDict ( "kappa", coeffDict_, 0.41 ) ), Code:
kappa_.readIfPresent(coeffDict_); Code:
dimensionedScalar kappa_; BUT I face major problems in 3d geometries, where the model results in distinct pressure fronts in the domain, which then make the calculation crash. I'd be glad for any ideas on that! //Tammo Last edited by wenterodt; February 23, 2010 at 04:52. |
|
February 23, 2010, 07:15 |
|
#9 |
Senior Member
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 18 |
Hello wenterodt,
could you please post the procedure to install it in OpenFOAM-1.6? Cheers, Claus |
|
February 23, 2010, 08:19 |
|
#10 |
New Member
Tammo Wenterodt
Join Date: Mar 2009
Posts: 24
Rep Power: 17 |
Basically just write Make/files and Make/options, compile (wmake libso) and add a line to the controlDict
The procedure is pretty much the same as described here: http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2008/implementTurbulenceModel.pdf // Tammo |
|
March 3, 2010, 16:12 |
Wall function on LowRe model
|
#11 |
New Member
Join Date: Feb 2010
Posts: 28
Rep Power: 16 |
Hello Tammo,
have you any experience in nut boundary conditions on kOmegaSST_LowRe RAS model. It is zeroGradient or some nut wall function? Thanks. |
|
March 10, 2010, 15:39 |
|
#12 |
Senior Member
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 18 |
Hey Foamers!
I do not understand the purpose of yPlus. I found that tool yPlusRAS and executed. I got this values, but what should I do with these? I have been watching in many books. Cheers, Claus |
|
Tags |
turbulence model, yplus |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to choose the YPLUS value in two-phase flows? | Niewlande | FLUENT | 3 | December 7, 2015 16:43 |
Who stole my Yplus? | Chebeba | CFX | 4 | March 23, 2006 05:18 |
YPlus value -- CFX 5.7 | NeedHelp | CFX | 3 | December 7, 2004 21:46 |
X-Y plot of Yplus in Fluent 5.3 | Luo | FLUENT | 24 | April 11, 2000 07:07 |
heat transfer coefficients with "bad" yplus | Andrew | Main CFD Forum | 4 | April 8, 1999 05:43 |