CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

why does slip velocity take no changes?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 25, 2007, 06:39
Default why does slip velocity take no changes?
  #1
Wang
Guest
 
Posts: n/a
Hi,In my case

slip velocity: u_wall=B*du_wall/dy.

B is the slip length.

shear stress : t_wall=A*du_wall/dy.

I have to contain B in my UDF program. I use the equation t_wall=(A/B)*u_wall instead of t_wall=A*du_wall/dy.So when I changed the slip coefficient B,the flow should also change But the result seem not so.Flow rate is always the same when B changes.I don't know how mistakes accure, could you please help me?

I wrote a UDF to simulate slip boundary condition.and hooked it at the specified shear.

My UDF is below: ---------------------- DEFINE_PROFILE(slip_wall,thread,index) { ...

begin_f_loop(f,thread) {

if(time<0.001)

F_PROFILE(f,thread,index)=0;

else

{

c=F_C0(f,thread);

cell_thread=THREAD_T0(thread);

F_PROFILE(f,thread,index)=coef*C_U(c,cell_thread);

} } end_f_loop(f,thread) } -------------------------------

best regards!

Wang
  Reply With Quote

Old   June 26, 2010, 09:23
Default hi wang,slip velocity ,help!
  #2
New Member
 
王国斌
Join Date: Jun 2010
Location: beij,chongqing,Chengdu
Posts: 22
Rep Power: 15
wangguobin14 is on a distinguished road
Send a message via ICQ to wangguobin14 Send a message via MSN to wangguobin14
hello, wang,
i am studying at beijing, where are you now?
if you see my message,please add my QQ 568179641,
i have some slip problem to chat with you faithlly.
wangguobin14 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to compute relative velocity from absolute? spk Main CFD Forum 3 July 9, 2010 08:42
Velocity in Porous medium : HELP! HELP! HELP! Kali Sanjay Phoenics 0 November 6, 2006 06:10
Questions about Slip Velocity Jen FLUENT 0 January 20, 2005 18:01
slip velocity in microchannbel Sander Nagoo Main CFD Forum 0 October 15, 2002 00:53
slip velocity on boundary (V.P.M) Lee, Juhee Main CFD Forum 3 October 22, 1998 15:30


All times are GMT -4. The time now is 23:32.