Final velocity and position
For the final state of the particles, this trajectory calculation code generates following three files:
initialVelocity.dat
finalPosition.dat
finalVelocity.dat
As indicated by their names, first three files respectively contain the initial velocities, final positions, and final velocities of the particles. The initial position is not dumped since it is in particle/particleSet file. Below figure shows a screenshot of a finalVelocity.dat file. The each line correspond to the each particle in the particle/particleSet file in same order. Then, the first three columns in those files store the each components (x, y, z) of coordinates/velocities of each particles at the end of the trajectory. The 4th and 5th columns respectively show the each particle ID of that row and the ending boundary ID which detected the ending condition of the trajectory. Where the boundary ID -1 means the particle any exit or adsorption event was detected by the maximum trajectory calculation time, which is often occurred by trapping circulating flow.

Two main properties what you can get from processing of these files are:
Event probability of "exit" or "adsorption" on each boundary
Velocity and concentration distributions of "exit" or "adsorption" on each boundary
Last updated