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

Normal particle velocity in particle deposition!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2009, 22:18
Default Normal particle velocity in particle deposition!
  #1
Prashanth
Guest
 
Posts: n/a
Hello all

I am working on building a deposition model using UDF in fluent. My criteria for particle sticking compares the particle critical velocity with the particle normal velocity. How do I get the normal velocity in my UDF? Is it just the velocity in the direction normal to the wall or would I have to use something like the code below to find it? This was taken from the UDF manual example.

if(p->type==DPM_TYPE_INERT)

{

alpha = M_PI/2. - acos(MAX(-1.,MIN(1.,NV_DOT(normal,p->state.V)/

MAX(NV_MAG(p->state.V),DPM_SMALL))));

if ((NNULLP(t)) && (THREAD_TYPE(t) == THREAD_F_WALL))

F_CENTROID(x,f,t);

/*computing normal velocity*/

for(i=0;i<idim;i++)

vn += p->state.V[i]*normal[i];
  Reply With Quote

Old   May 29, 2013, 22:30
Default
  #2
New Member
 
zhongying ma
Join Date: Nov 2012
Location: Beijing
Posts: 5
Rep Power: 13
mzy012100 is on a distinguished road
Quote:
Originally Posted by Prashanth
;156476
Hello all

I am working on building a deposition model using UDF in fluent. My criteria for particle sticking compares the particle critical velocity with the particle normal velocity. How do I get the normal velocity in my UDF? Is it just the velocity in the direction normal to the wall or would I have to use something like the code below to find it? This was taken from the UDF manual example.

if(p->type==DPM_TYPE_INERT)

{

alpha = M_PI/2. - acos(MAX(-1.,MIN(1.,NV_DOT(normal,p->state.V)/

MAX(NV_MAG(p->state.V),DPM_SMALL))));

if ((NNULLP(t)) && (THREAD_TYPE(t) == THREAD_F_WALL))

F_CENTROID(x,f,t);

/*computing normal velocity*/

for(i=0;i<idim;i++)

vn += p->state.V[i]*normal[i];
could tell me that wheather your problem was solved?the criteria for particle sticking compares the particle critical velocity ,is there necessary to conductforce analysis near wall between the particle and fluid? looking forward your replying.
mzy012100 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
FLUENT 6.3 for particle deposition studies? Prashanth FLUENT 14 September 17, 2015 02:05
particle deposition pattern sarah_ron2002 FLUENT 3 January 12, 2011 06:37
Particle Deposition in CFX11.0 siavash ghassemi CFX 0 January 10, 2008 09:29
particle deposition candy FLUENT 0 April 5, 2003 02:40
Normal distance from a particle to a surface Newbie FLUENT 1 February 26, 2001 12:44


All times are GMT -4. The time now is 02:13.