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

Lagrangian particle tracking

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Edison_Ge

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 21, 2010, 20:13
Default Lagrangian particle tracking
  #1
Senior Member
 
Jie
Join Date: Jan 2010
Location: Australia
Posts: 134
Rep Power: 16
jiejie is on a distinguished road
Hi, I am new to use OpenFoam.

I am trying to simulate the bubble dispersion behind a circular cylinder with Lagrangian paticle tacking in OpenFOAM. Basically, I am going to integrate the bubble motion equations with the velocity data to get bubble position.

I found there are four lagrangian solvers in OpenFOAM: coalChemistryFoam, porousExplicitSourceReactingParticelFoam, reactingParcelFoam and uncoupledKinematicParcelFoam.

(1) Should I use "uncoupledKinematicParcelFoam"?

(2) What if I wanna do 2 way coupling between the bubbles and fluids?

(3) Should I modify the existing solver to implement what I need to do?

Thank you very much.
jiejie is offline   Reply With Quote

Old   January 27, 2010, 01:33
Default
  #2
Senior Member
 
Jie
Join Date: Jan 2010
Location: Australia
Posts: 134
Rep Power: 16
jiejie is on a distinguished road
Does anyone doing Lagrangian particle tracking?

Cheers
jiejie is offline   Reply With Quote

Old   April 12, 2010, 06:24
Default
  #3
Member
 
83_Ale_83's Avatar
 
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16
83_Ale_83 is on a distinguished road
I join this thread because could be usefull also for me..I'am trying to simulate particle tracking around a cylinder
__________________

83_Ale_83 is offline   Reply With Quote

Old   June 21, 2010, 09:15
Default
  #4
Member
 
83_Ale_83's Avatar
 
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16
83_Ale_83 is on a distinguished road
Nobody can help us???
__________________

83_Ale_83 is offline   Reply With Quote

Old   September 6, 2010, 08:25
Default
  #5
New Member
 
santosh
Join Date: Nov 2009
Posts: 3
Rep Power: 16
santosh13.patil is on a distinguished road
Hello:
I am also facing the same dilemma about "uncoupledKinematicParcelFoam". Whether the solver supports two way coupling?
I can see the option "coupled true;" in properties file "constant/kinematicCloudProperties". But from the solver name, I feel that it it might be uncoupled (???). I am not very conversant with the solver code and could not trace whether it is implemented or not?

Can anybody help?
santosh13.patil is offline   Reply With Quote

Old   September 10, 2010, 00:24
Default
  #6
Member
 
edison
Join Date: May 2009
Location: Australia
Posts: 35
Rep Power: 16
Edison_Ge is on a distinguished road
From the source code, I see no coupling between Lagrangian and Eulerian FV schemes. It's a pure Lagiangian solver.
take a look at the wiki http://openfoamwiki.net/index.php/Sig_Multiphase
Hoping it's helpful to you.
vbnhfylbh likes this.
Edison_Ge is offline   Reply With Quote

Old   September 13, 2010, 02:48
Default
  #7
New Member
 
santosh
Join Date: Nov 2009
Posts: 3
Rep Power: 16
santosh13.patil is on a distinguished road
Thanks Edison_Ge for the reply. Fortunately I do not have to do two-coupling for my problem, hence I can use it as it is.
santosh13.patil is offline   Reply With Quote

Old   September 16, 2010, 10:17
Default Lagrangian ConeInjection
  #8
New Member
 
Noggin
Join Date: Sep 2010
Posts: 7
Rep Power: 15
Noggin is on a distinguished road
For the uncoupledKinematicParcelFoam the velocity field, temperature field and other bits are read in at the beginning but do not change with time. Only the lagrangian particles are evolved. (Also there is no tutorial case for this it seems).

There is another lagrangian application kept in the tutorials, called rhoPisoTwinParcelFoam (it is exemplifying both the kinematic cloud and the thermo cloud) . I'm not sure why it is kept there.

I have a question about the boundary conditions on any of the lagrangian codes. The ManualInjection option inputs parcels at a given point in time. The ConeInjection method would appear to be the method of choice if I want to stream particles over a period of time. Using the above code, I altered the injection method to the Cone method (for which the code was already written), but unfortunately there was no output in paraview, although it appeared in the output written to screen as though there was a one-off injection of particles. Has anyone else had problems with this? What am I doing wrong!?
Noggin is offline   Reply With Quote

Old   September 17, 2010, 00:50
Default
  #9
New Member
 
