Hi,
Thank you always.
I am using pstdElastic3D to simulate shear wave propagation, which works really well.
When I was tring to record signals using a large number of sensors with a small simulation time step, the size of data is too large to store. So I chose to set 'StreamToDick' as 100 to periodically save the result, but I found pstdElastic3D doesn't support 'StreamToDick'.
To maintain the simulation accuracy, I cannot use a larger time step. So is there any way to periodically save the simulation results when using pstdElastic3D? Thanks a lot.
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
pstdElastic3D with StreamToDisk
(2 posts) (2 voices)-
Posted 2 years ago #
-
Unfortunately that option is not currently supported. If you're comfortable with MATLAB, you could look inside
kspaceFirstOrder3D
and migrate across the appropriate code block (or hack in something similar yourself).Posted 2 years ago #
Reply
You must log in to post.