Hello!
I have been trying to run simulations in 3D with a plane piston source. What i notice is that my source seems to be sending signal to all directions. Not only to the propagation direction that i want to programme, and that goes for a pressure source but also for a velocity source, where i set: source.uz=filt_signal(1:1.5*length(signal1))
source.ux=zeros(1,length(source.uz))/0
source.uy=zeros(1,length(source.uz)) /0,
where uz is the direction of propagation that i want to set.
I still see wave propagating strictly along x direction along the surface of my source, and the same for y direction. Is this normal? and is there an underlying physical phenomenon under this or rather a disadvantage of the simulaton?
Thank you!