|
[Sponsors] |
January 9, 2012, 16:34 |
uncoupled lagrangian particle tracking
|
#1 |
Member
Join Date: Jun 2011
Posts: 42
Rep Power: 15 |
Hi, I want to write a particle tracking solver with one way coupling, which is similar to solidParticleFoam.
solidParticleFoam is simple enough for me to modify the equation of motion as I want. It uses solidParticleCloud but there is also a 'kinematicCloud' in OpenFOAM libraries and this confuses me. I'd like to ask the difference between solidParticleCloud and kinematicCloud. Could you show me where the equation of motion for kinematicCloud is written? I noticed that in kinematicCloudProperties file you can define if you want a collision model, or if you want particles to stick to surface, or if you want dispersion, etc. But other than these models, is there any significant differences between those 2 models, considering my needs? Can I switch off 2way coupling for example? |
|
January 12, 2012, 09:22 |
|
#2 |
Member
Join Date: Jun 2011
Posts: 42
Rep Power: 15 |
I decided to go on with solidParticleFoam and modified it a little bit. However, my particle do not actually hit the boundary walls. They stop some distance before the boundary, even though I have changed the wallImpactDistance function to:
Code:
Foam::scalar Foam::mySolidParticle::wallImpactDistance(const vector&) const { return 0.0*d_; //return 0.5*d_; } |
|
September 10, 2013, 13:44 |
|
#3 |
Member
India
Join Date: Oct 2012
Posts: 84
Rep Power: 14 |
Hi mikeP,
I am also working with solidParticleFoam. I have completed running simulation. I want to calculate number of particles escaping through outlet patch. Can you help me with that? Regards, Mayank. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Lagrangian Particle Tracking Initial step | Bruce Hartley | OpenFOAM Programming & Development | 4 | September 2, 2015 06:32 |
lagrangian particle tracking (LPT) to solve two phase flow | mksingh | OpenFOAM | 0 | August 22, 2011 05:09 |
Lagrangian Particle Tracking model In CFX | Kushagra | CFX | 8 | December 2, 2010 22:18 |
Lagrangian particle tracking! | Guilhem O | FLUENT | 1 | October 24, 2010 15:29 |
cod for lagrangian particle tracking | mazdak | Main CFD Forum | 2 | December 29, 2009 03:53 |