Hi Dr. Cox and Dr. Treeby,
Given the grid point spacing 'dx' and sound speed 'c' (assume c is constant), the time step 'dt' should satisfy the following condition
dt < dx/c (1)
So I am wondering what's the condition for the grid point spacing 'dx' given time step 'dt' and sound speed 'c'. In other words, how to determine the maximum dx given 'dt' and 'c'.
My thoughts are dx<λ_min/2, where λ_min is the minimum acoustic wavelength, i.e. λ_min=c/f_max, where f_max is the maximum frequency of the acoustic wave. If the acoustic wave is wide band, and we neglect absorption and transducer frequency response, then f_max=f_s/2, where f_s=1/dt is the sampling rate.
Put it together, we have
dx < λ_min/2 = c/(2*f_max) = c/f_s = c*dt (2)
But this conclusion contradicts (1). I don't know where the problem is.
Thanks in advanced!
Best,
Chao