CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Lagrangian Particle Tacking

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 29, 2010, 05:01
Default Lagrangian Particle Tacking
  #1
New Member
 
Taotao
Join Date: May 2010
Posts: 1
Rep Power: 0
Nording is on a distinguished road
Dear FOAMers:

Rencetly, I am implementing a particle-particle collision model into lagrange/intermediate/. When I test a case for tracking a lot of particles at different diameter sizes, which of some are the biger than the grid size, I find the small particles are not beyond the boundary, it is right, but the biger ones have strange behavour, particle sphere border will cross the mesh boundary. I want to known whether the track algorithm has limit to require particle size smaller than mesh size or somewhere exist a bug.

I will be very glad if I know your suggestions for solving this problem.

Best regards

Nording
Attached Images
File Type: gif bug1.GIF (15.6 KB, 51 views)
Nording is offline   Reply With Quote

Old   May 30, 2010, 08:03
Default
  #2
Member
 
Andrew King
Join Date: Mar 2009
Location: Perth, Western Australia, Australia
Posts: 82
Rep Power: 17
andersking is on a distinguished road
Hi Nording,

You are correct, the particle code only checks for intersections in the particle's current cell. If the particle is larger than the cell-size (approximately) then the particle can 'miss' the surface, while still being less than it's radius away.

As for overcoming this, I am not sure - we are planning to tackle it by using a distance field, or something similar, to check for impact. At the moment it's not a problem for us (small particles), so we haven't gone very far along this approach.


I would be interested to know how you are implementing the collision mechanics/tests however.

Cheers
Andrew
__________________
Dr Andrew King
Fluid Dynamics Research Group
Curtin University
andersking is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Lagrangian particle tracking jiejie OpenFOAM 15 July 19, 2017 11:18
print position of Lagrangian particle? sven82 OpenFOAM Running, Solving & CFD 4 June 16, 2016 08:58
DPM UDF particle position using the macro P_POS(p)[i] dm2747 FLUENT 0 April 17, 2009 01:29
Plotting particle wall impact angle (Lagrangian pt Bart Prast CFX 0 January 26, 2009 04:23
Number of particle positions in Lagrangian model KK CFX 4 February 16, 2008 04:56


All times are GMT -4. The time now is 16:06.