|
[Sponsors] |
May 21, 2004, 07:11 |
wall slip udf
|
#1 |
Guest
Posts: n/a
|
hello thank you is it possible to define velocity of fluid near wall(slip flow):U=B*(dU/dx or dy)^n and write udf for this boundary condition? if n=0.9 & B=0.02, is this udf is correct?
#include "udf.h" DEFINE_PROFILE(slip, thread, nw) { cell_t c; Thread *t; int i; face_t f; begin_f_loop (f,thread) double m =C_DWDY(c, t); { F_PROFILE(f,thread,nw) = 0.02* pow ( m, 0.9); } end_f_loop (f,thread) } please if it is not correct,write it for me correctly Yours faithfully Arash Avesta |
|
May 21, 2004, 11:45 |
Re: wall slip udf
|
#2 |
Guest
Posts: n/a
|
Hi it seems okay. what is problem with that ..kethireddy
|
|
|
|
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 |
UDF to Access Wall Normal Concentration Gradient | Daniel Tanner | Fluent UDF and Scheme Programming | 4 | February 18, 2015 15:35 |
Slip flow boundary condition on wall using UDFs | mahdi haddad | FLUENT | 1 | November 11, 2014 07:13 |
UDF for slip and moving wall | lichun Dong | FLUENT | 3 | March 26, 2014 05:37 |
UDF hook on the WALL boundary condition | Luke | FLUENT | 0 | June 7, 2006 12:54 |