|
[Sponsors] |
I donbt want to use wall funtions How can I do it |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 26, 2006, 18:35 |
We are implementing a turbulen
|
#1 |
New Member
Pablo Cornejo Olivares
Join Date: Mar 2009
Location: Concepción, Chile
Posts: 5
Rep Power: 17 |
We are implementing a turbulence potential model into OpenFOAM, in fact we already done it .
in short, I don't wanna use wall function. How can I get turn off this option? |
|
July 26, 2006, 20:15 |
I don't know the answer to you
|
#2 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
I don't know the answer to your question, but out of curiosity, are you resolving the flow all the way down to the wall (similar to Fluent's Enhanced Wall Treatment approach)?
|
|
July 27, 2006, 02:48 |
The wall functions in OpenFOAM
|
#3 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
The wall functions in OpenFOAM are implemented by manipulating the generation term, the dissipation on the wall and wall viscosity. Have a look at the following file:
OpenFOAM-1.3/src/turbulenceModels/incompressible/kEpsilon/kEpsilon.C in kEpsilon::correct() there are 3 #include files: wallFunctionsI.H wallDissipationI.H wallViscosityI.H The first one specifies G and epilon near the wall, the second one blocks out the calculation of epsilon in near-wall cells and the third one fixes the near-wall viscosity. If you do not wish to use the wall functions, do not use this in your model. An example of a model with no wall functions is OpenFOAM-1.3/src/turbulenceModels/incompressible/LaunderSharmaKE. As you can see, equations are solved without manipulation. Enjoy, Hrv P.S. Which model are you implementing + how come we haven't already got it?
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
July 29, 2006, 18:48 |
as soon as possible...
|
#4 |
New Member
Pablo Cornejo Olivares
Join Date: Mar 2009
Location: Concepción, Chile
Posts: 5
Rep Power: 17 |
as soon as possible...
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
I donbt understand | antopnieta | OpenFOAM Running, Solving & CFD | 1 | January 15, 2008 15:44 |
ReadCHEMKINIII donbt work | mavimo | OpenFOAM Bugs | 1 | August 23, 2007 12:49 |
[blockMesh] Binary mode donbt work | fabianpk | OpenFOAM Meshing & Mesh Conversion | 5 | May 21, 2006 12:17 |
FoamX donbt show some cases | derath | OpenFOAM Pre-Processing | 1 | April 28, 2006 14:16 |
Donbt save bak | adorean | OpenFOAM | 0 | March 10, 2005 05:52 |