|
[Sponsors] |
What is the particle stick mechanism in OpenFoam? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 1, 2022, 07:52 |
What is the particle stick mechanism in OpenFoam?
|
#1 |
New Member
Jiawei
Join Date: Mar 2022
Posts: 3
Rep Power: 4 |
Hi all,
Recently, I am working on the fog collection simulation, in which I use denseParticleFoam to simulate the particle problem. And I set the wall interaction condition of my fog net as stick. The simulation run well. However, I have a question. How does the openfoam determine the particles being stick to the wall? As far as I am concerned, in Lagrangian frame, the position of particle doesn't have to be grid points. Maybe the judgement of stick is just close enough to the wall? I tried to find the relative source code but I failed. I highly appreciate if anyone can give some help or ideas. Regards |
|
June 1, 2022, 11:01 |
|
#2 |
Senior Member
Josh Williams
Join Date: Feb 2021
Location: Scotland
Posts: 113
Rep Power: 5 |
Hi,
When integrating a particle's position in time, it may interact with a patch (see $FOAM_SRC/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.C, Foam::KinematicParcel<ParcelType>::move). The code to check if a particle interacts with a patch is all defined in $FOAM_SRC/lagrangian/basic/particle/ Essentially, it is a really core piece of the code to track if a point is on a face. Without trawling through the code myself, I am pretty sure that a collision is computed when the distance from a particle's center to the nearest face is less than one radius. In some other Lagrangian codes (LIGGGHTS with CFDEMCoupling), a collision is activated using a distance cutoff equal to the radius plus some small value (called "skin distance"). Best, Josh |
|
June 1, 2022, 11:35 |
|
#3 |
New Member
Jiawei
Join Date: Mar 2022
Posts: 3
Rep Power: 4 |
Hi Josh,
Thanks a lot. That's very helpful. |
|
August 5, 2022, 15:18 |
|
#4 |
New Member
Emad S
Join Date: Dec 2021
Posts: 14
Rep Power: 4 |
Hi,
And how about the cloud and parcel which include the particle? just the particle leaves the cloud/parcel and sticks to the wall OR the whole cloud/parcel sticks to the wall when one of its particles sticks? |
|
Tags |
lagrangian, multiphase flow, particles tracking, wall interaction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM course for beginners | Jibran | OpenFOAM Announcements from Other Sources | 2 | November 4, 2019 09:51 |
OpenFOAM v3.0.1 Training, London, Houston, Berlin, Jan-Mar 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | January 5, 2016 04:18 |
full mechanism don't combust in openfoam | conceptone | OpenFOAM | 12 | September 9, 2013 02:12 |
OPENFOAM vs CFX for particle agglomeration | Amir1 | Main CFD Forum | 0 | May 21, 2013 20:20 |
Modified OpenFOAM Forum Structure and New Mailing-List | pete | Site News & Announcements | 0 | June 29, 2009 06:56 |