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

uncoupled lagrangian particle tracking

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 9, 2012, 15:34
Default uncoupled lagrangian particle tracking
  #1
Member
 
Join Date: Jun 2011
Posts: 42
Rep Power: 14
mikeP is on a distinguished road
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?
mikeP is offline   Reply With Quote

Old   January 12, 2012, 08:22
Default
  #2
Member
 
Join Date: Jun 2011
Posts: 42
Rep Power: 14
mikeP is on a distinguished road
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_;
}
I searched the location where hitWallPatch function is called but could not find. Where is it called?
mikeP is offline   Reply With Quote

Old   September 10, 2013, 12:44
Default
  #3
Member
 
India
Join Date: Oct 2012
Posts: 84
Rep Power: 13
mayank.dce2k7 is on a distinguished road
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.
mayank.dce2k7 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 Initial step Bruce Hartley OpenFOAM Programming & Development 4 September 2, 2015 05:32
lagrangian particle tracking (LPT) to solve two phase flow mksingh OpenFOAM 0 August 22, 2011 04:09
Lagrangian Particle Tracking model In CFX Kushagra CFX 8 December 2, 2010 21:18
Lagrangian particle tracking! Guilhem O FLUENT 1 October 24, 2010 14:29
cod for lagrangian particle tracking mazdak Main CFD Forum 2 December 29, 2009 02:53


All times are GMT -4. The time now is 01:17.