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

Request for Lagrangian Particle Tracking Validation or Verification Paper

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 3, 2015, 13:25
Default Request for Lagrangian Particle Tracking Validation or Verification Paper
  #1
Senior Member
 
Mojtaba.a's Avatar
 
Mojtaba Amiraslanpour
Join Date: Jun 2011
Location: Tampa, US
Posts: 308
Rep Power: 15
Mojtaba.a is on a distinguished road
Send a message via Skype™ to Mojtaba.a
Hello All,
I have been trying to find a benchmark paper (Experimental or Numerical) for validation of Lagrangian Particle Tracking in OpenFOAM.

I have two general questions,

1) Lots of papers out there, have discussed about the particle concentration in a field and not the particle counts. As you know particle concentration is taken into consideration when one solves the eulerian model of the particles (Mass transport). However I don't know how to compare my lagrangian results with those of eulerian ones. How can I convert my lagrangian data (including particles position, size, etc) into eulerian concentration?

2) Is there any trustable lagrangian benchmark paper which I can use for validation!?
__________________
Learn OpenFOAM in Persian
SFO (StarCCM+ FLUENT OpenFOAM) Project Team Member
Complex Heat & Flow Simulation Research Group
If you can't explain it simply, you don't understand it well enough. "Richard Feynman"
Mojtaba.a is offline   Reply With Quote

Old   May 8, 2015, 17:08
Default
  #2
Senior Member
 
Mojtaba.a's Avatar
 
Mojtaba Amiraslanpour
Join Date: Jun 2011
Location: Tampa, US
Posts: 308
Rep Power: 15
Mojtaba.a is on a distinguished road
Send a message via Skype™ to Mojtaba.a
Well I found the answer to the first question. This can be done easily using swak4Foam. Just need to add massFraction function of swak4Foam into the controlDict:

massFractionKinematic {
type expressionField;
autowrite true;
expression "lcsMassFraction(ParticleCloud)";
outputControl timeStep;
outputInterval 1;
fieldName ParticleCloudMassFraction;
}
__________________
Learn OpenFOAM in Persian
SFO (StarCCM+ FLUENT OpenFOAM) Project Team Member
Complex Heat & Flow Simulation Research Group
If you can't explain it simply, you don't understand it well enough. "Richard Feynman"
Mojtaba.a is offline   Reply With Quote

Old   May 11, 2015, 06:11
Default Sample lagrangian particle(droplet) velocity
  #3
New Member
 
Tariq Ahmed
Join Date: Jan 2015
Posts: 13
Rep Power: 11
Tariq Ahmed is on a distinguished road
Hi,
I would like to know how to sample the droplet velocities and size using swak4foam as I want to postprocess using Matlab

Tariq
Tariq Ahmed is offline   Reply With Quote

Old   May 11, 2015, 15:28
Default
  #4
Senior Member
 
Mojtaba.a's Avatar
 
Mojtaba Amiraslanpour
Join Date: Jun 2011
Location: Tampa, US
Posts: 308
Rep Power: 15
Mojtaba.a is on a distinguished road
Send a message via Skype™ to Mojtaba.a
Quote:
Originally Posted by Tariq Ahmed View Post
Hi,
I would like to know how to sample the droplet velocities and size using swak4foam as I want to postprocess using Matlab

Tariq
Well Dear Tariq, I am not actually familiar with that, here I have just converted the lagrangian data into eulerian using swak4Foam.

Experts can help you in this field.
Hope you the best.
__________________
Learn OpenFOAM in Persian
SFO (StarCCM+ FLUENT OpenFOAM) Project Team Member
Complex Heat & Flow Simulation Research Group
If you can't explain it simply, you don't understand it well enough. "Richard Feynman"
Mojtaba.a is offline   Reply With Quote

Old   May 12, 2015, 06:00
Default Lagrangian data
  #5
New Member
 
Tariq Ahmed
Join Date: Jan 2015
Posts: 13
Rep Power: 11
Tariq Ahmed is on a distinguished road
Thanks for replying. So do u know how to convert lagrangian particle velocity into eularian one like u have done for particle mass fraction? And also when I used the above code in control dict, my solver didnt create a postprocessing folder for saving the mass fraction values. i am using sprayfoam solver

tariq
Tariq Ahmed is offline   Reply With Quote

Old   June 18, 2015, 16:03
Default
  #6
Senior Member
 
Mojtaba.a's Avatar
 
Mojtaba Amiraslanpour
Join Date: Jun 2011
Location: Tampa, US
Posts: 308
Rep Power: 15
Mojtaba.a is on a distinguished road
Send a message via Skype™ to Mojtaba.a
Hi,
Sorry for the late response.
Well I am not sure about the first question but about the second, There will be no postProcessing folder. Actually massFraction will be created individually for each time step. You can see massFraction as a new parameter in paraview while post-Processsing.
__________________
Learn OpenFOAM in Persian
SFO (StarCCM+ FLUENT OpenFOAM) Project Team Member
Complex Heat & Flow Simulation Research Group
If you can't explain it simply, you don't understand it well enough. "Richard Feynman"
Mojtaba.a is offline   Reply With Quote

Old   May 23, 2016, 01:47
Default
  #7
Member
 
Ping Chang
Join Date: Feb 2016
Location: Perth
Posts: 93
Rep Power: 10
chpjz0391 is on a distinguished road
Quote:
Originally Posted by Mojtaba.a View Post
Well I found the answer to the first question. This can be done easily using swak4Foam. Just need to add massFraction function of swak4Foam into the controlDict:

massFractionKinematic {
type expressionField;
autowrite true;
expression "lcsMassFraction(ParticleCloud)";
outputControl timeStep;
outputInterval 1;
fieldName ParticleCloudMassFraction;
}
Hey Mojtaba,
I met the same question as urs. I wanna calculate the mass concentration of particles(kg/m3) Can I use massFractionKinematic to achieve my goal. If I can ,could you plz post ur code in ur controlDic, thx.
chpjz0391 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 tracking INTEGER limitation warning Peter023 FLUENT 0 June 24, 2013 03:59
DPM particle tracking sajeesh FLUENT 0 May 12, 2013 02:29
DPM particle tracking in stirred tank parisa- FLUENT 1 August 7, 2012 12:03
CFX-Pre problem, pls help!!! cth_yao CFX 0 February 17, 2012 00:52
DPM particle tracking parisa- Main CFD Forum 2 June 15, 2011 05:12


All times are GMT -4. The time now is 18:44.