I think in this case you could use an explicitly defined field rather than relying on a pipeline to produce the velocity magnitude.
ie
field-vmag = sqrt(u*u + v*v + w*w)
Then you can use the field variable vmag wherever you need it.
I think in this case you could use an explicitly defined field rather than relying on a pipeline to produce the velocity magnitude.
ie
field-vmag = sqrt(u*u + v*v + w*w)
Then you can use the field variable vmag wherever you need it.