Hi Bradley,
I am working on transcranial ultrasound simulations with the "pstdElastic2D" function at 0.5, 0.75, 1, and 1.25 MHz.
I use 19.5 for shear wave attenuation and 8.83 for compressional wave attenuation.
I define my source waveform and surface intensity with following part of the code:
source_freq = 1e6; % [Hz]
source_surface_intensity = 5; % [W/cm^2]
source_strength = sqrt(2*source_surface_intensity*1e4*rho0*c0); % [Pa]
source.sxx = -createCWSignals(kgrid.t_array, source_freq, source_strength, 0);
source.syy = source.sxx;
I was wondering if the definition above and the attenuation constants are valid for k-Wave.
Best,
Prof. AK