|
[Sponsors] |
October 20, 2013, 14:59 |
Microfluidics
|
#1 |
New Member
BHUVANESH
Join Date: Oct 2013
Location: INDIA
Posts: 5
Rep Power: 13 |
Hi all,
when i tried to incorporate fully developed flow in fluent under laminar conditions, i got an example like this... can somebody help how to use for my problem of 400 * 4000 (dia*length) of a microchannel.. Waiting for an valid reason.. #include "udf.h" DEFINE_PROFILE(inlet_x_velocity, thread, position) { real x[ND_ND]; /* this will hold the position vector */ real y, h; face_t f; h = 0.016; /* inlet height in m */ begin_f_loop(f,thread) { F_CENTROID(x, f, thread); y = 2.*(x[1]-0.5*h)/h; /* non-dimensional y coordinate */ F_PROFILE(f, thread, position) = 0.1*(1.0-y*y); } end_f_loop(f, thread) } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Microfluidics | mh | CFX | 5 | March 20, 2011 22:16 |
microfluidics lab on a chip design model and simulation | mmeadows | FLUENT | 0 | February 21, 2011 15:32 |
microfluidics | francisco tovar | FLUENT | 1 | March 28, 2007 18:06 |
Mems microfluidics | Phil Jerry | Main CFD Forum | 1 | February 26, 2004 14:14 |
microfluidics | Bivan | Main CFD Forum | 0 | May 14, 2002 23:45 |