how to generate multiple mesh files with different time steps

Hi,
than you for sharing the PARTICLE TRACING example with vmtk,i have problem that how to generate different timestep meshs,can anyone share some example code or tools how to use it generate different timestep meshes?
best wishes!!
chenjunqiang

See requirements listed here:

In order to properly compute traces it is mandatory to have n mesh files resulting from a pulsatile cfd simulation. Each mesh file represent a timestep and must have, as a vtkDataArray, 3 velocity components in the axial directions ( usually u, v and w ), or the velocity vector.

thanks lassoan,can you share some example how to achieve it?

You probably need to ask for help on the community forum of the CFD solver that you use.