<?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: Doubts converting pressure into heat deposition</title>
		<link>http://www.k-wave.org/forum/topic/doubts-converting-pressure-into-heat-deposition</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 23:40:08 +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/doubts-converting-pressure-into-heat-deposition" rel="self" type="application/rss+xml" />

		<item>
			<title>bencox on "Doubts converting pressure into heat deposition"</title>
			<link>http://www.k-wave.org/forum/topic/doubts-converting-pressure-into-heat-deposition#post-8579</link>
			<pubDate>Wed, 13 Jul 2022 18:56:12 +0000</pubDate>
			<dc:creator>bencox</dc:creator>
			<guid isPermaLink="false">8579@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi ganrielcathoud, &#60;/p&#62;
&#60;p&#62;That expression comes from 2*alpha*I_av where I is the time-averaged intensity. In a plane wave, which is a good approximation in many practical cases, such as at the focus of a transducer, I_av is related to the acoustic pressure by 0.5*p_max^2/(density*sound speed), where p_max incorporates the effect of the absorption on the wave amplitude.&#60;/p&#62;
&#60;p&#62;Going back a step, 2*alpha*I_av is the gradient of the average intensity: if the average intensity in a plane wave is decreasing, there must be energy being left behind. That is the energy that is being converted to heat.&#60;/p&#62;
&#60;p&#62;Look up some reviews on ultrasound therapy for more details on this.&#60;/p&#62;
&#60;p&#62;Best wishes&#60;br /&#62;
Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gabrielcathoud on "Doubts converting pressure into heat deposition"</title>
			<link>http://www.k-wave.org/forum/topic/doubts-converting-pressure-into-heat-deposition#post-8565</link>
			<pubDate>Wed, 13 Jul 2022 14:51:26 +0000</pubDate>
			<dc:creator>gabrielcathoud</dc:creator>
			<guid isPermaLink="false">8565@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;I'm simulating the heating generated by the use of ultrasound in the brain. The ultrasound simulation is working fine, but I am having difficulties with the temperature simulation. How do I convert pressure aplied into deposited heat? I found a conversion here on the forum, but I don't understand why:&#60;/p&#62;
&#60;p&#62;source.Q                              = alpha_np.*sensor_data.p_max_all.^2./(medium.density .* medium.sound_speed);&#60;/p&#62;
&#60;p&#62;I appreciate any help.&#60;/p&#62;
&#60;p&#62;The whole temperatura simulation is:&#60;/p&#62;
&#60;p&#62;clear source;&#60;/p&#62;
&#60;p&#62;medium.thermal_conductivity           = thermal_conductivity_water*ones(Nx,Ny);&#60;br /&#62;
medium.thermal_conductivity(head_mask==1) = thermal_conductivity_bone;&#60;/p&#62;
&#60;p&#62;medium.specific_heat                  = specific_heat_water*ones(Nx,Ny);&#60;br /&#62;
medium.specific_heat(head_mask==1)    = specific_heat_bone;&#60;br /&#62;
alpha_np                              = db2neper(medium.alpha_coeff, medium.alpha_power)...&#60;br /&#62;
                                        *(2 * pi * source_freq).^medium.alpha_power;                       &#60;/p&#62;
&#60;p&#62;dt                                    = 0.001;&#60;/p&#62;
&#60;p&#62;source.Q                              = alpha_np.*sensor_data.p_max_all.^2./(medium.density .* medium.sound_speed);&#60;br /&#62;
source.T0                             = 37;&#60;/p&#62;
&#60;p&#62;input_args                            = {'PlotSim', true};&#60;/p&#62;
&#60;p&#62;kdiff                                 = kWaveDiffusion(kgrid, medium, source, [], input_args{:});&#60;/p&#62;
&#60;p&#62;on_time                               = duration_of_stimulus; % [s]&#60;br /&#62;
off_time                              = 60; % [s]&#60;/p&#62;
&#60;p&#62;kdiff.takeTimeStep(round(on_time / dt), dt);&#60;br /&#62;
T1 = kdiff.T;&#60;/p&#62;
&#60;p&#62;kdiff.Q = 0;&#60;br /&#62;
dt = 0.1;&#60;br /&#62;
kdiff.takeTimeStep(round(off_time / dt), dt);&#60;br /&#62;
T2 = kdiff.T;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
