|
[Sponsors] |
December 1, 2008, 03:17 |
Hi there
Sorry to ask such a
|
#1 |
New Member
Sara Schairer
Join Date: Mar 2009
Posts: 26
Rep Power: 17 |
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 |
|
December 10, 2008, 12:59 |
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 |
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?
|
|
December 10, 2008, 22:00 |
Hi James
I started with twoPh
|
#3 |
New Member
Sara Schairer
Join Date: Mar 2009
Posts: 26
Rep Power: 17 |
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 |
|
January 5, 2009, 16:47 |
Hi all,
any success in simula
|
#4 |
Member
Sachin Kanetkar
Join Date: Mar 2009
Posts: 57
Rep Power: 17 |
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... |
|
January 19, 2009, 23:47 |
Hi all,
You may be able to us
|
#5 |
Member
Kirk Jarvis
Join Date: Mar 2009
Posts: 31
Rep Power: 17 |
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 |
|
May 8, 2014, 19:09 |
|
#6 |
Member
luchen
Join Date: Jul 2011
Posts: 44
Rep Power: 15 |
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.
|
|
May 9, 2014, 11:40 |
|
#7 |
New Member
Giulio
Join Date: Apr 2014
Location: Milano
Posts: 17
Rep Power: 12 |
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 |
|
May 10, 2014, 18:02 |
|
#8 |
Member
luchen
Join Date: Jul 2011
Posts: 44
Rep Power: 15 |
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?
|
|
May 12, 2014, 04:26 |
|
#9 |
New Member
Giulio
Join Date: Apr 2014
Location: Milano
Posts: 17
Rep Power: 12 |
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 |
|
May 26, 2014, 08:20 |
|
#10 |
Member
luchen
Join Date: Jul 2011
Posts: 44
Rep Power: 15 |
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?
|
|
May 26, 2014, 09:25 |
|
#11 |
New Member
Giulio
Join Date: Apr 2014
Location: Milano
Posts: 17
Rep Power: 12 |
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 |
|
May 27, 2014, 10:52 |
|
#12 |
Member
luchen
Join Date: Jul 2011
Posts: 44
Rep Power: 15 |
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.
|
|
May 27, 2014, 11:09 |
|
#13 |
New Member
Giulio
Join Date: Apr 2014
Location: Milano
Posts: 17
Rep Power: 12 |
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 |
|
October 8, 2019, 06:12 |
help for icoUncoupled
|
#14 | |
New Member
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
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:
|
||
|
|
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 17:51 |
Multiphase flow in SRM with aluminum particles | Ramesh | FLUENT | 0 | February 5, 2008 08:48 |
gas - particles flow | Thomas Lescot | Main CFD Forum | 0 | February 7, 2007 06:11 |
Urgent: Fluid flow along with particles | Suresh Balasubramanian | FLUENT | 3 | May 4, 2004 06:47 |
Mass Flow for deposition of particles | Machteld Rinkel | CFX | 0 | March 10, 2004 04:48 |