particle tracer - disappearing after time step 1

Hello,

I’m using the Particle Tracer filter to visualize particle age trajectories in a 3D unsteady CFD simulation.

I followed the steps from this video: YouTube Tutorial.

The particles generate correctly at the first time step, but they disappear as the simulation progresses to the next step.

Has anyone encountered this issue? Any suggestions on how to resolve it?

Thanks!

I have uploaded the data here including the state file here:

Kind regards,

Nikolas

You need to reduce the magnitude of the velocity, your particles are going out of the domain right away.

Here is a fixed state file:

state_kw.pvsm (1.0 MB)

1 Like

Hi Mathieu,

Thank you! This actually worked!

Does this mean that the scaling factor of the velocity should correspond to the physical time-stepping between the flow shots? And second, when calculating the particle age, should the velocity scaling factor be added back?

Kind regards,

Nikolas

The particles are just moved using the vector (interpolated on the particle location) from one timestep to the next, so that really depends on your units, which ParaView has no knowledge of.

when calculating the particle age, should the velocity scaling factor be added back?

I dont think so, age should depend on time only, not on velocity.