|
[Sponsors] |
May 21, 2004, 02:58 |
WALL FUNCTION: Implement process
|
#1 |
Guest
Posts: n/a
|
I am currently working on implementing the wall function to Wilcox wall function.Now I am trying the case for flat plate. My code is using JST scheme. The main steps I am using are: 1) Compute u_{\tau} by using y^{+}=1/k ln( u^{+} + B with given velocity from the first interior cell. 2) Compute \tau_{w} using u_{\tau} and \rho. 3) Using the integral x-component of \tau_{w} multiply the maginitude of surface vector. 4) Set the engergy item to zero since I am working for steady adibatic case.
Is there anything wrong in my implementation, I could not get the resonable results. Could anyone give me your hand ? Thanks |
|
May 23, 2004, 18:55 |
Please help me.
|
#2 |
Guest
Posts: n/a
|
thanks .
|
|
June 8, 2004, 10:32 |
Re: WALL FUNCTION: Implement process
|
#3 |
Guest
Posts: n/a
|
Hi there,
I guess you simply forgot to tell us that you have included the following functions for k and omega: k=u_tau/sqrt(C_mu) omega=u_tau/(sqrt(C_mu)*\kappa*y) Furthermore it seems to be a typo for the log-law: u+=log(y+)/\kappa+C, \kappa=0.41, C=5 When computing u_tau (from the log-law and u+=U/u_tau) you could maybe iterative some times, as the log-law needs y+ which involves u_tau itself as: y+=u_tau*y*\rho/\mu What you mean by multiplying tau_w with the surface vector, and don't know. Though I guess you do it rightly. Tau_w is the surface tension which is introduced in FVM as a source term by multiplying with the appropriate surface-area. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
Need some wall function approaches! | yka8150 | Main CFD Forum | 0 | September 22, 2009 00:08 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
Wall function problem in Fluent | mefpz | FLUENT | 1 | October 10, 2007 14:43 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |