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

How to simulate particles in a gas flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 1, 2008, 02:17
Default Hi there Sorry to ask such a
  #1
New Member
 
Sara Schairer
Join Date: Mar 2009
Posts: 26
Rep Power: 17
sara is on a distinguished road
Hi there
Sorry to ask such a general question but I'm really lost.
I want to simulate liquid particles in a gas flow. The particles are so small that they behave like solid particles. So I think they have to be lagrangian particles.
The gas flow carries the particles along. The geometry includes some obstacles. The gas flows obviously flows around the obstacles (fibres) while the particles are supposed to stuck to the fibres as soon as they touch them.
I started using interFoam and funkySetFields to insert the particles. However, even only one very small particle spreads out over a large area and doesn't behave at all like a droplet, much less like a solid particle.
Using icoLagrangianFoam doesn't seem possible either, since it doesn't work with OpenFoam1.5 which is the one I'm using.
Well, that's the problem.
Has anybody ever done something like this before or has any ideas how I could proceed?
Thanks, Sara
sara is offline   Reply With Quote

Old   December 10, 2008, 11:59
Default I am also looking at dispersio
  #2
New Member
 
James E Boone
Join Date: Mar 2009
Location: Baton Rouge, LA, USA
Posts: 3
Rep Power: 17
jeboone is on a distinguished road
I am also looking at dispersion of particles in a gas flow. It appears that the twoPhaseEulerfoam solver is the best fit for the problem. Is there a discription of the examples in the tutorial available?
jeboone is offline   Reply With Quote

Old   December 10, 2008, 21:00
Default Hi James I started with twoPh
  #3
New Member
 
Sara Schairer
Join Date: Mar 2009
Posts: 26
Rep Power: 17
sara is on a distinguished road
Hi James
I started with twoPhaseEulerFoam, too. But this solver treats both phases continously. If this is what you want you'll be alright with it. But my particles should be treated as discrete particles, in a lagrangian way. I found the icoLagrangianFoam solver which is quite nice, but only as a demo since it doesn't really resemble the real word.
At the moment I'm going for interFoam and inject droplets using funkySetFields. Not sure though if this is the right way...
Cheers, Sara
sara is offline   Reply With Quote

Old   January 5, 2009, 15:47
Default Hi all, any success in simula
  #4
Member
 
Sachin Kanetkar
Join Date: Mar 2009
Posts: 57
Rep Power: 17
sachin is on a distinguished road
Hi all,
any success in simulating particles in gas flows
In my case my flow is dilute and particle particle collision is neglected ...started with icoLagrangian Foam but failed
Any suggestions...
sachin is offline   Reply With Quote

Old   January 19, 2009, 22:47
Default Hi all, You may be able to us
  #5
Member
 
Kirk Jarvis
Join Date: Mar 2009
Posts: 31
Rep Power: 17
kcjarvis56 is on a distinguished road
Hi all,
You may be able to use rhoTurboTwinParcelFoam which is a tutorial included with OF-1.5. I found this to be a good example for particles and a good starting point to make a solver for my application. Hope this helps.
Kirk
kcjarvis56 is offline   Reply With Quote

Old   May 8, 2014, 18:09
Default
  #6
Member
 
luchen
Join Date: Jul 2011
Posts: 44
Rep Power: 14
luchen2408 is on a distinguished road
hello,sara, Do you have some process? which solver you take at last. I am also puzzled about the solver. I maybe have the same question as yours, liquid particles flow along the gas and abosored by the wall.
luchen2408 is offline   Reply With Quote

Old   May 9, 2014, 10:40
Default
  #7
New Member
 
Giulio
Join Date: Apr 2014
Location: Milano
Posts: 17
Rep Power: 12
LaSerpe is on a distinguished road
Hi,
I'm simulating a similar problem, ie water droplets impingement for icing simulation on airplanes.
The solver I'm using is uncoupledKinematicParcelFoam or icoUncoupledKinematicParcelsFoam as well.
though they're not so easy to set up at first, they seems to suit well for your problem

Giulio
__________________
Giulio Gori
Phd candidate, Politecnico di Milano
LaSerpe is offline   Reply With Quote

Old   May 10, 2014, 17:02
Default
  #8
Member
 
luchen
Join Date: Jul 2011
Posts: 44
Rep Power: 14
luchen2408 is on a distinguished road
hello,LaSerpe, I need to define the droplet like solid particles and I also define the diameter of the droplet,and porous media will included in the solver. I also define the wall boundary just like rebound, absorb. exactly, I think I just perform the simulation with gas first, then that I can define a source to input particles. but It seems not to get it. besides, I think I can take sprayFoam in my simulation.Do you think so?
luchen2408 is offline   Reply With Quote

Old   May 12, 2014, 03:26
Default
  #9
New Member
 
Giulio
Join Date: Apr 2014
Location: Milano
Posts: 17
Rep Power: 12
LaSerpe is on a distinguished road
never used sprayfoam before, so I can't help on it.
I'm using icoUncoupledkinematicFoam, in this case you need first to solve the flow, (I use simplefoam for stationary flows) and then you can run the lagrangian solver.
with icouncoupledkinematicfoam you can set the cloud proprieties by editing the proper file in ../constant/
There you can specify parameters as particle diametre, density and so on, and there you can also define the type of wall interacton you want (you can set rebound, stick etc).


Giulio
__________________
Giulio Gori
Phd candidate, Politecnico di Milano
LaSerpe is offline   Reply With Quote

Old   May 26, 2014, 07:20
Default
  #10
Member
 
luchen
Join Date: Jul 2011
Posts: 44
Rep Power: 14
luchen2408 is on a distinguished road
hello,LaSerpe, you mean that I have to run the case two times. first, I have to run the simulation with simpleFoam, then add the cloud properties and run thelagrangian solver (icoUncoupledkinematicFoam solver)? I can run one case with two solver?
luchen2408 is offline   Reply With Quote

Old   May 26, 2014, 08:25
Default
  #11
New Member
 
Giulio
Join Date: Apr 2014
Location: Milano
Posts: 17
Rep Power: 12
LaSerpe is on a distinguished road
yes, first you have to run simplefoam and then the lagrangian solver, be careful because before running the lagrangian solver you will have not only to include cloud proprieties but you will also have to set the proper control dictionaries.
Usually I set two different folders and when I get the aerodynamic solution I just copy the field to the lagrangian directory and run the second solver from there. This helps me to keep things clear

Giulio
__________________
Giulio Gori
Phd candidate, Politecnico di Milano
LaSerpe is offline   Reply With Quote

Old   May 27, 2014, 09:52
Default
  #12
Member
 
luchen
Join Date: Jul 2011
Posts: 44
Rep Power: 14
luchen2408 is on a distinguished road
Thanks,LaSerpe, but I am not sure if the particles will affected by the gas flow if I run the simulation separately? even I run the gas simulation first, then I run the lagrangian solver.
luchen2408 is offline   Reply With Quote

Old   May 27, 2014, 10:09
Default
  #13
New Member
 
Giulio
Join Date: Apr 2014
Location: Milano
Posts: 17
Rep Power: 12
LaSerpe is on a distinguished road
IcoUncoupledKinematicParcelFoam is a one way coupled solver, this means that the flow affects particles trajectories but particles do NOT affects the flow motion.
This allows you to run simplefoam and then the lagrangian solver.
Of course you will have to copy the resultant field (calculated with sompleF) to the directory where you will lunch icoUncoupled..Foam.
As I said you can run both the solver in the same directory if you like.

I've been using this procedure for the last year and I can assure you that, if every dictionaries is properly set, particles will be affected by the gas


Giulio
__________________
Giulio Gori
Phd candidate, Politecnico di Milano
LaSerpe is offline   Reply With Quote

Old   October 8, 2019, 05:12
Default help for icoUncoupled
  #14
New Member
 
Join Date: Sep 2019
Posts: 14
Rep Power: 6
johanning is on a distinguished road
Hello Giulio,

you seem to know icoUncoupled very well.
I have already solved a velocity and pressure field with rhopimplefoam. Now i would like to add particles using icoUncoupledKinematicParcel. How exactly do I have to change the files under the folder constant? and how do you mean to solve this one by one? Do I have to do this via the terminal?

Thanks for your help!

Johanning

Quote:
Originally Posted by LaSerpe View Post
never used sprayfoam before, so I can't help on it.
I'm using icoUncoupledkinematicFoam, in this case you need first to solve the flow, (I use simplefoam for stationary flows) and then you can run the lagrangian solver.
with icouncoupledkinematicfoam you can set the cloud proprieties by editing the proper file in ../constant/
There you can specify parameters as particle diametre, density and so on, and there you can also define the type of wall interacton you want (you can set rebound, stick etc).


Giulio
johanning 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
2 phase flow liquid flow solid particles sachin OpenFOAM Running, Solving & CFD 0 August 28, 2008 16:51
Multiphase flow in SRM with aluminum particles Ramesh FLUENT 0 February 5, 2008 07:48
gas - particles flow Thomas Lescot Main CFD Forum 0 February 7, 2007 05:11
Urgent: Fluid flow along with particles Suresh Balasubramanian FLUENT 3 May 4, 2004 05:47
Mass Flow for deposition of particles Machteld Rinkel CFX 0 March 10, 2004 03:48


All times are GMT -4. The time now is 12:45.