<?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>Solar Heat Engines</title>
	<atom:link href="http://www.solarheatengines.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solarheatengines.com</link>
	<description>Simulate, analyze, design, build, and test solar-powered engines</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:50:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Engine 3F Efficiency Analysis part 4</title>
		<link>http://www.solarheatengines.com/2010/07/21/engine-3f-efficiency-analysis-part-4/</link>
		<comments>http://www.solarheatengines.com/2010/07/21/engine-3f-efficiency-analysis-part-4/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 04:32:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis Tools]]></category>
		<category><![CDATA[Performance testing]]></category>
		<category><![CDATA[Thermodynamics]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=371</guid>
		<description><![CDATA[Rev 1: See details at bottom. Let me summarize what has been covered and what remains in this efficiency analysis: Component Power percentage of total power Efficiency analysis Heat lost directly to the environment 40.3w 58.4% Part 1 Thermal shorting: heat conduction directly from the hot end to the cold end 5.9w 8.6% Part 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Rev 1: See details at bottom.</p>
<p>Let me summarize what has been covered and what remains in this efficiency analysis:</p>
<table bgcolor="#666666" cellpadding="1" cellspacing="1" border="2">
<tr bgcolor="#dddddd">
<th>Component	</th>
<th>Power </th>
<th>percentage of total power </th>
<th> Efficiency analysis </th>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Heat lost directly to the environment	 </td>
<td align="center">40.3w </td>
<td align="center"> 58.4%</td>
<td align="center">Part 1 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Thermal shorting: heat conduction directly  from the hot end to the cold end </td>
<td align="center"> 5.9w</td>
<td align="center">8.6%</td>
<td align="center"> Part 2 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Gross engine power: includes net shaft power, plus internal losses </td>
<td align="center"> 1.6 +/- .2w </td>
<td align="center">(part of thermodynamic cycle input heat)</td>
<td align="center"> Part 3 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Thermodynamic cycle input heat </td>
<td align="center">22.8w</td>
<td align="center">33.0%</td>
<td align="center"> </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Regenerator heat &#038; efficiency</td>
<td align="center"> </td>
<td align="center">(part of thermodynamic cycle input heat)</td>
<td align="center"> </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Total </td>
<td align="center">69w </td>
<td align="center">100%</td>
<td align="center"> </td>
</tr>
</table>
<p>After a lot of thought I came up with an approach that I believe is sound to finish this efficiency analysis. In the process I discovered that my heat bookkeeping method would need to be revised. The changes are shown in the above table. The numbers I’ve computed so far weren’t changed, just how they are grouped.  </p>
<p>The gross engine power is now grouped as part of the thermodynamic cycle input. The gross engine power is what remains from the thermodynamic cycle input heat after you’ve paid off all your thermodynamic cycle losses. The regenerator is where you save heat from one cycle to the next, so it also belongs as part of the thermodynamic cycle input. </p>
<p>Although I often think of the regenerator losses in comparison with a perfect regenerator, another way to look at it is comparing it with no regenerator. The more efficient your regenerator, the less heat you need to supply overall for the thermodynamic cycle input. A regenerator should never lose heat, an efficient one saves more heat than an inefficient one. </p>
<p>Here are the assumptions and equations: </p>
<p><strong>(1) </strong>After elimination of other avenues for heat loss, the only remaining heat is that which goes into the thermodynamic power cycle.  If we call the remaining heat Q<sub>available</sub> then the thermodynamic cycle efficiency is:</p>
<blockquote><p>Cycle efficiency = gross engine power / Q<sub>available</sub><br />
Cycle efficiency = 1.6w/22.8w = 7.0%
</p></blockquote>
<p><strong>(2)</strong> The heat required in an engine cycle can be computed using the internal energy change for an ideal gas and the PdV work. Air behaves as an ideal gas at the temperatures and pressures we are considering, so this should be a good assumption:</p>
<blockquote><p>	Q<sub>required</sub> = U<sub>2</sub> – U<sub>1</sub> + PdV work = mCv(T<sub>2</sub>-T<sub>1</sub>) ∫<sub>1</sub><sup>2</sup> PdV</p>
<p>	Where: U<sub>2</sub> &#8211; U<sub>1</sub> is the internal energy change in joules between two states<br />
		m = mass of gas<br />
		Cv= heat capacity at constant volume for the gas<br />
		T<sub>2</sub>, T<sub>1</sub> = temperatures Kelvin of the two states<br />
               ∫<sub>1</sub><sup>2</sup> PdV = PdV work between the two states
</p></blockquote>
<p>This computation is complicated by having three different volumes of gas (hot, cold, and regenerator) that are continually changing mass. I used a spreadsheet to compute these values from my simulation results using the following method:</p>
<blockquote><p>	U<sub>2</sub> – U<sub>1</sub> = Cv(Σm<sub>2</sub>T – Σm<sub>1</sub>T)
</p></blockquote>
<p>The summation includes each of the three masses multiplied by each of the three temperatures. In this case the three temperatures are fixed and the masses in each volume change. Then I sum together all the steps in the simulation where heating takes place (but not cooling) to arrive at a total internal energy increase required of 8.5 j/cycle or 29.8w at 3.5Hz. The internal energy change is the majority of the heating on a low temperature engine such as this one.</p>
<p>The total Q<sub>required</sub> can be made more accurate by including the PdV work that occurs during the part of the cycle where heating occurs. Including the PdV work (from the simulator) increases the total heat required to: 9.3 j/cycle or 32.6w at 3.5Hz. </p>
<p><strong>(3)</strong>The heat required minus the heat available is the heat provided by the regenerator. This certainly makes sense and is why we use a regenerator. The regenerator saves heat from one cycle to the next so that the engine requires less heat than it would without the regenerator.</p>
<blockquote><p>	Q<sub>required</sub> – Q<sub>available</sub> = Q<sub>regenerator</sub><br />
	32.6w – 22.8w = 9.8w
</p></blockquote>
<p><strong>(4)</strong> If the regenerator was 0% efficient, then it provides no power. The thermodynamic cycle efficiency would just be the gross engine power divided by the heat required. </p>
<blockquote><p>	Cycle efficiency = gross engine power / Q<sub>required</sub> (0% regeneration)<br />
	Cycle efficiency = 1.6w / 32.6w = 4.9% efficiency (without regeneration)
</p></blockquote>
<p><strong>(5)</strong> If the regenerator was 100% efficient, then the thermodynamic cycle efficiency would be the Carnot efficiency. This would be a valid assumption if the engine used only reversible processes. Ideal Stirling engines are reversible, you can use them as efficient heat pumps as well as engines. Real Stirling engines are not 100% reversible, they have losses. I think this is a reasonable accurate assumption for the present purpose. Even if a 100% efficient regenerator resulted in 75% of Carnot efficiency, the error introduced in this analysis is 1.7w. </p>
<blockquote><p>	Cycle efficiency = Carnot efficiency (100% regeneration)<br />
	Carnot Efficiency = 1- (Tc/Th)  Where Th and Tc are absolute temperatures
</p></blockquote>
<p>On my cycle simulator the 1.6w gross engine power corresponds to Th and Tc temperatures of 205.3 C and 58.8C. </p>
<blockquote><p>	Carnot Efficiency = 1 – (58.8 + 273.15)/(205.3 + 273.15) = 30.6%</p>
<p>	Thermodynamic cycle input = gross power out / cycle efficiency<br />
	= 1.6w/.306 = 5.2w
</p></blockquote>
<p>If the regenerator were 100% efficient, then Q<sub>available</sub> would need to be 5.2w. Using assumption (3) then: </p>
<blockquote><p>	Q<sub>required</sub> – Q<sub>available</sub> = Q<sub>regenerator</sub> =<br />
32.6 – 5.2 = 27.4w (100% efficient)
</p></blockquote>
<p>Knowing the heat supplied by a 100% efficient regenerator lets us compute the actual regenerator efficiency: </p>
<blockquote><p>	Q<sub>regen(actual)</sub> / Q<sub>regen(100%)</sub> =<br />
9.8/27.4 = 36% regenerator efficiency
</p></blockquote>
<p>Using the above computations the updated heat loss table is now:</p>
<table bgcolor="#666666" cellpadding="1" cellspacing="1" border="2">
<tr bgcolor="#dddddd">
<th>Component	</th>
<th>Power </th>
<th>percentage of total power </th>
<th> Efficiency analysis </th>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Heat lost directly to the environment	 </td>
<td align="center">40.3w </td>
<td align="center"> 58.4%</td>
<td align="center">Part 1 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Thermal shorting: heat conduction directly  from the hot end to the cold end </td>
<td align="center"> 5.9w</td>
<td align="center">8.6%</td>
<td align="center"> Part 2 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Gross engine power: includes net shaft power, plus internal losses </td>
<td align="center"> 1.6 +/- .2w </td>
<td align="center">(part of thermodynamic cycle input heat)</td>
<td align="center"> Part 3 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Thermodynamic cycle input heat </td>
<td align="center">22.8w</td>
<td align="center">33.0%</td>
<td align="center">Part 4 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Regenerator heat &#038; efficiency</td>
<td align="center">9.8w, 36% efficient</td>
<td align="center">(part of thermodynamic cycle input heat)</td>
<td align="center">Part 4</td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Total </td>
<td align="center">69w </td>
<td align="center">100%</td>
<td align="center"> </td>
</tr>
</table>
<p></p>
<h2>Conclusion</h2>
<p>Although I believe the methods and assumptions I used in this part of the analysis are reasonably sound, the regenerator efficiency seems low. I expected something around 80% and have difficulty believing it is below 50%. </p>
<p>Part of the problem may be caused by the possibly inaccurate 22.8w value arrived at by subtraction from the total. For example, a 5 watt increase in estimating the heat lost directly to the environment (a 12.5% error) would result in a 5 watt higher regenerator output and an efficiency of about 54%. </p>
<p>There is also the possibility that the 36% regenerator efficiency is close to correct and I need to design a better regenerator. Because I believe my analysis is not that far off, I think I have to accept this result.</p>
<p>Overall I was surprised by the amount of heat that goes directly from the heater (the light bulb) into the environment. When I say I’m surprised, I don’t mean by the computed result. When I ran the test I could feel considerable heat coming from the insulated cylinder. This large loss was in spite of my efforts to insulate the hot section. </p>
<p>I’ve also tried propane and kerosene (paraffin) burners. As heat sources they are fine for powering this enginge, but the exhaust gases carry away a significant amount of heat and complicate insulating the engine. Another problem is measuring the power (heat). At the low power level this engine uses, I only burn a few grams an hour. I’d need a laboratory grade scale to measure the input power accurately. My energy loss table would also need another entry for heater efficiency. </p>
<p>Rev 1 details:</p>
<p>Section <strong>(2)</strong> was replaced above. The original is shown below. Because the value for Q<sub>required</sub> was changed, it required changing other sections, but only for the value change. The essential change was adding the effect of the PdV work to Q <sub>required</sub>.</p>
<p><strong>(2)</strong> The heat required in an engine cycle can be computed using the internal energy change for an ideal gas. Air behaves as an ideal gas at the temperatures and pressures we are considering, so this should be a good assumption:</p>
<blockquote><p>	Q<sub>required</sub> = U<sub>2</sub> – U<sub>1</sub> = mCv(T<sub>2</sub>-T<sub>1</sub>)</p>
<p>	Where: U<sub>2</sub> &#8211; U<sub>1</sub> is the internal energy change in joules between two states<br />
		m = mass of gas<br />
		Cv= heat capacity at constant volume for the gas<br />
		T<sub>2</sub>, T<sub>1</sub> = temperatures Kelvin of the two states
</p></blockquote>
<p>This computation is complicated by having three different volumes of gas (hot, cold, and regenerator) that are continually changing mass. I used a spreadsheet to compute these values from my simulation results using the following method:</p>
<blockquote><p>	U<sub>2</sub> – U<sub>1</sub> = Cv(Σm<sub>2</sub>T – Σm<sub>1</sub>T)
</p></blockquote>
<p>The summation includes each of the three masses multiplied by each of the three temperatures. In this case the three temperatures are fixed and the masses in each volume change. Then I sum together all the steps in the simulation where heating takes place and arrive at a total heat required of 8.5 j/cycle or 29.8w at 3.5Hz. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2010/07/21/engine-3f-efficiency-analysis-part-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Engine 3F Efficiency Analysis part 3</title>
		<link>http://www.solarheatengines.com/2010/07/07/engine-3f-efficiency-analysis-part-3/</link>
		<comments>http://www.solarheatengines.com/2010/07/07/engine-3f-efficiency-analysis-part-3/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 18:13:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis Tools]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=321</guid>
		<description><![CDATA[Let me summarize what has been covered and what remains in this efficiency analysis: Component Power percentage of total power Efficiency analysis Heat lost directly to the environment 40.3w 58.4% Part 1 Thermal shorting: heat conduction directly from the hot end to the cold end 5.9w 8.6% Part 2 Gross engine power: includes net shaft [...]]]></description>
			<content:encoded><![CDATA[<p>Let me summarize what has been covered and what remains in this efficiency analysis:</p>
<table bgcolor="#666666" cellpadding="1" cellspacing="1" border="2">
<tr bgcolor="#dddddd">
<th>Component	</th>
<th>Power </th>
<th>percentage of total power </th>
<th> Efficiency analysis </th>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Heat lost directly to the environment	 </td>
<td align="center">40.3w </td>
<td align="center"> 58.4%</td>
<td align="center">Part 1 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Thermal shorting: heat conduction directly  from the hot end to the cold end </td>
<td align="center"> 5.9w</td>
<td align="center">8.6%</td>
<td align="center"> Part 2 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Gross engine power: includes net shaft power, plus internal losses </td>
<td align="center"> </td>
<td align="center"></td>
<td align="center"> Part 3 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Thermodynamic cycle losses </td>
<td align="center"> </td>
<td align="center"></td>
<td align="center"> </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Regenerator losses </td>
<td align="center"> </td>
<td align="center"></td>
<td align="center"> </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Total </td>
<td align="center">69w </td>
<td align="center">100%</td>
<td align="center"> </td>
</tr>
</table>
<p>The gross engine power includes not only the measured net shaft power, but also the internal engine losses. These losses are primarily the friction of the dynamic seals (piston seal and displacer shaft seal), bearing friction, and the power required to move the operating gas back and forth by the displacer. </p>
<p>Although I have measured the net output power at 1.16w, I have no measure of the gross engine power or of the internal engine losses. I can, however, compute an upper limit for the gross engine power from my Stirling engine simulator. As an absolute upper power limit we can use the measured temperatures of 450F for Th and 90F for Tc. Using these values yields the first computed row in the table below. This simulator makes some <a href="http://www.solarheatengines.com/2009/11/13/stirling-engine-simulator-guide/">idealized assumptions</a>  that make it virtually impossible for the real engine to output more power than the simulator. I consider this value of 2.34w to be an overly generous estimate of the gross power generated by the engine. </p>
<p>For this engine operating at 3.5 Hz, my heat transfer computations indicate the closest the operating gas can get to the measured external temperatures is a delta T of about 20 degC. The second data row in the table uses these temperature limits to compute the maximum estimated gross power. The third data row lists what I estimate to be the minimum gross power that could support a measured output power of 1.16w. It leaves only .25w for all the engine losses. </p>
<table bgcolor="#666666" cellpadding="1" cellspacing="1" border="2">
<tr bgcolor="#dddddd">
<th>Condition</th>
<th>Th</th>
<th>Tc</th>
<th>Power Computed </th>
<th>Power Measured </th>
<th>Power Difference </th>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Measured temperatures </td>
<td align="center">450F (232C) </td>
<td align="center"> 90F (32.2C) </td>
<td align="center">2.34w </td>
<td align="center"> 1.16w </td>
<td align="center">1.18w </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Maximum estimated gross power </td>
<td align="center">413.6F (212C) </td>
<td align="center"> 125.6F (52C)</td>
<td align="center">1.79w </td>
<td align="center"> 1.16w </td>
<td align="center">.63w </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Minimum estimated gross power </td>
<td align="center">389.3F (198.5C) </td>
<td align="center"> 150F (65.5C) </td>
<td align="center">1.41w </td>
<td align="center"> 1.16w </td>
<td align="center"> .25w </td>
</tr>
</table>
<p>Based both on these calculations and on my experiences measuring power and friction in this engine, I feel reasonably confident that the gross engine power falls in the range of 1.41w to 1.79w. Using the average I will call the gross engine power 1.6w +/- 0.2w. Now we can fill in another block in the table:</p>
<table bgcolor="#666666" cellpadding="1" cellspacing="1" border="2">
<tr bgcolor="#dddddd">
<th>Component	</th>
<th>Power </th>
<th>percentage of total power </th>
<th> Efficiency analysis </th>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Heat lost directly to the environment	 </td>
<td align="center">40.3w </td>
<td align="center"> 58.4%</td>
<td align="center">Part 1 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Thermal shorting: heat conduction directly  from the hot end to the cold end </td>
<td align="center"> 5.9w</td>
<td align="center">8.6%</td>
<td align="center"> Part 2 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Gross engine power: includes net shaft power, plus internal losses </td>
<td align="center">1.6 +/- .2w </td>
<td align="center">2.3%</td>
<td align="center"> Part 3 </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Thermodynamic cycle losses </td>
<td align="center"> </td>
<td align="center"></td>
<td align="center"> </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Regenerator losses </td>
<td align="center"> </td>
<td align="center"></td>
<td align="center"> </td>
</tr>
<tr bgcolor="#ffffff">
<td align="left"> Total </td>
<td align="center">69w </td>
<td align="center">100%</td>
<td align="center"> </td>
</tr>
</table>
<p>So far we’ve accounted for 47.8w and we have 21.2w remaining for the last two items. </p>
<h2>Engine power computations </h2>
<p>The following values were used in the engine simulator to compute power:<br />
Power cylinder 31.75mm dia x 63.5mm stroke<br />
Displacer 44.5mm dia x 63.5mm stroke<br />
Dead volumes: hot, cold, regenerator = 10, 60, 31 cm^3<br />
Engine cycles/sec = 3.5<br />
Average pressure = .968 atm (to account for 900ft elevation)</p>
<p>The computed power output of the simulator is reduced by the isentropic compression heating value (also from the simulator) so that the first data row in the table is 2.73w (1-14.33%) = 2.34w. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2010/07/07/engine-3f-efficiency-analysis-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Engine 3F Efficiency Analysis part 2</title>
		<link>http://www.solarheatengines.com/2010/07/03/engine-3f-efficiency-analysis-part-2/</link>
		<comments>http://www.solarheatengines.com/2010/07/03/engine-3f-efficiency-analysis-part-2/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 21:51:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis Tools]]></category>
		<category><![CDATA[Heat Transfer]]></category>
		<category><![CDATA[Thermodynamics]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=308</guid>
		<description><![CDATA[Continuing with the analysis of where the input power (heat) to the engine goes, the next item to consider is the conduction loss often referred to as thermal shorting. Conduction losses A Stirling engine of gamma configuration, such as the one being considered, uses a displacer to shuttle the operating gas back and forth between [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing with the analysis of where the input power (heat) to the engine  goes, the next item to consider is the conduction loss often referred to as thermal shorting. </p>
<h2> Conduction losses </h2>
<p>A Stirling engine of gamma configuration, such as the one being considered, uses a displacer to shuttle the operating gas back and forth between the hot end and the cold end. In this engine both the displacer cylinder and the displacer itself are constructed from stainless steel tubes. These tubes conduct heat lengthwise between the hot and cold ends. The illustration below shows the hot end gas as orange near the bottom and the cold end gas as blue near the top.  </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/07/IMG_2641E3.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/07/IMG_2641E3.jpg" alt="" title="IMG_2641E3" width="576" height="746" class="aligncenter size-full wp-image-289" /></a></p>
<p>To compute these losses I would like to have reasonably accurate temperature measurements for the displacer cylinder and displacer. The only temperature I measure directly is the cold end of the displacer cylinder (90F, 32.2C). I don’t directly measure the hot end of the displacer cylinder, just the air temperature nearby (450F, 232C). I have no measure of the gas temperatures inside the displacer volume or of the displacer itself, so I have to make some estimates. </p>
<p>Based on my engine power computations, which I’ll go into further in the next part, I believe that Th for the operating gas is much lower than the measured external temperature and Tc is higher. These temperature differences are also necessary for heat transfer to take place. For this computation I use the values shown in the table below. I use 17 w/m-degK as the average thermal conductivity of stainless steel in the computations. </p>
<p>The rate of conduction heat transfer for the one-dimensional case is: </p>
<p>Qdot =  -kA(dT/dx)</p>
<p>Where:<br />
	Qdot = heat transfer rate in watts<br />
	k = thermal conductivity of the material (w/m-degK)<br />
	A = cross sectional area of the material (m^2)<br />
	(dT/dx) = rate of change of temperature per unit length (degK/m)</p>
<p>This analysis assumes dT/dx is constant along the length of the tubes. </p>
<p>For the computations, I have reduced the conduction length of the tubes from the full length by one-half the stroke length on each end. I think this best represents the points where the temperatures were measured or computed. </p>
<table bgcolor="#666666" cellpadding="1" cellspacing="1" border="2">
<tr bgcolor="#dddddd">
<th>Component	</th>
<th>Dimensions </th>
<th>Temperatures </th>
<th> Conduction loss </th>
</tr>
<tr bgcolor="#ffffff">
<td align="center">Displacer cylinder	 </td>
<td align="center">2.0 inch dia x .083 wall x 9.5 inch conduction length. (50.8mm dia x 2.1mm wall x 241.3mm long) </td>
<td align="center"> Th = 450F (232C)<br />
Tc = 90F (32.2C)<br />
Delta T = 360F (200C) </td>
<td align="center">4.5w </td>
</tr>
<tr bgcolor="#ffffff">
<td align="center"> Displacer </td>
<td align="center"> 1.75 inch dia x .035 wall x 7.5 inch conduction length. (44.5mm dia x .89mm wall x 190.5mm long) </td>
<td align="center"> TH = 389.3F (198.5C)<br />
TC = 150F (65.5C)<br />
Delta T = 239.3F (133C)</td>
<td align="center"> 1.4w </td>
</tr>
</table>
<p>Total conduction losses for the two components are 5.9 watts. </p>
<p>I’d like to make a few comments on the displacer design. The displacer was made relatively long for two reasons:</p>
<p>The longer length reduces dT/dx in the conduction equation to reduce power lost through thermal conduction. The long length was also used to provide more surface area to act as a more efficient regenerator for the operating gas moving back and forth through the annular space. This type of regenerator is not as efficient as a fine mesh screen, but is advantageous from the simplicity standpoint. I’ll look at the efficiency of the regenerator in another part of this analysis. </p>
<p>You may have also noticed the displacer cylinder has a .083” wall, much thicker than it needs to be. This was chosen to reduce the cross sectional area of the annular space the gas travels through to increase the velocity and improve heat transfer. It also reduces the dead volume. A more ideal choice would have been a tube with the same inside diameter and a thinner wall. For simplicity I chose a standard tube size and accepted the penalty (2.9w). </p>
<p>Stainless steel was used for the displacer cylinder and displacer to benefit from the 3.5x lower heat conductivity compared with ordinary steels. If ordinary steel had been used instead of stainless steel, the conduction losses would increase from 5.9 to 20.7 watts. If aluminum was used the losses would be above 35 watts.</p>
<p>So far we’ve accounted for 40.3 watts going directly to the environment and 5.9 watts that does no useful work before going back to the environment through the cold end of the engine. 46.2 watts total. </p>
<p>Part 3 will start to look at the power that goes into doing useful work. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2010/07/03/engine-3f-efficiency-analysis-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Engine 3F Efficiency Analysis part 1</title>
		<link>http://www.solarheatengines.com/2010/07/01/engine-3f-efficiency-analysis-part-1/</link>
		<comments>http://www.solarheatengines.com/2010/07/01/engine-3f-efficiency-analysis-part-1/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 23:54:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis Tools]]></category>
		<category><![CDATA[Heat Transfer]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=253</guid>
		<description><![CDATA[In an earlier post I measured 1.05 watts output from my engine 3F using a 69 watt input. This computes to 1.5% efficiency. So where did the other 68 watts go? The following is my analysis of where all the energy went. It won’t be as rigorous as I would like, partly due to lack [...]]]></description>
			<content:encoded><![CDATA[<p>In an <a href="http://www.solarheatengines.com/2010/05/23/measuring-a-stirling-engine-with-1-watt-power-output-and-1-5-efficiency/">earlier post</a> I measured 1.05 watts output from my engine 3F using a 69 watt input. This computes to 1.5% efficiency. So where did the other 68 watts go? The following is my analysis of where all the energy went. It won’t be as rigorous as I would like, partly due to lack of instrumentation and partly due to some difficult issues with the thermodynamics of real engines. </p>
<p>The data I’m using for this analysis is not from the video. The measured data for this analysis: 3.5 hz (210 rpm), 71 grams @3 inches torque, Th = 450F, Tc = 90F, halogen bulb power 69w, computed shaft power (from measurements) 1.16w, computed efficiency 1.7%</p>
<p>To start with let&#8217;s look at a diagram of the engine.</p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/07/IMG_2641E3.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/07/IMG_2641E3.jpg" alt="" title="IMG_2641E3" width="576" height="746" class="aligncenter size-full wp-image-289" /></a></p>
<p>The halogen light bulb provides heat to the system. The primary goal of the supplied heat is to heat the working gas in the hot end of the displacer cylinder to power the engine. The heat, however, doesn&#8217;t just go where you&#8217;d like it to go. A large part of the heat from the light bulb dissipates directly to the environment without ever going into the displacer. The thermally conductive displacer and displacer cylinder also conduct heat from the hot end to the cold end of the displacer. Although the engine design uses these surfaces as a regenerator, the conductive losses are neither thermodynamically desirable nor necessary for power production. </p>
<p>Ideally, the regenerator would provide the all the heating and cooling of the working gas except that part which is thermodynamically necessary to generate the power output. This necessary heating is determined by the efficiency of the power cycle used. </p>
<p>The engine itself is not 100% efficient, even after accounting for the thermodynamic inefficiencies. Frictional and other losses in the engine mean that the engine is actually generating more power than you measure at the crankshaft. </p>
<p>In the course of this multi-part analysis I&#8217;ll address all of the above issues and do my best to determine where those 69 watts of input heat went.</p>
<h2>Heat lost directly to the environment </h2>
<p>The first part to start with is the insulated galvanized steel cylinder surrounding most of the displacer cylinder including the hot end. The part of the displacer cylinder that is not inside the insulating can is the cold end plus roughly the displacer stroke length. I measured temperatures over multiple points on the insulated cylinder and then averaged the side, bottom, and top temperatures. </p>
<p>With the average surface temperatures, the ambient temperature and the estimated emissivity of the bright galvanized metal of the insulated cylinder, I used the <a href="http://www.frigprim.com/online/natSinglePlate.html">calculator </a> (This website has some excellent thermal calculator applets) to compute the total power dissipation for natural convection and radiation. </p>
<p>When using the calculator, your choices are to use a rectangular surface that is either horizontal or vertical. You can also select whether to use a the top or bottom surface for a horizontal surface or a single side or both sides in the case of a vertical surface. I used a single side vertical surface for the side of the cylinder with the width equal to the circumference. The top and bottom surfaces were analyzed as squares with the areas equivalent to the circular area. </p>
<p>The values are shown below:</p>
<p>Ambient temperature 63 deg F (17.3 C)<br />
Emissivity of bright galvanized metal 0.28<br />
Altitude 900ft (273m)</p>
<table bgcolor="#666666" cellpadding="1" cellspacing="1" border="2">
<tr bgcolor="#dddddd">
<th>Surface	</th>
<th>Dimensions for calculations </th>
<th>Average surface temperature </th>
<th>Computed Surface power dissipation </th>
</tr>
<tr bgcolor="#ffffff">
<td align="center">Top	 </td>
<td align="center">8 inch diameter minus the 2 inch diameter displacer cylinder(174mm x 174mm) </td>
<td align="center">110F (43.3C) Delta T = 26 C </td>
<td align="center">3.3w </td>
</tr>
<tr bgcolor="#ffffff">
<td align="center"> Side</td>
<td align="center"> 8 inch diameter x 13 inches long (surface area 330 mm high x 639mm wide) </td>
<td align="center"> 110.3F (43.5 C) Delta T = 26.2 C </td>
<td align="center"> 33w </td>
</tr>
<tr bgcolor="#ffffff">
<td align="center"> Bottom</td>
<td align="center"> 8 inch diameter (surface area 180mm x 180mm) </td>
<td align="center"> 133F (56.1 C) Delta T = 38.8 C	 </td>
<td align="center"> 5.6w </td>
</tr>
</table>
<p>The heat loss from the bottom and sides of the insulated cylinder are not necessary for power production. The top surface of the insulated cylinder is more difficult to assess. It connects firmly to the displacer and could act as a cooling fin for the cold end of the displacer or it could be receiving heat through the insulation. Measuring the temperature gradients in the vicinity aren&#8217;t conclusive, although some of the heat is definitely coming through the insulation and from the sides of the galvanized steel cylinder. I decide to split it about in half and attribute 1.7w as heat loss. The total heat lost directly to the environment is therefore 33 + 5.6 + 1.7 = 40.3w. The remaining 1.6w of the top surface is considered part of the heat used in producing power.  </p>
<p>My next post will go into the conductive losses. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2010/07/01/engine-3f-efficiency-analysis-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Measuring a Stirling engine with 1 watt power output and 1.5% efficiency</title>
		<link>http://www.solarheatengines.com/2010/05/23/measuring-a-stirling-engine-with-1-watt-power-output-and-1-5-efficiency/</link>
		<comments>http://www.solarheatengines.com/2010/05/23/measuring-a-stirling-engine-with-1-watt-power-output-and-1-5-efficiency/#comments</comments>
		<pubDate>Mon, 24 May 2010 04:06:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Performance testing]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=204</guid>
		<description><![CDATA[The following is a transcript with still photos of the previous video on the same subject. I’ve included a few more notes about the engine, my model 3F. This is a gamma configuration Stirling engine. I’m powering it with the heat from a 70 watt light bulb so that I can accurately measure the heat [...]]]></description>
			<content:encoded><![CDATA[<p>The following is a transcript with still photos of the previous <a href="http://www.solarheatengines.com/2010/05/19/measure-the-power-and-efficiency-of-your-stirling-engine-it%E2%80%99s-easy/">video </a>on the same subject. I’ve included a few more notes about the engine, my model 3F. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/MVI_0389_0007.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/MVI_0389_0007-267x300.jpg" alt="" title="MVI_0389_0007" width="267" height="300" class="alignnone size-medium wp-image-205" /></a></p>
<p>This is a gamma configuration Stirling engine. I’m powering it with the heat from a 70 watt light bulb so that I can accurately measure the heat input. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit0001.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit0001-214x300.jpg" alt="" title="Edit0001" width="214" height="300" class="alignnone size-medium wp-image-227" /></a></p>
<p>The vertical shaft on the left connects to the power piston and the shaft on the right connects to the displacer. The power piston has a 1.25 inch diameter and a 2.5 inch stroke. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit0001_1.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit0001_1-300x225.jpg" alt="" title="Edit0001_1" width="300" height="225" class="alignnone size-medium wp-image-229" /></a></p>
<p>You can see the top of the displacer cylinder but the rest of it is covered up by the large metal cylinder packed with insulation. The displacer has a 1.75 inch diameter and a 2.5 inch stroke. The displacer cylinder has a 2 inch diameter and is approximately 12 inches long. The insulating cylinder around the displacer is 8 inches in diameter. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit20001.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit20001-300x145.jpg" alt="" title="Edit20001" width="300" height="145" class="alignnone size-medium wp-image-230" /></a></p>
<p>The thermometer measures the temperature near the hot end of the displacer cylinder. It reads 400 Fahrenheit or about 200 Celsius. In the original video the resolution is so poor you can’t read the thermometer. I’ve placed a better resolution photo of the thermometer next to it so you can see the approximate reading was 400 F (although it&#8217;s just at room temperature in this photo). </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit30001.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit30001-300x225.jpg" alt="" title="Edit30001" width="300" height="225" class="alignnone size-medium wp-image-231" /></a></p>
<p>The torque measuring setup shown here is detailed in a <a href="http://www.solarheatengines.com/2008/04/03/torque-and-power-measurement-of-low-speed-low-power-engine/">previous post</a>. Adjustment screws on the wood torque arm are set to squeeze the rotating shaft to achieve the desired torque value which is read on the scale below. Note that the torque force is transmitted through pins in the wood arm set at a 3 inch horizontal distance that makes the horizontal position of the arm support position on the scale uncritical. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit40001.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit40001-300x225.jpg" alt="" title="Edit40001" width="300" height="225" class="alignnone size-medium wp-image-232" /></a></p>
<p> I’m measuring the torque output of the engine with this setup. The scale shows a torque of 68 grams on a 3 inch arm or 68g x 3 inches / 454 (g/pound) =.45 pound-inches of torque.  I lift the torque arm briefly to the check the zero reading. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit50001.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit50001-300x190.jpg" alt="" title="Edit50001" width="300" height="190" class="alignnone size-medium wp-image-233" /></a></p>
<p>This tachometer displays the engine speed in cycles per second times ten. So 33 means 3.3 hz or 198 rpm. More information on using a bicycle speedometer as a tachometer can be found in the <a href="http://www.solarheatengines.com/2008/02/12/low-cost-tachometer/">low-cost tachometer</a> post. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit60001.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit60001-225x300.jpg" alt="" title="Edit60001" width="225" height="300" class="alignnone size-medium wp-image-234" /></a></p>
<p>The 70w halogen light bulb is hidden up inside the insulating cylinder, but you can see the end of the socket for it here. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit70001.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit70001-225x300.jpg" alt="" title="Edit70001" width="225" height="300" class="alignnone size-medium wp-image-235" /></a></p>
<p>The watt meter shows the light is actually using 69 watts. </p>
<p><a href="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit80001_11.jpg"><img src="http://www.solarheatengines.com/wp-content/uploads/2010/05/Edit80001_11-300x288.jpg" alt="" title="Edit80001_1" width="300" height="288" class="alignnone size-medium wp-image-244" /></a></p>
<p>Here you can see the counter balance weights for the displacer and the crankshaft. The crankshaft drives the lever connecting to the power piston directly. The piston lever pivots freely on the horizontal shaft. A second connecting rod on the crankshaft drives an arm fixed on the horizontal shaft. The horizontal shaft then drives the displacer lever. This mechanism provides the 90 degree phase shift between the displacer and power piston. </p>
<p>The measurements shown are used to compute power and efficiency as follows:</p>
<p>Torque x 2PI = work per revolution<br />
.45 lb-in x 2PI = 2.83 in-lb/revolution</p>
<p>(work/revolution) x revolutions/sec = work/sec<br />
2.83 in-lbs/revolution x 3.3 revolutions/sec = 9.33 in-lb/sec</p>
<p>9.33 in-lbs/sec = .778 ft-lb/sec = 1.05 watts</p>
<p>Efficiency = power out/power in = 1.05 w/ 69 w = 1.52%</p>
<p>The measurements I’ve shown compute to 1.05 watts power output and an efficiency of 1.5% </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2010/05/23/measuring-a-stirling-engine-with-1-watt-power-output-and-1-5-efficiency/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Measure the power and efficiency of your Stirling engine; it’s easy</title>
		<link>http://www.solarheatengines.com/2010/05/19/measure-the-power-and-efficiency-of-your-stirling-engine-it%e2%80%99s-easy/</link>
		<comments>http://www.solarheatengines.com/2010/05/19/measure-the-power-and-efficiency-of-your-stirling-engine-it%e2%80%99s-easy/#comments</comments>
		<pubDate>Wed, 19 May 2010 21:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Performance testing]]></category>
		<category><![CDATA[measuring engine power]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=193</guid>
		<description><![CDATA[In the world of small Stirling engines everyone seems to talk about power and efficiency—but you seldom see the facts and the data. Just a couple days ago I saw the following Stirling engine on Youtube: The promoter claims it must be putting out 100 to 150 watts. It was the usual unloaded engine spinning [...]]]></description>
			<content:encoded><![CDATA[<p>In the world of small Stirling engines everyone seems to talk about power and efficiency—but you seldom see the facts and the data. Just a couple days ago I saw the following Stirling engine on Youtube: </p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/5pdqDQwehlk&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5pdqDQwehlk&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>The promoter claims it must be putting out 100 to 150 watts. It was the usual unloaded engine spinning a flywheel. I thought it looked like a good engine. It was powered by a huge concentrating Fresnel lens. Maybe it was capable of 100 watts, or maybe 5 or 10. The promoter held a stick up against the flywheel and was trying to show how powerfully it rubbed on the stick. It looked like a cave man trying to evaluate an engine. </p>
<p>Why be so crude when it’s really not that hard to test the power output of an engine? The video below demonstrates the setup I used to test my model 3F engine. It uses simple, inexpensive equipment. In this video I’ve gone to some extra effort to measure the efficiency too. For that you need an accurate measure of the heat you are using to run the engine. </p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/kpxTdLWmZVc&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kpxTdLWmZVc&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>I’m not proud of the power output (1.05 watts) or efficiency (1.5%) of my engine. On the other hand, it’s nice to know what I’ve got and what I need to work on to improve it. Those that haven’t tested their engines and just make wild guesses may be surprised by the reality. </p>
<p>In a future post I’ll go into where all that heat goes that doesn’t end up coming out the crankshaft of my engine. A lot of it goes from the heat source into the surrounding environment—even with all the insulation. </p>
<p>More information on the t<a href="http://www.solarheatengines.com/2008/04/03/torque-and-power-measurement-of-low-speed-low-power-engine/">orque measurement</a> and the <a href="http://www.solarheatengines.com/2008/02/12/low-cost-tachometer/">tachometer </a>is available on this website.  </p>
<p><script type="text/javascript"></p>
<p>  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-4537700-1']);
  _gaq.push(['_trackPageview']);</p>
<p>  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();</p>
<p></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2010/05/19/measure-the-power-and-efficiency-of-your-stirling-engine-it%e2%80%99s-easy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stirling Engine Simulator &amp; Guide</title>
		<link>http://www.solarheatengines.com/2009/11/13/stirling-engine-simulator-guide/</link>
		<comments>http://www.solarheatengines.com/2009/11/13/stirling-engine-simulator-guide/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 03:35:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis Tools]]></category>
		<category><![CDATA[Simulation]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=179</guid>
		<description><![CDATA[Stirling Engine Simulator I recently added a Stirling engine simulator to this site. It’s shown on your right in the navigation bar under the Pages heading. The guide below should be helpful to those interested in using the simulator. In the future I’ll post more information on using the simulator and what you can learn [...]]]></description>
			<content:encoded><![CDATA[<p><h2>Stirling Engine Simulator</h2>
<p>I recently added a <a href="http://www.solarheatengines.com/stirling-engine-simulator/">Stirling engine simulator</a> to this site. It’s shown on your right in the navigation bar under the <strong>Pages </strong>heading. The guide below should be helpful to those interested in using the simulator. In the future I’ll post more information on using the simulator and what you can learn from it. Although it’s a fairly simple simulator, you can learn a lot about Stirling engine design by trying out different designs and operating conditions. </p>
<h1>Stirling Engine Simulator Guide</h1>
<h2>What is it?</h2>
<p>The <a href="http://www.solarheatengines.com/stirling-engine-simulator/">Stirling engine simulator</a> is a cycle simulator for Beta or Gamma engine configurations. If you aren’t familiar with Beta and Gamma configurations see <a href="http://en.wikipedia.org/wiki/Stirling_engine">Stirlilng Engines (Wikipedia)</a>. These engines use a displacer to force the operating gas between hot and cold regions and a power piston to extract work. To use the simulator you enter the key dimensions, dead volumes, hot and cold gas temperatures, and average system pressure. The simulator also accepts inputs for the ideal gas constant for using gases other than air, and lets you specify a cycle rate to generate power output. </p>
<p>This simulator performs simple thermodynamic calculations for ideal gases but does not perform heat transfer computations. That means the simulator can compute the gas pressure versus crankshaft angle if you supply the configuration and temperature information. The simulator can also compute the work done per engine cycle (one revolution). Heat transfer computations would determine the rate at which the gas changes temperature. Those computations are both extremely complex and would require a huge amount of engine design detail.  </p>
<p>The simulator can only determine power output at a specific RPM if you specify the hot and cold gas temperatures and the cycle rate. Low cycle rates will give the most reliable information. As cycle rate goes up, heat transfer limitation will decrease the hot gas temperature and increase the cold gas temperature. Those temperature changes are highly dependent on the heat transfer characteristics of your design and will probably be difficult for you to compute or even estimate with any accurately.   </p>
<h2>Simulator assumptions:</h2>
<p>1.	The simulator assumes ideal gas characteristics and computes the pressure in the engine based on the volume and temperature changes over one cycle.</p>
<p>2.	At any instant the gas pressure is uniform in all regions. This assumption is not satisfied in real engines except when operating at very low speed. At higher speeds this simulator will indicate higher power than the real engine can produce, providing an upper limit on the possible power output of the engine using the specified inputs. </p>
<p>3.	Related to (2) above, the simulator does not take into account friction of any kind including gas movement, motion of shafts, piston, displacer, and associated seals.  You will have to make your own allowances for these friction sources and reduce the work and power outputs accordingly. </p>
<p>4.	The simulator assumes the engine is not limited by heat transfer. You control the heat transfer assumptions by the temperatures and cycle rates you input. High cycle rates are very dependent on good heat transfer design. </p>
<p>5.	Gas in the hot end of the displacer cylinder is always assumed to be at the hot gas temperature. Gas in the cold end of the displacer cylinder and in the power piston cylinder will be at the cold gas temperature. Dead volumes are as you have assigned them. More on dead volumes later.</p>
<p>6.	The temperature in the regenerator is computed as Th-Tc/(ln(Th/Tc)) where Th and Tc are in Kelvin.  The computed value is close to the average of the hot and cold temperature (Th + Tc)/2, but corrects for the decrease in density of the gas at elevated temperatures. </p>
<p>7.	The phase angle between the displacer and the power piston is fixed at 90 degrees.</p>
<p>8.	This simulator assumes an ideal gas. At high pressures (over 15 Atm) this simulator will be less accurate but should still be adequate for the estimation purposes for which it is intended. </p>
<h2>Simulation Inputs</h2>
<p>•	<strong>Power Piston</strong> &#8211; The first pair of inputs is for the bore and stroke of the power piston in mm. </p>
<p>•	<strong>Displacer </strong>- The second pair of inputs is for the diameter and stroke of the displacer. If there is a significant clearance between the outside diameter of the displacer and the inside diameter of the displacer cylinder as is sometimes the case on simple engines, use the diameter of the displacer and account for the annular volume between the displacer and displacer cylinder as dead volume. </p>
<p>•	<strong>Dead Volumes</strong> &#8211; The next three inputs are dead volumes. In a Stirling engine the operating gas never leaves the engine but is compressed or expanded by the power piston motion and moved around by the displacer. Any volumes in the engine that are fixed and never have the piston or displacer entering them are dead volumes. Add up the cold and hot dead volumes and put them in their respective inputs. If the engine has a regenerator, include that volume in the regenerator dead volume. Be sure to account for all significant dead volumes because they have a large influence on the pressure variations and power output of the engine. Some examples of dead volumes include the following:</p>
<p>1.	The volume between the top of the power piston and the top of the<br />
cylinder when the piston is at TDC. In a normal engine this will be a cold volume. </p>
<p>2.	Similar dead volumes remaining in the displacer cylinder when the displacer is at its extreme travel positions. These would be hot on the hot end of the displacer and cold on the cold end. </p>
<p>3.	If the engine has a regenerator then the gas volume in the regenerator would be used for the regenerator dead volume. The volume taken up by the regenerator material can be subtracted out of the dead volume if it is significant. This is computed by dividing the mass of the regenerator material by the density of the material.</p>
<p>4.	The volume contained in gas heating or cooling tubes. </p>
<p>5.	If no regenerator is provided, the path the gas takes between hot and cold regions of the displacer could be considered the regenerator volume. </p>
<p>6.	In the special case of a Beta engine design it is common to have a negative cold dead volume where the power piston and displacer overlap the same volume in the cylinder (but not at the same time of course). You can design a gamma engines with a negative cold dead volume too, but it is less common. Enter a negative value if it is appropriate. </p>
<p>•	<strong>Engine cycles/sec</strong> &#8211; The cycle rate input is provided so you can conveniently compute the power output in watts at a given cycle rate. If you expect your engine to operate at 300 rpm you can enter 5 cycles/sec and see the power it would generate (before subtracting friction losses). </p>
<p>•	<strong>Hot and cold gas temperatures</strong> &#8211; are the average values in the hot and cold regions respectively. You have to provide these values from your computations or estimates. A few things you should keep in mind. The hot gas temperature will always be colder than the highest external temperature measured. If you just heat the end of a displacer cylinder you should expect the gas temperature to be a lot less than you measure externally when the engine is running. Similarly the cold gas temperature will be hotter than you measure externally. As you increase the cycle rate of the engine, Th will decrease and Tc will increase for the same external temperatures.</p>
<p>•	<strong>Average pressure</strong> – is the operating pressure for the engine. An unpressurized engine will operate at the default one atmosphere unless it will be operating at an altitude above sea level where the pressure is lower. Normally a pressurized Stirling engine will have both the operating gas volume and the crankcase pressurized. There are two reasons for this: </p>
<p>1.	It is very difficult (impossible?) to make piston seals and displacer rod seals that don’t leak. It’s even more difficult to make good seals with low friction. By pressurizing the crankcase any leaks around piston and rod seals will average out over time, maintaining the operating gas pressure. That leaves only the output shaft seal leakage problem. That seal can be eliminated if the output shaft stays internal and runs an internal generator for example. </p>
<p>2.	The second reason is that even if you could make the piston seal not leak, the piston would have atmospheric pressure on one side and very high pressure on the other side. The pressure difference would result in extremely high pressure on the piston and bearings. </p>
<p>•	<strong>Gas constant</strong> &#8211; The default gas constant is set for air (.287kJ/kg-K). You can change the gas constant for other operating gases. Its only affect on the simulation will be to change the mass of operating gas required. </p>
<p>•	<strong>Input errors</strong> &#8211; I have not put any error trapping on the simulator. All inputs must be numbers. If you see results of “Nan” (means “not a number”) then a non-numeric value has been entered. The simulator should recover if you correct the offending input. Allowable entries include numbers like the following 3, 300, 1.23, .004, 1.3e3, 1.3e-3. You can also enter negative numbers but they would only make sense for the temperatures (degrees C) and for the previously mentioned possible negative cold dead volume for some engine configurations. </p>
<h2>Results</h2>
<p>•	The results table compiles some useful information on the engine cycle. The work is always shown for a single engine cycle. The power is (net work x cycle/sec). If you prefer horsepower the conversion is 1 hp = 746 W. </p>
<p>•	I’ll go into more details about the results and how to use them in a future posts, but I want to point out one general rule for successful Stirling engine design. <strong>Keep the pressure ratio less than or equal to the temperature ratio</strong>. Even though the simulator will show increasing power with increasing pressure ratio, a pressure ratio higher than the temperature ratio will push your design into an area where the compression will heat the operating gas so high that little heat can be transferred to the gas from the heat source. The reverse problem happens after expansion. I’ll go into more detail on this in a future post. </p>
<p>•	The simulator also generates a normalized plot of the engine cycle pressure-volume curve. This curve provides a lot of information visually. I’ll go into it more in a later post. The table below the plot lists the pressure and volume for all the plotted data points. The table also shows the work increment for each cycle step. The work is computed assuming the back side of the piston is at the average pressure. This results typically in two power pulses per engine cycle (as it does in a real engine). The first when the pressure is highest and the volume is expanding. The second power pulse is when the pressure is below the average and the volume is decreasing. In the second case the pressure on the back of the piston is pushing the piston up into the lower pressure in front of the piston. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2009/11/13/stirling-engine-simulator-guide/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ideal Stirling Cycle Spreadsheet</title>
		<link>http://www.solarheatengines.com/2008/06/24/ideal-stirling-cycle-spreadsheet/</link>
		<comments>http://www.solarheatengines.com/2008/06/24/ideal-stirling-cycle-spreadsheet/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 01:55:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis Tools]]></category>
		<category><![CDATA[Simulation]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=42</guid>
		<description><![CDATA[  This Excel 2003 spreadsheet stirling-cycle-ideal-v-02 lets you input the basic values for a Stirling cycle engine and calculates various quantities such as pressures, work in, work out, heating, cooling, and ideal efficiency. Don’t use this spreadsheet with the idea that your engine will get close to the values it shows unless you have an [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 12pt;"><a href="http://www.solarheatengines.com/wp-content/uploads/2008/06/stirling-sprd-v02-1.jpg"></a><a href="http://www.solarheatengines.com/wp-content/uploads/2008/06/stirling-sprd-v02-2.jpg"></a><a href="http://www.solarheatengines.com/wp-content/uploads/2008/06/stirling-sprd-v02-1.jpg"><img class="aligncenter size-full wp-image-43" title="stirling-sprd-v02-1" src="http://www.solarheatengines.com/wp-content/uploads/2008/06/stirling-sprd-v02-1.jpg" alt="Ideal Stirling Cycle Spreadsheet V02" width="500" height="379" /></a> </p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">This Excel 2003 spreadsheet <a href="http://www.solarheatengines.com/wp-content/uploads/2008/06/stirling-cycle-ideal-v-02.xls">stirling-cycle-ideal-v-02</a> lets you input the basic values for a Stirling cycle engine and calculates various quantities such as pressures, work in, work out, heating, cooling, and ideal efficiency. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">Don’t use this spreadsheet with the idea that your engine will get close to the values it shows unless you have an engine that truly approximates the ideal Stirling cycle. Most Stirling engines that use a crankshaft to drive the power piston and displacer including the engines I’ve built so far cannot possibly put out more than about 77% of the work per cycle of an ideal Stirling engine. This is assuming piston, displacer, crankshaft and all related mechanisms are frictionless. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">A large source of uncertainty when using this spreadsheet is in the minimum and maximum temperatures. The spreadsheet assumes these are the cold and hot temperatures of the working gas in the engine. These temperatures are difficult to measure in an operating engine. I usually measure the hot and cold temperatures as close to the gas as I can. Typically I measure the temperature of a metal plate that directly interfaces with the working gas or the water temperature adjacent to the metal plate. The temperature spread between the hot and cold gas may be only 50% of what I measure or even less depending on the heat transfer. In the future I’ll be working more on the heat transfer efficiency of my engines. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">If I use the numbers for my large engine (<a href="http://www.solarheatengines.com/photos/maker-faire-2008-configuration/">engine 3d</a>) in the spreadsheet and use the temperatures I actually measure on the metal plates, then I am getting about 11% of the net work out predicted by the spreadsheet (so far). Even if I were to use more realistic hot and cold temperatures, I might still be seeing only 25% of the spreadsheet-predicted work output. Where is the missing work? </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">Part of the work is lost to friction, something not covered by this spreadsheet at all. In another <a href="http://www.solarheatengines.com/2008/02/24/flywheel-spin-down-work-measurements/" target="_self">post </a>I’ve talked about measuring the friction losses on your engine with a flywheel spin-down test. Other friction losses are due to pushing the operating gas around in the engine, especially through the regenerator. Any gas leaks in the engine will also reduce engine power.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">This spreadsheet also does not take into account dead space. Any space that is not swept by the displacer or piston is dead space. This includes the space where the regenerator material is placed and also includes internal clearance space above and below the displacer. As a rough approximation the ratio of live volume to total volume (live + dead) will be the ratio of work put out by the engine compared with the ideal output. If your live and dead volumes are equal, then you’ll at best see about 50% of the work out predicted by the spreadsheet. This is after you’ve lost 77% to your engine not following the ideal cycle. My engine 3d has approximately 80 in^3 minimum volume and 41 in^3 dead space including the regenerator. That gives me 77% x (80/121)= 51%. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">The idea Stirling cycle also assumes that the compression and expansion of the gas is an isothermal (constant temperature) process. In practice it is normally not possible to closely approximate the isothermal process. A slow turning engine typically can come closer than a high-rpm engine. If no heat is transferred during the compression or expansion cycles, it is an isentropic process. Real engines operate somewhere between isothermal and isentropic and can be simulated by using a polytropic process. I plan to add this feature to a future simulator. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">With all these inaccuracies you may be wondering whether this spreadsheet is useful at all. The real value of this spreadsheet is to put an absolute upper bound on a Stirling engine’s work per cycle and efficiency. This spreadsheet also shows the importance of a regenerator, especially in low temperature engines (although it doesn’t assume any volume is required for it). </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: small;"><span style="font-family: Arial;">Using the spreadsheet</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><img class="aligncenter size-full wp-image-44" title="stirling-sprd-v02-2" src="http://www.solarheatengines.com/wp-content/uploads/2008/06/stirling-sprd-v02-2.jpg" alt="" width="500" height="400" /></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">I’ve included brief instructions with the spreadsheet. If you aren’t familiar with the Stirling cycle, I suggest this <a href="http://www.sesusa.org/StirlingPrimer.htm" target="_blank">primer </a>as a good starting point. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt;"><span style="font-size: small; font-family: Arial;">Notice that this is a cycle spreadsheet so the output is work not power. If instead you’d like to know power then you need to compute the power based on the number of cycles per second. For example, at 10 hz (600 RPM) a joule output per cycle is equivalent to 10 watts. </span></p>
<p><script type="text/javascript"><!--
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
// --></script><br />
<script type="text/javascript"><!--
var pageTracker = _gat._getTracker("UA-4537700-1");
pageTracker._initData();
pageTracker._trackPageview();
// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2008/06/24/ideal-stirling-cycle-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Stirling 1 performance with and without regenerator</title>
		<link>http://www.solarheatengines.com/2008/06/09/simple-stirling-1-performance-with-and-without-regenerator/</link>
		<comments>http://www.solarheatengines.com/2008/06/09/simple-stirling-1-performance-with-and-without-regenerator/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 19:02:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Simple Stirling 1]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/?p=41</guid>
		<description><![CDATA[  I&#8217;ve tried a variety of regenerators on the Simple Stirling 1 engine and the one shown in the photo is simple to make and performs as well as or better than all of the other ones I&#8217;ve tried. The test results on the engine with the original displacer and with the modified displacer containing [...]]]></description>
			<content:encoded><![CDATA[<p> <br />
<a href="http://picasaweb.google.com/doug6357/2008_06_05SimpleStirling1WithRegenerator/photo#5208435462286968130"><img src="http://lh3.ggpht.com/doug6357/SEgUdR0phUI/AAAAAAAAASg/Deejyif_Cyo/s400/IMG_1844.JPG" alt="" /></a></p>
<p>I&#8217;ve tried a variety of regenerators on the Simple Stirling 1 engine and the one shown in the photo is simple to make and performs as well as or better than all of the other ones I&#8217;ve tried. The test results on the engine with the original displacer and with the modified displacer containing the regenerator are shown in the plot. As you can see for the same delta T (temperature difference between the hot and cold plates), the displacer with a regenerator provides much higher RPM.</p>
<p><a href="http://picasaweb.google.com/doug6357/2008_06_05SimpleStirling1WithRegenerator/photo#5209954630198266034"><img src="http://lh5.ggpht.com/doug6357/SE16IfTeiLI/AAAAAAAAAVA/YuK1yjjOauo/s400/regen%20perf%20060908.JPG" alt="" /></a> </p>
<p>Ideally, a regenerator makes a Stirling engine more efficient because it performs part of the heating and cooling of the working gas as the displacer cycles it back and forth between the hot and cold chambers. After the gas leaves the regenerator it enters the active heating or cooling regions. A regenerator is a passive component. It cools the hot gas as it flows in one direction through the regenerator and heats the gas when it returns back the other direction. The heat is transferred to the steel wool in the regenerator I&#8217;m using and is transferred back on the return trip.</p>
<p>The regenerator isn&#8217;t totally free. The steel wool material causes some friction with the air, causing a larger pressure differential on the two sides of the displacer that makes additional work for the engine. The volume taken up by the regenerator also adds dead space to the engine, making the engine slightly less efficient. Despite these disadvantages, the net gain is substantial.</p>
<p> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/nfIdgE8bNz4&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/nfIdgE8bNz4&amp;hl=en"></embed></object></p>
<p>Incidentally, making more clearance around the side of the displacer to make the air flow easier (with no regenerator) actually caused such a large drop in power the engine wouldn&#8217;t run at any reasonable temperature. I cut the displacer down from approximately 3.4&#8243; diameter to 3.25&#8243;. The reason it causes such a drop in power I believe is because the tight clearance between the displacer and the cylinder wall accelerates the air as it flows past. The air speed is high enough to make the air swirl around in the hot or cold chamber and have good heat transfer with the hot or cold plate. The larger clearance reduces the air speed, possibly causing laminar flow instead of turbulent flow, and reducing the heat transfer.</p>
<p>Modifying the displacer to add the regenerator is probably self-explanatory if you look at the photos. I used a spade bit to drill the four 7/8&#8243; diameter holes. You could probably use a 3/4&#8243; hole instead of 7/8&#8243;. To keep the steel wool in place I used 5 minute epoxy to attach a disk of aluminum window screen on the bottom of the displacer and then divided up 0.6 grams of #0000 steel wool among the 4 holes. Try to fluff it up to fill the volume and make sure there are no straight through holes where the air can go without going through the steel wool. Test run the displacer to make sure you&#8217;re getting reasonable performance and then epoxy a screen on the top of the displacer to lock the steel wool in. In the photos you can see that I put masking tape on the screen to mark the circle and hold the screen in a circular shape.</p>
<p>If you test your engine without the regenerator and then add it, you&#8217;ll probably be as blown away as I was that 0.6 grams of steel wool (this is almost nothing) can make such a huge difference.</p>
<p>It&#8217;s quite possible you may be able to come up with a regenerator that works even better. I&#8217;m still planning to try some fine copper wool. <br />
<a href="http://picasaweb.google.com/doug6357/2008_06_05SimpleStirling1WithRegenerator/photo#5208435500941673810"><img src="http://lh4.ggpht.com/doug6357/SEgUfh0phVI/AAAAAAAAASo/C_wHdqowI4E/s400/IMG_1847.JPG" alt="" /></a><br />
<a href="http://picasaweb.google.com/doug6357/2008_06_05SimpleStirling1WithRegenerator/photo#5208435612610823554"><img src="http://lh6.ggpht.com/doug6357/SEgUmB0phYI/AAAAAAAAATA/BP_sYRDxmVs/s400/IMG_1854.JPG" alt="" /></a><br />
<script type="text/javascript"><!--
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
// --></script><br />
<script type="text/javascript"><!--
var pageTracker = _gat._getTracker("UA-4537700-1");
pageTracker._initData();
pageTracker._trackPageview();
// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2008/06/09/simple-stirling-1-performance-with-and-without-regenerator/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Simple Stirling 1 Engine Materials List</title>
		<link>http://www.solarheatengines.com/2008/05/24/simple-stirling-1-engine-materials-list/</link>
		<comments>http://www.solarheatengines.com/2008/05/24/simple-stirling-1-engine-materials-list/#comments</comments>
		<pubDate>Sun, 25 May 2008 04:55:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Simple Stirling 1]]></category>

		<guid isPermaLink="false">http://www.solarheatengines.com/2008/05/24/simple-stirling-1-engine-materials-list/</guid>
		<description><![CDATA[The bill of material for the Simple Stirling 1 Engine is now available. Together with the 3D model, the part drawings, and assembly drawings, you now should have sufficient documentation for building the engine. I believe I’ve covered every single part including nuts, machine screws, and washers.]]></description>
			<content:encoded><![CDATA[<p><a href="http://picasaweb.google.com/doug6357/2008_05_15SimpleStirling1Prototype/photo#5204172949395712162"><img src="http://lh3.ggpht.com/doug6357/SDjvuX5tqKI/AAAAAAAAAQc/clz2RxYsYoY/s288/IMG_1802E1.jpg" alt="" /></a></p>
<p>The <a href="http://www.solarheatengines.com/wp-content/uploads/2008/05/ss1bomv1.htm">bill of material </a>for the Simple Stirling 1 Engine is now available. Together with the <a href="http://www.solarheatengines.com/wp-content/uploads/2008/05/ss1-3d-color.pdf">3D model</a>, the <a href="http://www.solarheatengines.com/wp-content/uploads/2008/05/ss1-parts.pdf">part drawings</a>, and <a href="http://www.solarheatengines.com/wp-content/uploads/2008/05/ss1-assy.pdf">assembly drawings</a>, you now should have sufficient documentation for building the engine. I believe I’ve covered every single part including nuts, machine screws, and washers.</p>
<p><script type="text/javascript"><!--
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
// --></script><br />
<script type="text/javascript"><!--
var pageTracker = _gat._getTracker("UA-4537700-1");
pageTracker._initData();
pageTracker._trackPageview();
// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solarheatengines.com/2008/05/24/simple-stirling-1-engine-materials-list/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
