|
[Sponsors] | |||||
|
|
|
#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 |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Jul 2015
Posts: 17
Rep Power: 12 ![]() |
Sorry for restarting this thread but were you successful in finding a solver? I am interested in knowing it.
|
|
|
|
|
|
|
|
|
#3 |
|
Member
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 13 ![]() |
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 |
|
|
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Jul 2015
Posts: 17
Rep Power: 12 ![]() |
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. |
|
|
|
|
|
|
|
|
#5 |
|
Member
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 13 ![]() |
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" |
|
|
|
|
|
|
|
|
#6 |
|
New Member
Join Date: Jul 2015
Posts: 17
Rep Power: 12 ![]() |
Hi,
Is this the Goldschmidt tutorial you are referring to? As in that properties of air are mentioned. |
|
|
|
|
|
|
|
|
#7 |
|
Member
Alireza Atrian
Join Date: May 2014
Posts: 39
Rep Power: 13 ![]() |
this is not from "Goldschmidt"
but "Goldschmidt" is the same as what i wrote but for air and no other difference |
|
|
|
|
|
|
|
|
#8 |
|
New Member
Join Date: Jul 2015
Posts: 17
Rep Power: 12 ![]() |
Thanks Ali for the clarification
|
|
|
|
|
|
![]() |
| Tags |
| lagrangian, particle tracking |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lagrangian Particle Tracking model In CFX | Kushagra | CFX | 9 | May 16, 2025 06:31 |
| 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! | Guilhem O | FLUENT | 1 | October 24, 2010 15:29 |
| CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |