|
[Sponsors] |
Normal particle velocity in particle deposition! |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 8, 2009, 23:18 |
Normal particle velocity in particle deposition!
|
#1 |
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]; |
|
May 29, 2013, 23:30 |
|
#2 | |
New Member
zhongying ma
Join Date: Nov 2012
Location: Beijing
Posts: 5
Rep Power: 14 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FLUENT 6.3 for particle deposition studies? | Prashanth | FLUENT | 14 | September 17, 2015 03:05 |
particle deposition pattern | sarah_ron2002 | FLUENT | 3 | January 12, 2011 07:37 |
Particle Deposition in CFX11.0 | siavash ghassemi | CFX | 0 | January 10, 2008 10:29 |
particle deposition | candy | FLUENT | 0 | April 5, 2003 03:40 |
Normal distance from a particle to a surface | Newbie | FLUENT | 1 | February 26, 2001 13:44 |