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

Kinematic Parcels vs Solid Particles

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 5 Post By BigBlueDart

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 23, 2013, 20:02
Default Kinematic Parcels vs Solid Particles
  #1
New Member
 
BigBlueDart's Avatar
 
Scott Ripplinger
Join Date: Nov 2012
Posts: 14
Rep Power: 13
BigBlueDart is on a distinguished road
I've been working on a solver for colloidal particle flow based on the solidParticle class in OpenFOAM. There are a number of features that I have not implemented myself, but in looking over some of the classes and files in the lagrangian directory gives me hints that a lot of what I'd like to do is already built into OpenFOAM libraries. But in order to figure out how to use these I've got to be able to understand the comparison between the solidParticleCloud that I am using and the kinematicCloud that uses a lot of these things (collisions and injectors, specifically). Is the move() function in solidParticleCloud analogous to the evolve() function in the kinematicCloud class? What are these "Templates" classes listed under the lagrangian/intermediate/clouds/Templates directory? Are they simply meant to be a starting point for the construction of other classes? For instance, would it benefit me to work through the CollidingCloud template?
BigBlueDart is offline   Reply With Quote

Old   February 20, 2014, 04:08
Default
  #2
Member
 
Mahdi
Join Date: Jul 2012
Posts: 53
Rep Power: 13
Mahdi2010 is on a distinguished road
Have you already got the answers of your questions?
Mahdi2010 is offline   Reply With Quote

Old   September 20, 2015, 15:04
Default
  #3
Member
 
Mohammad Reza
Join Date: Sep 2015
Posts: 44
Rep Power: 10
Bana is on a distinguished road
No answer?
Bana is offline   Reply With Quote

Old   September 20, 2015, 18:11
Default
  #4
New Member
 
BigBlueDart's Avatar
 
Scott Ripplinger
Join Date: Nov 2012
Posts: 14
Rep Power: 13
BigBlueDart is on a distinguished road
Wow. Funny seeing this thread pop back up. It's been awhile, but I'll take a crack at answering my question of over two years ago. The kinematicParcel is primarily used as a parent class for various spray solvers. It is definitely the more comprehensive of the two, as it includes particle breakup inter-particle collisions, and many other features. I never did much delving into the class and everything it includes.

SolidParticle is a simpler class that is only meant to model particles that will remain solid and whole. I don't even think that it is used in any of the solver included in OpenFOAM. It includes an algorithm for wall-collision. I know it did not have an inter-particle collision algorithm, but I'm not sure if that's been added in more recent versions, or not.

For my thesis work (which I finally finished two years ago) I ended up just using the solidParticle class. The main reason for that was simplicity. There was less to keep track of, even if the class initially lacked some features that made using kinematicParcels somewhat attractive to me. If I were to do it all over again, I'm not sure which way I would have gone, but it might have been worth my time to learn how to use kinematicParcels instead. As things were I had to implement my own inter-particle collision algorithm. I also had my own simplified injection subroutine, though I'm not sure whether the injection models used in kinematicParcel would have worked for what I needed.
BigBlueDart is offline   Reply With Quote

Reply

Tags
kinematic cloud, lagrangian model, particle collision, particle injection, solid particle


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
multiphase -solid particles nikolaous Fluent Multiphase 3 June 11, 2013 14:49
interaction between solid and fluid particles agastyamit CFX 5 November 17, 2011 07:56
Dispersed Solid particles in carrier gas (DPM) Frederik FLUENT 1 June 3, 2008 05:13
solid particles sacha CFX 5 November 10, 2003 12:29
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 08:51.