CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   How dpm detects the collision with boundary? (https://www.cfd-online.com/Forums/fluent/49686-how-dpm-detects-collision-boundary.html)

Player November 2, 2008 02:04

How dpm detects the collision with boundary?
 
Hi everyone,

I try to simulate the discrete phase using dpm, and I am wondering how Fluent can detect the collison between particles and boundary using meshes? There are so many particles and a huge number of meshes in the system. Can anyone give me a detailed explanation? Thanks a lot!

CUser November 2, 2008 15:40

Re: How dpm detects the collision with boundary?
 
I think FLUENT can do only Eulerian approach and so DPM might be using phase averaged conservation equations (I am not totally sure about this as I never looed at what equations or methodology FLUENT uses for DPM and so this is only a guess). You might want to consider LBM for your simulation.

CDE November 2, 2008 17:20

Re: How dpm detects the collision with boundary?
 
FLUENT knows the coordiantes of the centroid and area normal vector of each face on the boundary.

I'm not sure exatly how it detects collision but I would guess it uses the particle trajectory vector and a plane equation for boundary face and checks for intersection.

Player November 2, 2008 20:43

Re: How dpm detects the collision with boundary?
 
Thanks.

I think you are probably right. I found this from the fluent website discussing MPM(http://www.fluent.com/about/news/new...i2_fall/a4.htm):

"To detect a particle- wall collision, the model identifies the boundary faces (wall surfaces) the particle intersected during the previous time-step,...".

But the next questions are: there are so many bounary faces with different orientations and locations in the system, how can Fluent tell which face the particle may pass through? How to implement this contact search efficiently and precisely in Fluent with a large number of particles and meshes?

Thanks!

CDE November 2, 2008 22:05

Re: How dpm detects the collision with boundary?
 
I don't know the answer to your question but I can make an educated guess from my experience writing UDFs.

For any face in the domain, it will have two cells assocaited with it, one on either side of the face. In the UDF manual these are refereed to as cell C0 and C1. For faces on the boundary, cell C1 does not exist. A simple test would be if the particle passes through a face, test if C1 exists. If it doesn't then it is a boundary face.

Player November 3, 2008 00:18

Re: How dpm detects the collision with boundary?
 
Thanks again. I am very interested in what you supposed. So could you please tell me where can I find some references talking about the way the face is labelled and also the way to tell a boundary face? I didn't find any related comments by Google.

CDE November 3, 2008 03:31

Re: How dpm detects the collision with boundary?
 
you can find that information in FLUENTs UDF manual

wall-colli November 4, 2008 00:33

Re: How dpm detects the collision with boundary?
 
its just an idea,

lets say that you have a particle at position r(x,y,z) and you know time step size delT.

Now from this position of particle r you shall be able to get velocity and thus next position for its movement by delT.

from this new position r2, if you had a way to find the cell where this new position belongs, it might answer whether the particle just crossed the boundary or not, because if it crossed boundary Fluent will give you an error that cell does not exist. (I think it does if you ask velocity field for the points not insize the mesh).

So you could detect whether it crossed boundary or not.

Friend November 4, 2008 05:34

Re: How dpm detects the collision with boundary?
 
This is defined by the geometry of the droplet relative to the boundary wall. All boundary walls are defined using the mesh and the droplet trajectory are also computed at every time step. So interaction occur at the geomtry represented by the walls and in the dpm model the droplet vanish once it reaches the wall. This is all what I know as a non user of dpm model.


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