|
[Sponsors] |
September 24, 2020, 09:10 |
Lagrangian Particles + Porosity
|
#1 |
New Member
Join Date: Feb 2016
Posts: 23
Rep Power: 10 |
Dear all,
is there a way to keep solid lagrangian particles out of my porosity region - possibly even depending on their size? An example case could be e.g. a mesh filter filtering solid particles from an air stream (and particles collecting at the surface). I'm using v1912 right now and have implemented an explicitPorositySource through the fvOptions. Particles are implemented through swak4foam. I think it might be possible by using a cyclic boundary within my model (i.e. having an "artificial" internal boundary in the model) and define the patch interaction on this - but that seems overly complicated (especially if the surface of the porosity region is complex) -> it's done like this in the filter tutorial. If there's no "on-board" way to achieve this - can you give me a hint where to implement this, i.e. as a property of the particle, or as a property of the porous zone? |
|
September 24, 2020, 10:26 |
|
#2 |
New Member
Pedro Pacheco
Join Date: Dec 2019
Location: Portugal
Posts: 10
Rep Power: 7 |
I am not aware of a way to do this in OpenFOAM (but I am a total newbie so...).
However, in CFDEM (OpenFOAM coupled with LIGGGHTS) it should be relatively straightforward. You assign the small particles (i.e. the ones that can permeate through your porous medium) a different type than you do the bigger ones. These two types would have identical material properties, etc etc. You then define your porous region, and define different interactions between (porous reg. - type 1 particles) and (porous reg. - type 2 particles). I imagine that this is not the answer you were looking for, but it might be the simplest solution... Cheers. |
|
September 25, 2020, 01:22 |
|
#3 |
Senior Member
Yogesh Bapat
Join Date: Oct 2010
Posts: 102
Rep Power: 16 |
May be you can check particleCollector cloud function. It can be directly used or you can do a similar implementation on cellzone.
|
|
September 25, 2020, 05:14 |
|
#4 |
New Member
Join Date: Feb 2016
Posts: 23
Rep Power: 10 |
Thanks for your input!
I am hesitant to use CFDEM right now, as it looks like it would be overkill for my current problem. I'll keep it in mind for my upcoming projects though! The particleCollector looks like it could work - I'm not sure if it can act like a barrier though (i.e. also release the particles after they triggered the particleCollector)? Maybe it could serve as a starting point for some code modifications though. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Streamlines of Lagrangian Particles [Unsteady] | Lapidus | Main CFD Forum | 6 | July 15, 2019 17:32 |
Streamlines of Lagrangian Particles [Unsteady] | Lapidus | STAR-CCM+ | 0 | July 3, 2019 05:30 |
How to get Path lines for lagrangian particles? | vidyadhar | OpenFOAM Post-Processing | 0 | January 31, 2017 06:38 |
Corellation dimension of lagrangian particles | oswald | OpenFOAM Post-Processing | 0 | January 27, 2016 08:30 |
Add lagrangian particles to OpenFoam solver | luchen2408 | OpenFOAM | 0 | June 2, 2015 04:10 |