<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Topic: Viscoelastic medium simulation</title>
		<link>http://www.k-wave.org/forum/topic/viscoelastic-medium-simulation</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 07:35:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/topic/viscoelastic-medium-simulation" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Viscoelastic medium simulation"</title>
			<link>http://www.k-wave.org/forum/topic/viscoelastic-medium-simulation#post-7602</link>
			<pubDate>Sat, 13 Jun 2020 12:57:37 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">7602@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;You can use the &#60;code&#62;eta = ...&#60;/code&#62; equation to first calculate the absorption coefficient in Np/( (rad/s)^2 m):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;alpha_coeff_shear_np = eta / (2 * rho0 .* medium.sound_speed_shear .^ 3)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And then convert this to dB/(MHz^2 cm) for input to medium.alpha_coeff_shear:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;medium.alpha_coeff_shear = neper2db(alpha_coeff_shear_np, 2)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Brad.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lilys on "Viscoelastic medium simulation"</title>
			<link>http://www.k-wave.org/forum/topic/viscoelastic-medium-simulation#post-7584</link>
			<pubDate>Mon, 08 Jun 2020 21:41:10 +0000</pubDate>
			<dc:creator>Lilys</dc:creator>
			<guid isPermaLink="false">7584@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
 I am trying to simulate the wave propagation in a viscoelastic medium using &#34;pstdElastic2D&#34; function. I assume that the viscoelastic properties can be defined using &#34;medium.alpha_coeff_shear&#34;. For a 4 MHz transducer, I am defining the &#34;medium.alpha_coeff_shear&#34; of the order of 1e7 to have a shear viscosity (eta) of 2.5 Pa.s based on the calculation of &#34;eta&#34; in the &#34;pstdElastic2D&#34; function, which is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;eta = 2 * rho0 .* medium.sound_speed_shear .^ 3 .*
db2neper(medium.alpha_coeff_shear, 2);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, I don't see any change in the results if I don't define &#34;medium.alpha_coeff_shear&#34; at all (elastic medium). Could you please clarify how the viscoelastic properties can be defined and what the range of &#34;medium.alpha_coeff_shear&#34; should be for a 4 MHz transducer?&#60;br /&#62;
Thanks in advance for your time and help.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;shear_modulus = 4e3; %[Pa]
shear_viscosity = 2.5; %[Pa.s]
medium.density = 1000;      % [kg/m^3]
medium.sound_speed_compression = 1540; %[m/s]
medium.sound_speed_shear = sqrt(shear_modulus / medium.density); %[m/s]
medium.alpha_coeff_shear = shear_viscosity /
(2 * medium.density * medium.sound_speed_shear^3) *
8.7 / 100 * (2 * pi * 1e6)^2; %[dB/(MHz^2 cm)]&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
