|
[Sponsors] |
April 3, 2012, 08:08 |
lagrangian solid particle tracking - OFv2.1
|
#1 |
New Member
Join Date: Apr 2012
Posts: 1
Rep Power: 0 |
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 |
|
August 20, 2015, 15:53 |
|
#2 |
New Member
Join Date: Jul 2015
Posts: 17
Rep Power: 11 |
Sorry for restarting this thread but were you successful in finding a solver? I am interested in knowing it.
|
|
August 21, 2015, 03:20 |
|
#3 |
Member
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 12 |
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 |
|
August 21, 2015, 03:26 |
|
#4 |
New Member
Join Date: Jul 2015
Posts: 17
Rep Power: 11 |
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. |
|
August 21, 2015, 04:08 |
|
#5 |
Member
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 12 |
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; #include "PhaseIncompressibleTurbulenceModel.H" |
|
August 21, 2015, 04:54 |
|
#6 |
New Member
Join Date: Jul 2015
Posts: 17
Rep Power: 11 |
Hi,
Is this the Goldschmidt tutorial you are referring to? As in that properties of air are mentioned. |
|
August 21, 2015, 07:32 |
|
#7 |
Member
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 12 |
this is not from "Goldschmidt"
but "Goldschmidt" is the same as what i wrote but for air and no other difference |
|
August 21, 2015, 10:05 |
|
#8 |
New Member
Join Date: Jul 2015
Posts: 17
Rep Power: 11 |
Thanks Ali for the clarification
|
|
Tags |
lagrangian, particle tracking |
|
|
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 10:36 |
Lagrangian Particle Tracking Initial step | Bruce Hartley | OpenFOAM Programming & Development | 4 | September 2, 2015 06:32 |
Lagrangian Particle Tracking model In CFX | Kushagra | CFX | 8 | December 2, 2010 22:18 |
Lagrangian particle tracking! | Guilhem O | FLUENT | 1 | October 24, 2010 15:29 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |