|
[Sponsors] |
August 1, 2004, 05:59 |
wall boundary condition
|
#1 |
Guest
Posts: n/a
|
I am coding a 3D RANS/k-eps cfd code and testing 2D now. In the flow solver at the wall I set the normal stress tauxx=tauyy=0 and tauxy=tauyx=tauwall (tauwall is based on the wall low). Is it correct? Who knows, who has experience? Thanks. WX.
|
|
August 19, 2004, 08:11 |
Re: wall boundary condition
|
#2 |
Guest
Posts: n/a
|
Hi there,
You may either implement the wall friction as a source term in the code as: tau_w*A, where tau_w=rho*u_tau*U*kappa/ln(9*y+) from the law-of-the-wall and A is the wall-area using this routine you should override the normal routines in the momentum equation or through a modified eddy-viscosity as: mu_eff=rho*u_tau*y*kappa/ln(9*y+) and include that instead of the normal eddy-viscosity. The normal stresses are very small at the wall as: tau_xx=mu*dU/dx tau_yy=mu*dV/dy for which both the velocity gradients and the (effective) viscosity are small. Cheers Jonas |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Natural convection in a closed domain STILL NEEDING help! | Yr0gErG | FLUENT | 4 | December 2, 2019 01:04 |
Domain Imbalance | HMR | CFX | 5 | October 10, 2016 06:57 |
isothermal wall boundary condition | Neil | Main CFD Forum | 3 | November 9, 2015 03:34 |
How to set rotating wall as boundary condition | babu | FLUENT | 7 | December 14, 2013 05:48 |
Variable temperature wall boundary condition | Virginie | FLUENT | 2 | October 2, 2007 10:23 |