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

What is the particle stick mechanism in OpenFoam?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By joshwilliams

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 1, 2022, 06:52
Smile What is the particle stick mechanism in OpenFoam?
  #1
New Member
 
Jiawei
Join Date: Mar 2022
Posts: 3
Rep Power: 4
Lewy is on a distinguished road
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
Lewy is offline   Reply With Quote

Old   June 1, 2022, 10:01
Default
  #2
Senior Member
 
Josh Williams
Join Date: Feb 2021
Location: Scotland
Posts: 112
Rep Power: 5
joshwilliams is on a distinguished road
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
Lewy likes this.
joshwilliams is offline   Reply With Quote

Old   June 1, 2022, 10:35
Default
  #3
New Member
 
Jiawei
Join Date: Mar 2022
Posts: 3
Rep Power: 4
Lewy is on a distinguished road
Hi Josh,

Thanks a lot. That's very helpful.
Lewy is offline   Reply With Quote

Old   August 5, 2022, 14:18
Default
  #4
New Member
 
Emad S
Join Date: Dec 2021
Posts: 14
Rep Power: 4
emadsiadati is on a distinguished road
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?
emadsiadati is offline   Reply With Quote

Reply

Tags
lagrangian, multiphase flow, particles tracking, wall interaction


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
OpenFOAM course for beginners Jibran OpenFOAM Announcements from Other Sources 2 November 4, 2019 08:51
OpenFOAM v3.0.1 Training, London, Houston, Berlin, Jan-Mar 2016 cfd.direct OpenFOAM Announcements from Other Sources 0 January 5, 2016 03:18
full mechanism don't combust in openfoam conceptone OpenFOAM 12 September 9, 2013 01:12
OPENFOAM vs CFX for particle agglomeration Amir1 Main CFD Forum 0 May 21, 2013 19:20
Modified OpenFOAM Forum Structure and New Mailing-List pete Site News & Announcements 0 June 29, 2009 05:56


All times are GMT -4. The time now is 11:33.