I am using the Bernstein and Spicer equations for shear wave acoustic field calculations due to pulsed laser excitation in the non ablative regime.
D_S = - s_T ^ 4 * cos(2 * theta) .* sin(2 * theta) ./ ...
(s_T ^ 4 * (1 - 2 * cos(theta) .^ 2) .^ 2 + 4 * s_T ^ 3 .* cos(theta) .^ 2 .* sin(theta) .* sqrt(s_L ^ 2 - (s_T * cos(theta)) .^ 2));
Beam spreading is present in the resulting images, however, there is no acoustic attenuation with distance. Is it possible to introduce a function that will attenuate the acoustic field with distance? The material model is aluminium.
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
Include acoustic attenuation so that the acoustic field attenuates over distance
(2 posts) (2 voices)-
Posted 2 years ago #
-
Hi alan,
Which simulation function are you using? In
pstdElastic3D
you can set the absorption usingmedium.alpha_coeff_compression
andmedium.alpha_coeff_shear
.Best wishes
BenPosted 2 years ago #
Reply
You must log in to post.