Hello,
I want to add streamlines on a slice. I understand EvenlySpacedStreamlines2D only work in the X-Y plane so I have transformed my data so that the slice I want is in the X-Y plane. Why am I unable to see any streamlines?
Order of my filter’s:
Calculator with expression: “Velocity u”*iHat+“Velocity w”*kHat
Tansform: Rotate [90, 0, 0]
Slice: Velocity |v|
EvenlySpacedStreamline2D
I have also tried transforming first and then calculating the velocity vector (expression: “Velocity u”*iHat+“Velocity w”*jHat), but that did not work as well.


