The filter is warping your data by a scalar, but there are a couple of reasons why you don’t see it.
The first problem is that you have set the Normal vector in Warp By Scalar to [0, 0, 1], which is pointing in the Z direction. ParaView saw that your data is flat so is showing you the data in 2D projection mode. The displacement is happening straight out of the image, but because you are in 2D (parallel) projection, you have no hope of seeing changes in that direction.
The second problem is that your displacement is very small. The bounds of the data in the x direction is 4, but the displacement everywhere is about 0.0001. This is too small to see even if it was in the right direction. You need to bump the Scale Factor up to the thousands to clearly see the displacement.
Here is a state that makes them visible.
beam_forces_corrected_warp.pvsm (570.2 KB)
