2

I am trying to run the particle tracking solver icoUncoupledKinematicParcelFoam in post-processing (I already have the flow files). Do you know where I can find some tutorial if any?

I have already solved a flow case such as pitzDaily.

I myCase/constant folder I have included kinematicCloudProperties and kinematicCloudPositions.

I would like to compute the particles tracking in my domain. Do you have any suggestion? Thank you!

Sim81
  • 1,574
  • 2
  • 9
  • 15

1 Answers1

3

this questions is largely off-topic here (stackoverflow) because it's about using OpenFOAM, not programming OpenFOAM. A more on-topic forum is cfd-online.com's OpenFOAM forums: Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD .

Have you taken a look at OpenFOAM-x.x/tutorials/lagrangian/icoUncoupledKinematicParcelFoam/hopper tutorial? Additionally, Chalmer's CFD with Open Source Software course usually has some neat notes, e.g. here. You may be able to find something helpful there.

Good luck.

Eric Bringley
  • 1,366
  • 1
  • 12
  • 21