|
[Sponsors] |
Brownian motion of particles in a viscous flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 22, 2016, 10:18 |
|
#21 |
Member
Axel
Join Date: May 2016
Location: Augsburg, Germany
Posts: 46
Rep Power: 10 |
My problem is, that I also want to remove those particles from my flow domain that hit the wall of my geometry. That's why I think I need to track the particle trajectories. If I only use a scalar value for the particle phase I don't see a chance to remove the particles, that hit the wall.
So my approach would be now: 1. Create a particle material 2. Define a fluid particle mixture 3. At the inlet assign that mixture 4. Add expression for particle sink at wall and diffusion between mesh cells |
|
September 22, 2016, 19:42 |
|
#22 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
You can put factors into the scalar approach to handle things like this but they tend to be approximations and can involve some tricky maths to derive.
It is much simpler to implement this sort of thing in a Lagrangian frame work. But note you are going to have to require enough particles to create a good estimate of the billions of particles there are in reality. So you are going to have to add your Brownian motion stuff and removing particles which hit the wall to the Lagrangian model. Removing particles which hit the wall is easy (just use 0 coefficient of restitution). |
|
September 3, 2018, 14:52 |
This thread reminds me of my problem.
|
#23 |
New Member
Ahmed Oluwafemi Samuel
Join Date: Aug 2018
Posts: 3
Rep Power: 8 |
My contribution is more of my problem. My study is to show the effect of reinforcing materials on the viscosity of a nano particle reinforced metal matrix composite in molten form. I feel its an experimental problem but my supervisor feels its something I should solve numerically, pls I need advice I don't seem to know how to go about it.
|
|
September 3, 2018, 19:16 |
|
#24 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
I have no idea what the important physics of that would be so cannot help you. Your supervisor seems to know, why not ask him?
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
September 17, 2018, 18:00 |
|
#25 |
Member
Axel
Join Date: May 2016
Location: Augsburg, Germany
Posts: 46
Rep Power: 10 |
Sorry for my late reply! What I ended up doing in the end is exactly what Glenn Horrocks recommended right from the start. Instead of simulating the particles in a Lagrangian framework I used an Euler-Euler approach, in particular the quadrature method of moments. You can have a look at the method e.g. in the paper "Simulation of nanoparticle coagulation under Brownian motion and turbulence in a differential–algebraic framework: Developments and applications" by Guichard et al.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to simulate dilute solid particles in gas flow? | chpjz0391 | OpenFOAM Running, Solving & CFD | 4 | March 22, 2016 20:32 |
Compressible viscous flow newbie: when NOT to assume incompressible, non-gas EOS? | Srh | Main CFD Forum | 0 | April 19, 2013 03:12 |
How to set correct mass flow rate for lagrangian particles ? | sankarv | OpenFOAM | 0 | April 19, 2010 12:40 |
brownian motion of small particles | mazdak | Main CFD Forum | 1 | November 2, 2009 20:54 |
potential flow vs. Euler flow | curious ... | Main CFD Forum | 23 | July 21, 2006 08:40 |