Dr. Treeby, I tried with inserting velocity as input instead of stress, still, it can't track the shear stress. Am I supposed to get the similar result for velocity input instead of stress?
source.u_mask = sensor.mask;
source.ux=sensor_data_fluid.ux;
source.uy=sensor_data_fluid.uy;
source.uz=sensor_data_fluid.uz;
sensor_data_elastic = pstdElastic3D(kgrid, medium, source, sensor, input_args{:});
Also, I am not sure what to use for source. mask. I want to use the same transducer for both as a source of ARF and also for tracking. Can you please tell me a bit about selecting the source. u_mask/source.s_mask?