|
[Sponsors] |
November 2, 1999, 13:48 |
solid surface boundary condition
|
#1 |
Guest
Posts: n/a
|
Hello, everyone:
I use high Reynold number k-epsilon model to solve a flow past a flat plate. to assign the boundary condition at the wall, I just use those points which are just beyond the viscous sublayer and within the law of wall region. As we know, the u,k,and epsilon at this region are related with friction velocity as u/u*=ln(Eyu*/mu)/kappa, k=u*/sqrt(cmu), epsilon=u*^1.5/(kappa*y), where u* is friction velocity. I want to know how to get u, k, epsilon at this region, since the u* is also unknown. Thanks in advance. qlr |
|
November 2, 1999, 17:24 |
Re: solid surface boundary condition
|
#2 |
Guest
Posts: n/a
|
Hi qlr,
You must know u* by solving the non-linear equation u/u* = ln(Eyu*...). Use the Newton method. Valdemir. |
|
November 2, 1999, 17:51 |
Re: solid surface boundary condition
|
#3 |
Guest
Posts: n/a
|
Hi,Valdemir
How can use u/u*=ln(Eyu*/mu) to solve u*, since I use this equation to get u at the law of wall region. Another problem is: since I use the law of wall region as the wall boundary, how can I know which y value is good to set as the wall boundary. Thanks. qlr |
|
November 2, 1999, 17:58 |
Re: solid surface boundary condition
|
#4 |
Guest
Posts: n/a
|
You must solve this equation for X=u*/u. The boundary condition for k and epsilon depend on u*. See the book of Pletcher, for example. More about it, send me E-mail.
Valdemir. |
|
November 3, 1999, 00:09 |
Re: solid surface boundary condition
|
#5 |
Guest
Posts: n/a
|
1) Best way : another iteration loop in the given global iteration(ITER=N)
2) General way : use the value of previous iteration(ITER=N-1) to get the value of current step(ITER=N) Sincerely |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mixed inflow/outflow downstream boundary condition question | peob | OpenFOAM Running, Solving & CFD | 3 | February 3, 2017 11:54 |
inlet velocity boundary condition | murali | CFX | 5 | August 3, 2012 09:56 |
boundary condition of an internal surface | ynsudo | OpenFOAM Running, Solving & CFD | 7 | September 14, 2011 05:17 |
vorticity boundary condition | bearcharge | Main CFD Forum | 0 | May 14, 2010 12:32 |
Solid Boundary Condition | zhanglei | Main CFD Forum | 4 | January 12, 2002 18:27 |