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

lagrangian solid particle tracking - OFv2.1

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 3, 2012, 07:08
Red face lagrangian solid particle tracking - OFv2.1
  #1
New Member
 
Join Date: Apr 2012
Posts: 1
Rep Power: 0
PelusDadidus is on a distinguished road
Hello,

I'm using OpenFOAM v2.1 and I would like to visualize solid particle movements inside water tank. I would like to do it in a simple way, only one-way coupling would be needed (low concentration of small particles), and particle injection at the inlet of the tank
I tried to use some solvers available on the internet but none of them is working. I know only basic C++ and I'm not able to create my own solver, even if it may look simple for you.
Does anyone know a simple way to visualize solid particle movements with OpenFOAM 2.1 ?

Thanks in advance
PelusDadidus is offline   Reply With Quote

Old   August 20, 2015, 14:53
Default
  #2
New Member
 
Join Date: Jul 2015
Posts: 17
Rep Power: 10
Ameya T is on a distinguished road
Sorry for restarting this thread but were you successful in finding a solver? I am interested in knowing it.
Ameya T is offline   Reply With Quote

Old   August 21, 2015, 02:20
Default
  #3
Member
 
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 11
ali_atrian is on a distinguished road
you can work with DPMFoam in OF2.3.0 or OF2.2.x
this solver considers two phases of water and solid and track the movement of them:
http://www.openfoam.org/version2.3.0/dpm.php
ali_atrian is offline   Reply With Quote

Old   August 21, 2015, 02:26
Default
  #4
New Member
 
Join Date: Jul 2015
Posts: 17
Rep Power: 10
Ameya T is on a distinguished road
Hi Ali,

I had a look at DPMFoam, but from its description it seems that it handles compressible fluids and solids and not incompressible fluids and solids which I want to work with.
Ameya T is offline   Reply With Quote

Old   August 21, 2015, 03:08
Default
  #5
Member
 
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 11
ali_atrian is on a distinguished road
DPMFoam is a Transient solver for the coupled transport of a single kinematic particle cloud including the effect of the volume fraction of particles on the
incompresible continuous phase.:

as in transportProp we have:
Code:
    transportModel  Newtonian;
    contiuousPhaseName water;
    nu                    1.07e-06;
    rho.water             998.707;
and it includes:
#include "PhaseIncompressibleTurbulenceModel.H"
ali_atrian is offline   Reply With Quote

Old   August 21, 2015, 03:54
Default
  #6
New Member
 
Join Date: Jul 2015
Posts: 17
Rep Power: 10
Ameya T is on a distinguished road
Hi,
Is this the Goldschmidt tutorial you are referring to? As in that properties of air are mentioned.
Ameya T is offline   Reply With Quote

Old   August 21, 2015, 06:32
Default
  #7
Member
 
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 11
ali_atrian is on a distinguished road
this is not from "Goldschmidt"
but "Goldschmidt" is the same as what i wrote but for air and no other difference
ali_atrian is offline   Reply With Quote

Old   August 21, 2015, 09:05
Default
  #8
New Member
 
Join Date: Jul 2015
Posts: 17
Rep Power: 10
Ameya T is on a distinguished road
Thanks Ali for the clarification
Ameya T is offline   Reply With Quote

Reply

Tags
lagrangian, particle tracking


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
dispersion model with lagragian particle tracking model for incompressible flows eelcovv OpenFOAM Running, Solving & CFD 54 April 10, 2018 09:36
Lagrangian Particle Tracking Initial step Bruce Hartley OpenFOAM Programming & Development 4 September 2, 2015 05:32
Lagrangian Particle Tracking model In CFX Kushagra CFX 8 December 2, 2010 21:18
Lagrangian particle tracking! Guilhem O FLUENT 1 October 24, 2010 14:29
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


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