<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Prometheus Fusion Perfection &#187; algorithms</title>
	<atom:link href="http://prometheusfusionperfection.com/category/algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>http://prometheusfusionperfection.com</link>
	<description>Developing Clean, Cheap, Open Source Energy with the Bussard Reactor.</description>
	<lastBuildDate>Wed, 15 Feb 2012 20:57:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='prometheusfusionperfection.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Prometheus Fusion Perfection &#187; algorithms</title>
		<link>http://prometheusfusionperfection.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://prometheusfusionperfection.com/osd.xml" title="Prometheus Fusion Perfection" />
	<atom:link rel='hub' href='http://prometheusfusionperfection.com/?pushpress=hub'/>
		<item>
		<title>Discrepancy Between Circuit Simulation and Reality</title>
		<link>http://prometheusfusionperfection.com/2011/09/29/discrepancy-between-circuit-simulation-and-reality/</link>
		<comments>http://prometheusfusionperfection.com/2011/09/29/discrepancy-between-circuit-simulation-and-reality/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 23:53:33 +0000</pubDate>
		<dc:creator>Mark Suppes</dc:creator>
				<category><![CDATA[algorithms]]></category>
		<category><![CDATA[coils]]></category>
		<category><![CDATA[Electrical Engineering]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://prometheusfusionperfection.com/?p=3076</guid>
		<description><![CDATA[Previously we modeled the polywell coils and power supply in SPICE. Today I returned to that model. All resistance values in the simulation are based on real world measurements with the exception of coil inductance (code). Starting with an estimate for coil inductance of 0.1 mH the discharge current looks like this: The simulation&#8217;s peak [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=3076&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Previously we <a href="http://prometheusfusionperfection.com/2011/09/02/circuit-modeling-with-spice/" target="_blank">modeled the polywell coils and power supply in SPICE</a>.</p>
<p>Today I returned to that model.</p>
<p>All resistance values in the simulation are based on real world measurements with the exception of coil inductance (<a href="https://gist.github.com/1252253/c12b18a55c4bfe370d0f9e54f07f7ce15a75c6f4" target="_blank">code</a>).</p>
<p>Starting with an estimate for coil inductance of 0.1 <a href="http://en.wikipedia.org/wiki/Henry_(unit)" target="_blank">mH</a> the discharge current looks like this:</p>
<p><a href="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph2.png"><img class="alignnone size-full wp-image-3080" title="discharge_current_graph" src="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph2.png?w=510" alt=""   /></a></p>
<p>The simulation&#8217;s peak of 1.5 kA is nowhere near the <a href="http://prometheusfusionperfection.com/2011/09/06/2-36-kiloamps/" target="_blank">2.3 kA we are getting in the real world</a>:</p>
<p><img class="alignnone" title="2.3kA" src="https://lh3.googleusercontent.com/-WU4Dd68Y9u8/TmZw7O-c8hI/AAAAAAAANgk/i1vodeW0HCI/s640/IMG_1853.JPG" alt="" width="576" height="432" /></p>
<p>OK. Maybe the value for coil inductance is off?</p>
<p>I played around with the value for coil inductance but the simulation would not match reality.</p>
<p>As a control I replaced the simulated inductor with a 1 mΩ resistor (<a href="https://gist.github.com/1252253/5cd2729999e969f7889d6f451dac93157caf749e" target="_blank">code</a>). Looks like this:</p>
<p><a href="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph_no_inductance.png"><img class="alignnone size-full wp-image-3079" title="discharge_current_graph_no_inductance" src="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph_no_inductance.png?w=510" alt=""   /></a></p>
<p>The simulation predicts ~1.8 kA but in reality we see 2.3kA!</p>
<p>Where does this discrepancy come from?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>UPDATE</strong>: Reader Andrew solved the mystery:</p>
<blockquote><p>You could try changing the ON resistance of your switch/SCR to something a bit lower than 100mOhms</p>
<p>.model MySwitch SW(Ron=.1 Roff=1Meg Vt=3 Vh=0)</p>
<p>I can’t see the part number of your SCR but 2mOhms would seem reasonable.</p></blockquote>
<p>I didn&#8217;t notice that rather high resistance lurking in the SCR model.</p>
<p>Now the simulation matches reality very closely with 0.06mH coil inductance (<a href="https://gist.github.com/1252253/adf19164053c363af470c308021e7af90b0b21dc" target="_blank">code</a>):</p>
<p><a href="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph_corrected.png"><img class="alignnone size-full wp-image-3087" title="discharge_current_graph_corrected" src="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph_corrected.png?w=510" alt=""   /></a></p>
<p>Good work Andrew and the rest of the internet brain!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prometheusfusionperfection.wordpress.com/3076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prometheusfusionperfection.wordpress.com/3076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prometheusfusionperfection.wordpress.com/3076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prometheusfusionperfection.wordpress.com/3076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prometheusfusionperfection.wordpress.com/3076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prometheusfusionperfection.wordpress.com/3076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prometheusfusionperfection.wordpress.com/3076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prometheusfusionperfection.wordpress.com/3076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prometheusfusionperfection.wordpress.com/3076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prometheusfusionperfection.wordpress.com/3076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prometheusfusionperfection.wordpress.com/3076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prometheusfusionperfection.wordpress.com/3076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prometheusfusionperfection.wordpress.com/3076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prometheusfusionperfection.wordpress.com/3076/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=3076&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prometheusfusionperfection.com/2011/09/29/discrepancy-between-circuit-simulation-and-reality/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/509664fc2e4cf8454c22717aa9f3a64e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">FAMULUS</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph2.png" medium="image">
			<media:title type="html">discharge_current_graph</media:title>
		</media:content>

		<media:content url="https://lh3.googleusercontent.com/-WU4Dd68Y9u8/TmZw7O-c8hI/AAAAAAAANgk/i1vodeW0HCI/s640/IMG_1853.JPG" medium="image">
			<media:title type="html">2.3kA</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph_no_inductance.png" medium="image">
			<media:title type="html">discharge_current_graph_no_inductance</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2011/09/discharge_current_graph_corrected.png" medium="image">
			<media:title type="html">discharge_current_graph_corrected</media:title>
		</media:content>
	</item>
		<item>
		<title>Wiring Diagram</title>
		<link>http://prometheusfusionperfection.com/2009/02/22/wiring-diagram/</link>
		<comments>http://prometheusfusionperfection.com/2009/02/22/wiring-diagram/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:25:42 +0000</pubDate>
		<dc:creator>Mark Suppes</dc:creator>
				<category><![CDATA[algorithms]]></category>
		<category><![CDATA[polywell]]></category>

		<guid isPermaLink="false">http://prometheusfusionperfection.wordpress.com/?p=657</guid>
		<description><![CDATA[So I&#8217;m working on an algorithm to come up with a wiring diagram for the dodecahedral core. It&#8217;s more complicated than just wiring up the 12 coils in series. This is would only magnetically protect 12 of the 30 connecting joints. Ideally each join would get one pass of superconducting cable. A picture to meditate on:   Lets start [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=657&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m working on an algorithm to come up with a wiring diagram for the dodecahedral core. It&#8217;s more complicated than just wiring up the 12 coils in series. This is would only magnetically protect 12 of the 30 connecting joints. Ideally each join would get one pass of superconducting cable. A picture to meditate on:</p>
<p><img class="aligncenter size-full wp-image-658" title="dodec_net" src="http://prometheusfusionperfection.files.wordpress.com/2009/02/dodec_net.png?w=510" alt="dodec_net"   /></p>
<p> </p>
<p>Lets start by making some methods to traverse the net. Currently I have this functionality:</p>
<p> </p>
<p> </p>
<p>Geometry::Dodecahedron.faces.first</p>
<p>=&gt; [Vector[1, 1, 1], Vector[1, 1, -1], Vector[0.618033988749895, 1.61803398874989, 0], Vector[1.61803398874989, 0, 0.618033988749895], Vector[1.61803398874989, 0, -0.618033988749895]]</p>
<div></div>
<div>So I can easily iterate through the the faces, and I get the vertices of that face unordered. The first challenge is to order these collections of vertices so that you traverse the face clockwise simply by iterating the collection.</div>
<div></div>
<div></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prometheusfusionperfection.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prometheusfusionperfection.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prometheusfusionperfection.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prometheusfusionperfection.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prometheusfusionperfection.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prometheusfusionperfection.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prometheusfusionperfection.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prometheusfusionperfection.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prometheusfusionperfection.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prometheusfusionperfection.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prometheusfusionperfection.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prometheusfusionperfection.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prometheusfusionperfection.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prometheusfusionperfection.wordpress.com/657/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=657&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prometheusfusionperfection.com/2009/02/22/wiring-diagram/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/509664fc2e4cf8454c22717aa9f3a64e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">FAMULUS</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2009/02/dodec_net.png" medium="image">
			<media:title type="html">dodec_net</media:title>
		</media:content>
	</item>
		<item>
		<title>Bloom Filter</title>
		<link>http://prometheusfusionperfection.com/2008/12/30/bloom-filter/</link>
		<comments>http://prometheusfusionperfection.com/2008/12/30/bloom-filter/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 16:38:44 +0000</pubDate>
		<dc:creator>Mark Suppes</dc:creator>
				<category><![CDATA[algorithms]]></category>

		<guid isPermaLink="false">http://prometheusfusionperfection.wordpress.com/?p=300</guid>
		<description><![CDATA[File this under tools I bet I&#8217;ll need: Bloom Filter in Ruby Excerpt: A Bloom Filter is a probabilistic data structure that is used to test whether an element is a member of a set, or more simply, it&#8217;s an incredibly space efficient hash table that is often used as a first line of defense [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=300&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>File this under tools I bet I&#8217;ll need:</p>
<p><a href="http://www.igvita.com/2008/12/27/scalable-datasets-bloom-filters-in-ruby/" target="_blank">Bloom Filter in Ruby</a></p>
<p>Excerpt:</p>
<blockquote><p>A Bloom Filter is a probabilistic data structure that is used to test whether an element is a member of a set, or more simply, it&#8217;s an incredibly space efficient hash table that is often used as a first line of defense in high performance caches.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prometheusfusionperfection.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prometheusfusionperfection.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prometheusfusionperfection.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prometheusfusionperfection.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prometheusfusionperfection.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prometheusfusionperfection.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prometheusfusionperfection.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prometheusfusionperfection.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prometheusfusionperfection.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prometheusfusionperfection.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prometheusfusionperfection.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prometheusfusionperfection.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prometheusfusionperfection.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prometheusfusionperfection.wordpress.com/300/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=300&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prometheusfusionperfection.com/2008/12/30/bloom-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/509664fc2e4cf8454c22717aa9f3a64e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">FAMULUS</media:title>
		</media:content>
	</item>
		<item>
		<title>New Calculations</title>
		<link>http://prometheusfusionperfection.com/2008/11/23/new-calculations/</link>
		<comments>http://prometheusfusionperfection.com/2008/11/23/new-calculations/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 23:05:51 +0000</pubDate>
		<dc:creator>Mark Suppes</dc:creator>
				<category><![CDATA[algorithms]]></category>
		<category><![CDATA[coils]]></category>

		<guid isPermaLink="false">http://prometheusfusionperfection.wordpress.com/?p=176</guid>
		<description><![CDATA[Based on the new coil winding calculations, I am going to slim down the coils to hit a target of ~200 wraps. Now the coils appear to be proportioned like the coils on the WB6. Here is what the adjustment looks like: coil_length: 116,309.299858263 mm outside_radius: 242.487113059643 mm wraps: 225 torus_midplane_radius: 192.693468865964 mm donut_exterier_radius: 107.8 mm torus_radius: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=176&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Based on the new coil winding calculations, I am going to slim down the coils to hit a target of ~200 wraps. Now the coils appear to be proportioned like the coils on the WB6. Here is what the adjustment looks like:</p>
<p><a href="http://prometheusfusionperfection.files.wordpress.com/2008/11/chassis.png"><img class="aligncenter size-medium wp-image-178" title="chassis" src="http://prometheusfusionperfection.files.wordpress.com/2008/11/chassis.png?w=300&#038;h=300" alt="chassis" width="300" height="300" /></a></p>
<ul>
<li>coil_length: 116,309.299858263 mm</li>
<li>outside_radius: 242.487113059643 mm</li>
<li>wraps: 225</li>
<li>torus_midplane_radius: 192.693468865964 mm</li>
<li>donut_exterier_radius: 107.8 mm</li>
<li>torus_radius: 84.0 mm</li>
<li>donut_hole_radius: 60.2 mm</li>
<li>torus_tube_radius: 23.8 mm</li>
<li>torus_tube_hollow_radius: 18.802 mm</li>
<li>joint_radius: 16.66 mm</li>
<li>joint_negative_radius: 5.831 mm</li>
<li>torus_tube_wall_thickness: 4.998 mm</li>
</ul>
<p>Next we will calculate <a href="http://en.wikipedia.org/wiki/Magnetic_moment#Forces_between_two_magnetic_dipoles" target="_blank">Forces_between_two_magnetic_dipoles</a>, and <a href="http://en.wikipedia.org/wiki/Resistor#Power_dissipation" target="_blank">Power_dissipation</a> of the coils in the form of heat. This will give us some idea of the tensile strength and temperature envelope of the device.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prometheusfusionperfection.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prometheusfusionperfection.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prometheusfusionperfection.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prometheusfusionperfection.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prometheusfusionperfection.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prometheusfusionperfection.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prometheusfusionperfection.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prometheusfusionperfection.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prometheusfusionperfection.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prometheusfusionperfection.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prometheusfusionperfection.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prometheusfusionperfection.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prometheusfusionperfection.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prometheusfusionperfection.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=176&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prometheusfusionperfection.com/2008/11/23/new-calculations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/509664fc2e4cf8454c22717aa9f3a64e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">FAMULUS</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2008/11/chassis.png?w=300" medium="image">
			<media:title type="html">chassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Coil Winder</title>
		<link>http://prometheusfusionperfection.com/2008/11/16/coil-winder/</link>
		<comments>http://prometheusfusionperfection.com/2008/11/16/coil-winder/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 06:19:46 +0000</pubDate>
		<dc:creator>Mark Suppes</dc:creator>
				<category><![CDATA[algorithms]]></category>
		<category><![CDATA[polywell]]></category>

		<guid isPermaLink="false">http://prometheusfusionperfection.wordpress.com/?p=139</guid>
		<description><![CDATA[I&#8217;m working on a computer controlled coil winder. I&#8217;ve started by using the midpoint circle algorithm to rasterize a circle. Each digit represents a wrap of 22 gauge wire inside a torus with a cross section about the size of a US quarter: Here is an updated version. The wire is a more realistic 12 gauge. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=139&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a computer controlled coil winder. I&#8217;ve started by using the <a href="http://en.wikipedia.org/wiki/Midpoint_circle_algorithm" target="_blank">midpoint circle algorithm</a> to rasterize a circle. Each digit represents a wrap of 22 gauge wire inside a torus with a cross section about the size of a US quarter:</p>
<p><a href="http://prometheusfusionperfection.files.wordpress.com/2008/11/rastered_circle.png"><span style="color:#000000;"><br />
</span><img class="aligncenter size-full wp-image-140" style="text-decoration:underline;" title="rastered_circle" src="http://prometheusfusionperfection.files.wordpress.com/2008/11/rastered_circle.png?w=510" alt="rastered_circle"   /></a></p>
<p>Here is an updated version. The wire is a more realistic 12 gauge. I knocked out the corners, so it&#8217;s true only where the coil should be. Now it&#8217;s much easier to iterate over. This coil would have 421 turns. With some additional code, I can now calculate the actual length of wire necessary for the coil, and in this case it comes out to ~200 meters! With this new information, I will have to adjust the model. I want to shoot for the same wire gauge and number of wraps as WB6.</p>
<p><a href="http://prometheusfusionperfection.files.wordpress.com/2008/11/coil_matrix.png"><img class="aligncenter size-full wp-image-171" title="coil_matrix" src="http://prometheusfusionperfection.files.wordpress.com/2008/11/coil_matrix.png?w=510" alt="coil_matrix"   /></a></p>
<p>Here we have the design for the bobbins. They split down the middle so you can remove the finished coil:</p>
<p style="text-align:center;"><a href="http://prometheusfusionperfection.files.wordpress.com/2008/11/bobbin_pair.png"></a><a href="http://prometheusfusionperfection.files.wordpress.com/2008/11/bobbin_pair1.png"><img class="aligncenter size-medium wp-image-165" title="bobbin_pair1" src="http://prometheusfusionperfection.files.wordpress.com/2008/11/bobbin_pair1.png?w=300&#038;h=300" alt="bobbin_pair1" width="300" height="300" /></a><br />
<img class="aligncenter size-medium wp-image-163" title="bobbin_pair" src="http://prometheusfusionperfection.files.wordpress.com/2008/11/bobbin_pair.png?w=300&#038;h=300" alt="bobbin_pair" width="300" height="300" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prometheusfusionperfection.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prometheusfusionperfection.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prometheusfusionperfection.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prometheusfusionperfection.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prometheusfusionperfection.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prometheusfusionperfection.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prometheusfusionperfection.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prometheusfusionperfection.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prometheusfusionperfection.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prometheusfusionperfection.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prometheusfusionperfection.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prometheusfusionperfection.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prometheusfusionperfection.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prometheusfusionperfection.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prometheusfusionperfection.com&amp;blog=5230661&amp;post=139&amp;subd=prometheusfusionperfection&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prometheusfusionperfection.com/2008/11/16/coil-winder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/509664fc2e4cf8454c22717aa9f3a64e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">FAMULUS</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2008/11/rastered_circle.png" medium="image">
			<media:title type="html">rastered_circle</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2008/11/coil_matrix.png" medium="image">
			<media:title type="html">coil_matrix</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2008/11/bobbin_pair1.png?w=300" medium="image">
			<media:title type="html">bobbin_pair1</media:title>
		</media:content>

		<media:content url="http://prometheusfusionperfection.files.wordpress.com/2008/11/bobbin_pair.png?w=300" medium="image">
			<media:title type="html">bobbin_pair</media:title>
		</media:content>
	</item>
	</channel>
</rss>
