<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>张鹏博客 &#187; heat transfer</title>
	<atom:link href="http://www.zhangpeng.info/tag/heat-transfer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhangpeng.info</link>
	<description>简单生活，分享快乐</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:55:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>什么是散热设计功耗TDP</title>
		<link>http://www.zhangpeng.info/2011/what-is-tdp/</link>
		<comments>http://www.zhangpeng.info/2011/what-is-tdp/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 14:14:09 +0000</pubDate>
		<dc:creator>张鹏</dc:creator>
				<category><![CDATA[Study]]></category>
		<category><![CDATA[heat transfer]]></category>
		<category><![CDATA[科普]]></category>

		<guid isPermaLink="false">http://www.zhangpeng.info/?p=553</guid>
		<description><![CDATA[在计算机硬件中会用到很多缩写，CPU、GPU、RAID……这些缩写或许你已经很熟悉了，但说到TDP（Thermal Design Power）大部分的人不会清楚这是什么东西。TDP中文翻译为&#8221;散热设计功耗&#8221;,对于了解处理器的性能来说是个重要的参数，通常在CPU的宣传材料中不会包含这一参数，这也就是为什么会有大多数人不知道什么是TDP的原因了。 TDP 基础知识 Thermal Design Power 或者说 TDP，是一个以W（瓦）为单位的散热能量参数，它表达了一个处理器为避免过热而需要的散热量大小。比如说，一个12W TDP的芯片可能只需要一个很小的风扇或者被动热沉（被动吸热的物质，比如空气），而一个95W TDP的芯片则可能会需要一个更大的风扇或者一个专用的热沉（比如循环的冷却水）。 用户通常会在一个 CPU 或 GPU 的标准中看到 TDP 这个参数，但TDP能用于描述更多电子产品耗能的一个状况。TDP功耗通常作为电脑（台式）主板设计、笔记本电脑散热系统设计、大型电脑散热设计等散热／降耗设计的重要参考指标。 由于TDP是以能量来表述的，所以它能够表征一款产品与竞争产品能量消耗的对比情况，低的散热设计功耗TDP值通常意味着低的能耗，也就意味着电池寿命的延长。 TDP是有产品制造商提供的一个数值，制造商会根据自己的实验研究得出这个数值，但通常这些实验系统都会对自己的产品TDP值有所夸大，但我们仍有理由相信这一个数据，因为如果TDP值没有一个可信的精度，在后续的基于此芯片的产品开发中将会产生许多问题。 TDP 应用举例 如上所述，不同的芯片会有不同的TDP。最常见的一个例子是最新用于智能手机的ARM处理器和用于台式机的CPU的一个TDP对比。 www.zhangpeng.info 用于智能手机的高通 Snapdragon 处理器标识的TDP为0.5～1 W之间，而 酷睿 Core i5-2500 的TDP则会高达95W。 这是一个很大的区别，很典型的体现了不同芯片能耗与性能的一个对比情况。 新型的GPU甚至有更高的TDP值，有些芯片的TDP值超过了225W。这并不能说明这些芯片就会一直消耗这么多的能量，但在工程开发过程中，必须对散热部件进行充分考虑以保证芯片长时间处在这样的能量消耗状态下散热正常不会产生过热烧毁现象。 了解 TDP 知识对你有什么好处 你已经对TDP有了一个简单的了解，那么或许你要问TDP知识对你有什么用呢？ 虽然TDP经常被引用，但它却并非是对芯片能量消耗或者新能的一个精确计量，TDP更多的是一个工程设计的指导性数据。 同时，了解一款CPU的散热设计功耗能够更好的理解它的能力，最好的一个例证是 Intel 酷睿系列移动处理器的一个对比。通过下表你可以看到Core i5-2540M 的 TDP 为 35W， 而Core i5-2557M的TDP则为17W. 这也就是说，Core i5-2557M相对Core i5-2540M处理器的设计功耗更低，由于两款处理器架构相同，这也就是说i5-2557M性能相对会差些但能延长电池使用寿命，也就是说对于笔记本电脑来i5-2557M可能比较合适，而如果更多的关注性能则应选择i5-2540M更为理想。 相同的结论可以适用与台式机的处理器。 AMD [...]]]></description>
			<content:encoded><![CDATA[<p>在计算机硬件中会用到很多缩写，CPU、GPU、RAID……这些缩写或许你已经很熟悉了，但说到TDP（Thermal Design Power）大部分的人不会清楚这是什么东西。TDP中文翻译为&#8221;散热设计功耗&#8221;,对于了解处理器的性能来说是个重要的参数，通常在CPU的宣传材料中不会包含这一参数，这也就是为什么会有大多数人不知道什么是TDP的原因了。</p>
<h3>TDP 基础知识</h3>
<p>Thermal Design Power 或者说 TDP，是一个以W（瓦）为单位的散热能量参数，它表达了一个处理器为避免过热而需要的散热量大小。比如说，一个12W TDP的芯片可能只需要一个很小的风扇或者被动热沉（被动吸热的物质，比如空气），而一个95W TDP的芯片则可能会需要一个更大的风扇或者一个专用的热沉（比如循环的冷却水）。</p>
<p>用户通常会在一个 CPU 或 GPU 的标准中看到 TDP 这个参数，但TDP能用于描述更多电子产品耗能的一个状况。TDP功耗通常作为电脑（台式）主板设计、笔记本电脑散热系统设计、大型电脑散热设计等<a href="http://www.zhangpeng.info/">散热</a>／降耗设计的重要参考指标。</p>
<p><a title="什么是散热设计功耗" href="http://www.flickr.com/photos/60904812@N05/6001372533/"><img src="http://farm7.static.flickr.com/6138/6001372533_99e95e066d.jpg" alt="什么是散热设计功耗" width="450" height="429" /></a></p>
<p>由于TDP是以能量来表述的，所以它能够表征一款产品与竞争产品能量消耗的对比情况，低的散热设计功耗TDP值通常意味着低的能耗，也就意味着电池寿命的延长。</p>
<p>TDP是有产品制造商提供的一个数值，制造商会根据自己的实验研究得出这个数值，但通常这些实验系统都会对自己的产品TDP值有所夸大，但我们仍有理由相信这一个数据，因为如果TDP值没有一个可信的精度，在后续的基于此芯片的产品开发中将会产生许多问题。</p>
<h3>TDP 应用举例</h3>
<p><img src="http://farm7.static.flickr.com/6150/6001372387_00121b7d60.jpg" alt="tdp2" width="425" height="369" /></p>
<p>如上所述，不同的芯片会有不同的TDP。最常见的一个例子是最新用于智能手机的ARM处理器和用于台式机的CPU的一个TDP对比。 www.zhangpeng.info</p>
<p>用于智能手机的高通 Snapdragon 处理器标识的TDP为0.5～1 W之间，而 酷睿 Core i5-2500 的TDP则会高达95W。 这是一个很大的区别，很典型的体现了不同芯片能耗与性能的一个对比情况。</p>
<p>新型的GPU甚至有更高的TDP值，有些芯片的TDP值超过了225W。这并不能说明这些芯片就会一直消耗这么多的能量，但在工程开发过程中，必须对散热部件进行充分考虑以保证芯片长时间处在这样的能量消耗状态下散热正常不会产生过热烧毁现象。</p>
<h3>了解 TDP 知识对你有什么好处</h3>
<p>你已经对TDP有了一个简单的了解，那么或许你要问TDP知识对你有什么用呢？ 虽然TDP经常被引用，但它却并非是对芯片能量消耗或者新能的一个精确计量，TDP更多的是一个工程设计的指导性数据。</p>
<p>同时，了解一款CPU的散热设计功耗能够更好的理解它的能力，最好的一个例证是 Intel 酷睿系列移动处理器的一个对比。通过下表你可以看到Core i5-2540M 的 TDP 为 35W， 而Core i5-2557M的TDP则为17W.</p>
<p><img src="http://farm7.static.flickr.com/6022/6001920598_a89c3eb923.jpg" alt="Intel酷睿系列处理器散热设计功耗TDP" width="316" height="276" /></p>
<p>这也就是说，Core i5-2557M相对Core i5-2540M处理器的设计功耗更低，由于两款处理器架构相同，这也就是说i5-2557M性能相对会差些但能延长电池使用寿命，也就是说对于笔记本电脑来i5-2557M可能比较合适，而如果更多的关注性能则应选择i5-2540M更为理想。</p>
<p>相同的结论可以适用与台式机的处理器。 AMD Phenom II X4 980 处理器 TDP为125W，而i5-2500的TDP为95W，从台架实验数据来看，<a href="http://techreport.com/articles.x/20873/3" target="_blank">确实AMD X4 980 消耗更多的能量</a></p>
<h3>总结</h3>
<p>TDP是衡量处理器性能与能源利用效率的一个重要参数，虽然无法替代最终的实验数据，但知道TDP值（同时知道其架构和主时钟频率）仍然可以帮助了解一款CPU的性能表现。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangpeng.info/2011/what-is-tdp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is flowing water hoter than water in a container ?</title>
		<link>http://www.zhangpeng.info/2009/is-flowing-water-hoter-than-water-in-a-container/</link>
		<comments>http://www.zhangpeng.info/2009/is-flowing-water-hoter-than-water-in-a-container/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:51:12 +0000</pubDate>
		<dc:creator>张鹏</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[heat transfer]]></category>

		<guid isPermaLink="false">http://www.zhangpeng.info/2009/interesting-research-why-we-think-the-temperature-of-flowing-water-is-much-higher-than-the-water-in-a-container.html</guid>
		<description><![CDATA[Sometime, especially in winter, we find the temperature of flowing water is higher than the water in a container. You may notice the phenomenon like this, when you washing your hair, you think the temperature of flowing water is just perfect. But you then find it too cold after you had wetted your hair. So [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime, especially in winter, we find the temperature of flowing water is higher than the water in a container. You may notice the phenomenon like this, when you washing your hair, you think the temperature of flowing water is just perfect. But you then find it too cold after you had wetted your hair. So you put your hand into the basin, the temperature seems decreased.</p>
<p>Let me have a brief research on this interesting phenomenon. Is the temperature decreased rapidly during its way to basin?www.zhangpeng.info</p>
<p><span id="more-62"></span></p>
<p>In my opinion, this phenomenon causes by three reasons.</p>
<h4>First, your hand-skin temperature is lower than your skin on head, so your skin will cheat you.</h4>
<h4>Second, the <a href="http://en.wikipedia.org/wiki/Heat_transfer" target="_blank">heat transfer</a> efficiency is much higher in a forced convection than natural convection.</h4>
<h4>Third, the temperature decreased during its way to basin due to convection and radiation.</h4>
<h3>First, biologic reason.</h3>
<p>Based on biology, your skin feels the temperature by compare the difference between your skin and surroundings. It’s to say, if your skin temperature is same to the surrounding, you may just have no feeling about the temperature. For example, you can’t feel hot if you skin temperature is the same as evioriment though it’s 70 degree now. So, when your hand-skin is cold than your skin on your head, it will feel warmer at a same temperature. And in cold days, our hands are usually colder than our head. This is one reason why you feel the temperature is higher by testing with your hands. But, after testing once time, your hand is warmed by hot water. That’s to say you will feel temperate goes down after wetted your hair.</p>
<h3>Second, I’ll calculate the heat transfer in a forced convection.</h3>
<p>According to Newton equation:</p>
<p>Q=h(Tw-Tf)<br />
 Where:<br />
 Q. Heat transfer during the whole process<br />
 h. Convection coefficient<br />
 Tw. Surface temperature<br />
 Tf. Fluid temperature</p>
<p>In a forced convection, ‘h’ can be much higher than a natural convection. Usually, ‘h’ in a forced convection can be 10 times in a natural convection.</p>
<p>When you put your hand under flowing water, the Q is high, in other words, the heat transfer is high. And the temperature of your skin increase rapidly. So you think the water temperature is suitable. But put your hand in basin, the ‘Q’ is lower; your skin may tell you the temperature is lower than the flowing water.</p>
<h3>Third, the temperature decreased during its way to basin due to convection and radiation. It’s to say, the temperature is surely lower in the basin.</h3>
<p>On its way to basin, there are convection and radiation. The convection is a forced convection. According the above discuss, result on temperature decrease is obviously.</p>
<p>And base on black body radiation equation:</p>
<p>Q=δ(T_f^4-T_0^4)<br />
 Where<br />
 Q. Heat transfer during the whole process<br />
 T_f. Temperature of water<br />
 T_0. Temperature of the environment</p>
<p>We know during its way to the basin, water will lose some heat because of radiation and the temperature decrease.</p>
<p>So, the real situation is that the temperature in your basin decreased when the water flow out of water pipe.</p>
<p>Above all, my conclusion about this interest phenomenon on some degree is misleading by your feeling but it’s a fact that the temperature is lower in your basin.</p>
<p>How to make this process better?</p>
<p>There are three ways to improve. First, warmer your hands before you prepare water. Second, turn down the valve to let the water flow slowly so the convection reduced. Third, just put you basin near outlet to decrease the heat transfer during its way to your basin.</p>
<p>There also a simple solution, remember next time when you want to wash your hair in winter, prepare your water hotter than perfect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhangpeng.info/2009/is-flowing-water-hoter-than-water-in-a-container/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