santosh
Join Date: Nov 2009
Posts: 3
Rep Power: 16
santosh13.patil is on a distinguished road
It is not possible to post-process Lagrangian particle in OpenFOAM. But there are ways to do it. See the FAQ 6.1 on below link.
http://openfoamwiki.net/index.php/Main_FAQ
santosh13.patil is offline   Reply With Quote

Old   September 17, 2010, 02:23
Default
  #10
Member
 
edison
Join Date: May 2009
Location: Australia
Posts: 35
Rep Power: 16
Edison_Ge is on a distinguished road
is there a lagrangian folder under the time folder? I'm using paraFoam build in OF1.6 and the particles are clearly shown. just check the object inspector window and make sure you have ticked the lagriange property.
Edison_Ge is offline   Reply With Quote

Old   September 17, 2010, 14:16
Default rhoPisoTwinParcelFoam
  #11
New Member
 
Noggin
Join Date: Sep 2010
Posts: 7
Rep Power: 15
Noggin is on a distinguished road
It turns out the visualization of the lagrangian particles did work, I just hadn't realized how it was done (I'm still not clear, but it appears paraFoam treats the particles as part of a mesh or grid region) - I'm using v1.7.

For the simulations mentioned in the above comments, I think rhoPisoTwinParcelFoam should be fine, although only one of the parcel types would be needed.
Noggin is offline   Reply With Quote

Old   September 20, 2010, 04:47
Default
  #12
Member
 
83_Ale_83's Avatar
 
Alessandro
Join Date: Nov 2009
Posts: 67
Rep Power: 16
83_Ale_83 is on a distinguished road
Hello,
is there in openFoam a uncompressible solver for particle traking??
__________________

83_Ale_83 is offline   Reply With Quote

Old   April 7, 2011, 17:14
Default
  #13
Senior Member
 
maysmech's Avatar
 
Join Date: Jan 2010
Posts: 347
Blog Entries: 2
Rep Power: 17
maysmech is on a distinguished road
Hi Foamers,

I am searching for a solver for incompressible particle tacking too.

Any suggestion will be appreciated.

Regards.
maysmech is offline   Reply With Quote

Old   April 10, 2011, 12:31
Wink What about icoLagrangianFoam or solidParticle?
  #14
Member
 
Andrew Ryan
Join Date: Mar 2009
Posts: 47
Rep Power: 17
andrewryan is on a distinguished road
icoLagrangianFoam uses a two-way coupling I think, while solidParticle uses a one-way coupling. There is no solver using solidParticle, but you can easily create your own, for more info read the concerning page on the OpenFOAM wiki. I'm looking for a paper or something which describes the drag model used in solidParticle. Also I don't agree with some of the implementation details in solidParticle.
andrewryan is offline   Reply With Quote

Old   December 9, 2011, 22:53
Default
  #15
New Member
 
Jonas L. Ansoni
Join Date: Jun 2011
Location: Brazil
Posts: 22
Rep Power: 14
Jonas Ansoni is on a distinguished road
Hello!
I need a solver for incompressible particle tacking too. Does anyone have any suggestions?

Best regards.


Quote:
Originally Posted by maysmech View Post
Hi Foamers,

I am searching for a solver for incompressible particle tacking too.

Any suggestion will be appreciated.

Regards.
Jonas Ansoni is offline   Reply With Quote

Old   July 19, 2017, 11:18
Default
  #16
Senior Member
 
Reviewer #2
Join Date: Jul 2015
Location: Knoxville, TN
Posts: 141
Rep Power: 10
randolph is on a distinguished road
Quote:
Originally Posted by andrewryan View Post
icoLagrangianFoam uses a two-way coupling I think, while solidParticle uses a one-way coupling. There is no solver using solidParticle, but you can easily create your own, for more info read the concerning page on the OpenFOAM wiki. I'm looking for a paper or something which describes the drag model used in solidParticle. Also I don't agree with some of the implementation details in solidParticle.
The drag model in solidParticle is schiller naumann
randolph is offline   Reply With Quote

Reply


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 skabilan OpenFOAM Running, Solving & CFD 7 July 15, 2014 12:40
Lagrangian Particle Tracking model In CFX Kushagra CFX 8 December 2, 2010 21:18
open source of lagrangian particle tracking mazdak Main CFD Forum 0 December 29, 2009 03:04
cod for lagrangian particle tracking mazdak Main CFD Forum 2 December 29, 2009 02:53
Lagrangian particle tracking worth Siemens 1 October 19, 2004 03:10


All times are GMT -4. The time now is 19:09.