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

particle collector function in OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 14, 2017, 08:07
Default particle collector function in OpenFOAM
  #1
New Member
 
Evangelos Antoniou
Join Date: Sep 2016
Location: Munich
Posts: 8
Rep Power: 9
vaganto is on a distinguished road
Hi Foamers,

Did you know how to use particle collector function in OF?
I would like to measure how many particles are concentrate in a specific patch.

Thanks in advance and best regards,

Evangelos
vaganto is offline   Reply With Quote

Old   January 14, 2018, 11:20
Default
  #2
Senior Member
 
Asmaa
Join Date: Mar 2016
Posts: 102
Rep Power: 10
foamiste is on a distinguished road
Hi Vaganto,

Did you get a response to this question?

Asmaa
foamiste is offline   Reply With Quote

Old   May 10, 2019, 04:12
Default
  #3
New Member
 
Mustafa
Join Date: Jun 2015
Location: Aachen
Posts: 26
Rep Power: 10
stamufa is on a distinguished road
Hey Vaganto,

As described, particleCollector gathers summed up lagrangian data (mass and mass flow rate) through a region defined by the user.

Code:

particleCollector1
{
    type            particleCollector;

    mode            concentricCircle; 
    origin          (0.05 0.025 0.005);
    radius          (0.01 0.025 0.05);
    nSector         10;
    refDir          (1 0 0);
    normal          (0 0 1);
}

The output is stored in any the VTK folders that you generate, within each time step. There may be a PyFOAM script to plot these, I'm not entirely sure


Code:
 particleCollector1
 {
     massTotal       30 { 0 };
     massFlowRate    30 { 0 };
 }

Best,
Mustafa
stamufa is offline   Reply With Quote

Reply


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
particle number concentration in OpenFOAM wentao OpenFOAM Programming & Development 47 March 20, 2022 23:43
OpenFoam Lagrange Volume Fraction & Particle Size DustExplosion OpenFOAM 0 December 6, 2016 13:11
OPENFOAM vs CFX for particle agglomeration Amir1 Main CFD Forum 0 May 21, 2013 19:20
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 wyldckat OpenFOAM Announcements from Other Sources 3 September 8, 2010 06:25
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 10:29.