-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Already Answered in the Issue Section: There is no attenuation here, this is the expected propagation effect which is in 2D the convolution of your source with a Hankel function. The energy is preserved in the isotropic acoustic case which means the energy of "25" of your source at a single point is distributed over all space after propagation. You can see a more detailed overview of 2D propagation effects for a ricker wavelt here: https://nbviewer.org/github/devitocodes/devito/blob/master/examples/seismic/acoustic/accuracy.ipynb A simple rule of thumb is that the amplitude follow spherical spreading for a point source which means at time t the amplitude is reduced by 1/sqrt(t) in 2D and 1/t in 3D |
Beta Was this translation helpful? Give feedback.
Already Answered in the Issue Section:
There is no attenuation here, this is the expected propagation effect which is in 2D the convolution of your source with a Hankel function. The energy is preserved in the isotropic acoustic case which means the energy of "25" of your source at a single point is distributed over all space after propagation.
You can see a more detailed overview of 2D propagation effects for a ricker wavelt here:
https://nbviewer.org/github/devitocodes/devito/blob/master/examples/seismic/acoustic/accuracy.ipynb
A simple rule of thumb is that the amplitude follow spherical spreading for a point source which means at time t the amplitude is reduced by 1/sqrt(t) in 2D and …