I want to use addCustomElement to build the array and place it in the desired location
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
Can I use addCustomElement to determine the element position
(7 posts) (2 voices)-
Posted 1 year ago #
-
You can position any of the kAaveArray element types arbitrarily. See the “Modelling A Linear Array Transducer Example” in the k-Wave v1.4 documentation for an example.
Posted 1 year ago # -
In 1.4, addRectElement is used to add elements that can define the location. How do I define the location if addCustomElement is used
Posted 1 year ago # -
The position of the element in this case is defined by the position of the integration points.
Posted 1 year ago # -
Is it possible to use addCustomElement to create multiple elements and exhaust them according to certain rules? Could you give me some code examples? Thank you very much!
Posted 1 year ago # -
In a sense, all the other named elements are concrete implementations of custom elements. For details of how to select the integration points, see the referenced paper which goes through it in some detail.
Posted 1 year ago # -
Thank you very much that my problem is solved
Posted 1 year ago #
Reply
You must log in to post.