CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   RhocentralFoam + Lagrangian Particle Tracking (https://www.cfd-online.com/Forums/openfoam-programming-development/119249-rhocentralfoam-lagrangian-particle-tracking.html)

Azanulbizar June 12, 2013 22:10

RhocentralFoam + Lagrangian Particle Tracking
 
HI,

Does anyone try to attempt to combine rhocentralfoam with LPT for newer version of Openfoam (v2.1 and beyond)

There is a thread regarding this matter but using the codes posted, it doesnt work at all especially when it comes to the createFields.H file.

The programmer of the code used this line of code:

pointMesh pMesh(mesh);
volPointInterpolation vpi(mesh, pMesh);

Info<< "Constructing kinematicCloud1" << endl;
basicKinematicCloud kinematicCloud1
(
"kinematicCloud1",
vpi,
rho,
U,
thermo().mu(),
g
);

where he used vpi function to interpolate gas phase quantities at the position of the Lagrangian particle from the nearest cell centres.

However, the codes doesnt work in the newer openfoam. It gives a lot of errors.

Can anyone please offer some inputs in this matter?

Thank you very much.

nisha November 28, 2013 13:15

Hello Azanulbizar,

Did you solve the problem you posted ?


All times are GMT -4. The time now is 06:24.