<?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>PyParticles</title>
	<atom:link href="http://pyparticles.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pyparticles.wordpress.com</link>
	<description>A particles simulation ToolBox written in Python</description>
	<lastBuildDate>Tue, 18 Dec 2012 17:33:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pyparticles.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PyParticles</title>
		<link>http://pyparticles.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pyparticles.wordpress.com/osd.xml" title="PyParticles" />
	<atom:link rel='hub' href='http://pyparticles.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Release 0.3.5: first introduction of OpenCL and GPU computation.</title>
		<link>http://pyparticles.wordpress.com/2012/12/18/release-0-3-5-first-introduction-of-opencl-and-gpu-computation/</link>
		<comments>http://pyparticles.wordpress.com/2012/12/18/release-0-3-5-first-introduction-of-opencl-and-gpu-computation/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 17:32:52 +0000</pubDate>
		<dc:creator>firef</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Numerics]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gravity]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pyparticles.wordpress.com/?p=182</guid>
		<description><![CDATA[In this release I&#8217;ve introduced OpenCL and GPU in the development of PyParticles, and the firsts result are very well , try by yourself the galaxy demo. The acceleration respect the the simulation based only on numpy is impressive. If you want you can try also &#8230; <a href="http://pyparticles.wordpress.com/2012/12/18/release-0-3-5-first-introduction-of-opencl-and-gpu-computation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=182&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In this release I&#8217;ve introduced <strong>OpenCL</strong> and <strong>GPU</strong> in the development of PyParticles, and the firsts result are very well , try by yourself the galaxy demo.</p>
<p>The acceleration respect the the simulation based only on numpy is impressive.</p>
<p><img class="aligncenter" alt="Galaxy" src="http://i.imgur.com/EsTX8.png" width="438" height="379" /></p>
<p>If you want you can try also the fountain demo were I&#8217;ve introduced OpenCL in the drag computation, and the result is very encouraging and now you can simulate easily up to 700K particles or 1M particles.</p>
<p>As second point I&#8217;ve fixed the VSYNC problem, but only under windows.</p>
<p><a href="http://pyparticles.wordpress.com/installation/"><img class="alignright" style="border:0;" alt="" src="http://i.imgur.com/rlaBg.png" width="154" height="26" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyparticles.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyparticles.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=182&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pyparticles.wordpress.com/2012/12/18/release-0-3-5-first-introduction-of-opencl-and-gpu-computation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8dab61d7abcdda2fd7bff546aa53bfb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firef</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/EsTX8.png" medium="image">
			<media:title type="html">Galaxy</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/rlaBg.png" medium="image" />
	</item>
		<item>
		<title>New version 0.3.4 and VSYNC</title>
		<link>http://pyparticles.wordpress.com/2012/12/10/new-version-0-3-4-and-vsync/</link>
		<comments>http://pyparticles.wordpress.com/2012/12/10/new-version-0-3-4-and-vsync/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 12:46:28 +0000</pubDate>
		<dc:creator>firef</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Numerics]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://pyparticles.wordpress.com/?p=157</guid>
		<description><![CDATA[For this version I&#8217;ve rewritten the logging system, now id more flexible and fast, test it with the solar system demo, I&#8217;ve also added the FPS counter and I&#8217;ve also improved the documentation. &#160; The galaxy demo above will be available with the next &#8230; <a href="http://pyparticles.wordpress.com/2012/12/10/new-version-0-3-4-and-vsync/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=157&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For this version I&#8217;ve rewritten the logging system, now id more flexible and fast, test it with the solar system demo, I&#8217;ve also added the FPS counter and I&#8217;ve also improved the documentation.</p>
<p>&nbsp;</p>
<p>The galaxy demo above will be available with the next release (0.3.5) stay on-line:</p>
<h2><img class="aligncenter" alt="" src="http://i.imgur.com/7IvHb.png" width="520" height="341" /></h2>
<p>For the next version I&#8217;ve started to works with <a href="http://www.khronos.org/opencl/" target="_blank">OpneCL</a> and <a href="http://mathema.tician.de/software/pyopencl" target="_blank">PyOpenCL</a></p>
<p><a href="http://pyparticles.wordpress.com/installation/"><img class="alignright" style="border:0;" alt="" src="http://i.imgur.com/rlaBg.png" width="154" height="26" /></a></p>
<h2><span style="text-decoration:underline;"><strong>Disable VSYNC</strong></span></h2>
<p>Some video card has enabled the <strong>vsync, </strong>at the moment this option slow down the simulation in PyParticles if you use OpenGl, so if you want the maximal velocity you must disable this option:</p>
<h3>Under <strong>Linux</strong></h3>
<p>with <strong>NVidia</strong> binary driver you must start the Nvidia server settings [command: <em>nvidia-settings</em>], select <strong>OpenGL Settings</strong> and uncheck <strong>Sync to VBlank</strong></p>
<p style="text-align:center;"><a href="http://i.imgur.com/G95ck.png" target="_blank"><img class="aligncenter" style="border:0;" alt="" src="http://i.imgur.com/gCttp.png" width="795" height="506" /></a></p>
<ul>
<li>For a generic user and AMD card, try to watch this video:</li>
</ul>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='593' height='364' src='http://www.youtube.com/embed/HadI_NWCis0?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<h3>Under <em><strong>Windows</strong></em> for NVidia and ATI users, follow the instruction at the link bellow:</h3>
<p style="text-align:left;"><strong><a href="http://windows7themes.net/how-to-disable-vsync-in-windows-7.html">http://windows7themes.net/how-to-disable-vsync-in-windows-7.html</a> </strong></p>
<p style="text-align:left;"><img class="aligncenter" alt="" src="http://i.imgur.com/D1WlY.jpg" width="460" height="76" /></p>
<p style="text-align:left;"><img class="aligncenter" alt="" src="http://i.imgur.com/io7zX.jpg" width="550" height="267" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyparticles.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyparticles.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=157&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pyparticles.wordpress.com/2012/12/10/new-version-0-3-4-and-vsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8dab61d7abcdda2fd7bff546aa53bfb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firef</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/7IvHb.png" medium="image" />

		<media:content url="http://i.imgur.com/rlaBg.png" medium="image" />

		<media:content url="http://i.imgur.com/gCttp.png" medium="image" />

		<media:content url="http://i.imgur.com/D1WlY.jpg" medium="image" />

		<media:content url="http://i.imgur.com/io7zX.jpg" medium="image" />
	</item>
		<item>
		<title>Version 0.3.3, better rendering and electromagnetism</title>
		<link>http://pyparticles.wordpress.com/2012/12/01/version-0-3-3-better-rendering-and-electromagnetism/</link>
		<comments>http://pyparticles.wordpress.com/2012/12/01/version-0-3-3-better-rendering-and-electromagnetism/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 15:59:16 +0000</pubDate>
		<dc:creator>firef</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Numerics]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Simulation]]></category>

		<guid isPermaLink="false">http://pyparticles.wordpress.com/?p=141</guid>
		<description><![CDATA[In this release I&#8217;ve written a faster rendering function that use in a more logical way OpenGl , so that&#8217;s possible to draw tons of particles in a very fast way. For showing this characterises  try the demo fountain that simulate a model of 250&#8217;000 &#8230; <a href="http://pyparticles.wordpress.com/2012/12/01/version-0-3-3-better-rendering-and-electromagnetism/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=141&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In this release I&#8217;ve written a faster rendering function that use in a more logical way OpenGl , so that&#8217;s possible to draw tons of particles in a very fast way. For showing this characterises  try the demo fountain that simulate a model of 250&#8217;000 particles (or watch the video above).</p>
<p>As second I&#8217;ve added the electromagnetic files force, and I&#8217;ve improved the electromagnetism support, so now you can simulate also some electromagnetic system like cathodic tube or valves. Watch the demo <em>elmag_field </em>that simulate positive and negative charged particles in an electromagnetic filed (type v for plotting the vector fields).</p>
<p>And the last new is the possibility to plot the vector field, if required.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='593' height='364' src='http://www.youtube.com/embed/nvosDp-cKSY?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p style="text-align:center;"><a href="http://i.imgur.com/JjjfC.png" target="_blank"><img class=" aligncenter" alt="http://i.imgur.com/JjjfC.png" src="http://i.imgur.com/JjjfC.png" height="435" width="520" /></a></p>
<p><a href="http://pyparticles.wordpress.com/installation/"><img class="alignright" style="border:0;" alt="" src="http://i.imgur.com/rlaBg.png" height="26" width="154" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyparticles.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyparticles.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=141&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pyparticles.wordpress.com/2012/12/01/version-0-3-3-better-rendering-and-electromagnetism/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8dab61d7abcdda2fd7bff546aa53bfb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firef</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/JjjfC.png" medium="image">
			<media:title type="html">http://i.imgur.com/JjjfC.png</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/rlaBg.png" medium="image" />
	</item>
		<item>
		<title>New release 0.3.2</title>
		<link>http://pyparticles.wordpress.com/2012/11/19/new-release-0-3-2/</link>
		<comments>http://pyparticles.wordpress.com/2012/11/19/new-release-0-3-2/#comments</comments>
		<pubDate>Mon, 19 Nov 2012 18:25:44 +0000</pubDate>
		<dc:creator>firef</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Numerics]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://pyparticles.wordpress.com/?p=126</guid>
		<description><![CDATA[In this release I&#8217;ve added the damping force, that&#8217;s useful in a lot of simulations. And I&#8217;ve finally fixed and improved the documentation, in particular I&#8217;ve written a chapter dedicated to the testing procedures, for me this point is very important because it show practically &#8230; <a href="http://pyparticles.wordpress.com/2012/11/19/new-release-0-3-2/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=126&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In this release I&#8217;ve added the <a href="http://en.wikipedia.org/wiki/Damping" target="_blank">damping force</a>, that&#8217;s useful in a lot of simulations.</p>
<p>And I&#8217;ve finally fixed and improved the documentation, in particular I&#8217;ve written a chapter dedicated to the<a href="http://simon-r.github.com/PyParticles/Testing.html" target="_blank"> testing procedures</a>, for me this point is very important because it show practically the reliability of pyparticles. At the moment the implemented tests are 3, but in the future I hope to add also some other procedure.</p>
<p>If you have some suggestion for testing PyPaticles don&#8217;t hesitate to contact me.</p>
<p style="text-align:center;"><a href="http://simon-r.github.com/PyParticles/_images/dhar.png"><img class="aligncenter" style="border:0;" alt="" src="http://simon-r.github.com/PyParticles/_images/dhar.png" height="319" width="596" /></a></p>
<p><a href="http://pyparticles.wordpress.com/installation/"><img class="alignright" style="border:0;" alt="" src="http://i.imgur.com/rlaBg.png" height="26" width="154" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyparticles.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyparticles.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=126&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pyparticles.wordpress.com/2012/11/19/new-release-0-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8dab61d7abcdda2fd7bff546aa53bfb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firef</media:title>
		</media:content>

		<media:content url="http://simon-r.github.com/PyParticles/_images/dhar.png" medium="image" />

		<media:content url="http://i.imgur.com/rlaBg.png" medium="image" />
	</item>
		<item>
		<title>New release PyParticles 0.3.1</title>
		<link>http://pyparticles.wordpress.com/2012/11/12/new-release-pyparticles-0-3-1/</link>
		<comments>http://pyparticles.wordpress.com/2012/11/12/new-release-pyparticles-0-3-1/#comments</comments>
		<pubDate>Mon, 12 Nov 2012 20:47:48 +0000</pubDate>
		<dc:creator>firef</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Numerics]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://pyparticles.wordpress.com/?p=108</guid>
		<description><![CDATA[With this release PyParticles become compatible with python 3.3, it need some other test but all mains functionalities works correctly. At the moment the main goal is to have an application that works either with python 2.7 and 3.3. The second and very &#8230; <a href="http://pyparticles.wordpress.com/2012/11/12/new-release-pyparticles-0-3-1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=108&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>With this release PyParticles become compatible with<strong> python 3.3</strong>, it need some other test but all mains functionalities works correctly. At the moment the main goal is to have an application that works either with python 2.7 and 3.3.</p>
<p>The second and very important point of this release are the <strong>testing</strong>, so I&#8217;ve finally written a pair of test procedures for comparing an analytical solution with the simulated solution.<br />
For the moment the two tests are a falling object in a dragged fluid and the harmonic oscillator, and in both cases the result of the simulation is correct or, for be more precise, it follow the analytical solution with a very good approximation, so I can think that the procedures implemented in PyParticles are reliable.</p>
<p>In the following I report the absolute error for the harmonic oscillator (click for enlarge):</p>
<p style="text-align:center;"><a href="http://i.imgur.com/qdBXQ.png" target="_blank"><img class="aligncenter" alt="" src="http://i.imgur.com/qdBXQl.png" height="342" width="640" /></a></p>
<p><a href="http://pyparticles.wordpress.com/installation/"><img class="alignright" style="border:0;" alt="" src="http://i.imgur.com/rlaBg.png" height="26" width="154" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyparticles.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyparticles.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=108&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pyparticles.wordpress.com/2012/11/12/new-release-pyparticles-0-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8dab61d7abcdda2fd7bff546aa53bfb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firef</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/qdBXQl.png" medium="image" />

		<media:content url="http://i.imgur.com/rlaBg.png" medium="image" />
	</item>
		<item>
		<title>Version 0.3.0: Introduce the constraints for a more flexible simulation.</title>
		<link>http://pyparticles.wordpress.com/2012/11/05/version-0-3-0-introduce-the-constraints-for-a-more-flexible-simulation/</link>
		<comments>http://pyparticles.wordpress.com/2012/11/05/version-0-3-0-introduce-the-constraints-for-a-more-flexible-simulation/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 09:47:31 +0000</pubDate>
		<dc:creator>firef</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Numerics]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://pyparticles.wordpress.com/?p=82</guid>
		<description><![CDATA[With PyParticle version 0.3.0 I&#8217;ve added the possibility to inset constraints in the particles system. The constraints are used to force the positions of some particles or for set up the interactions between the particles so we can build some &#8230; <a href="http://pyparticles.wordpress.com/2012/11/05/version-0-3-0-introduce-the-constraints-for-a-more-flexible-simulation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=82&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>With <strong>PyParticle</strong> version <strong>0.3.0</strong> I&#8217;ve added the possibility to inset <strong>constraints</strong> in the particles system. The constraints are used to force the positions of some particles or for set up the <strong>interactions</strong> between the particles so we can build some complex and detailed models. In my example (see the video above) I&#8217;m simulating a vibrating string with the drag of the air under a constant gravity, and the result is very interesting.</p>
<p>In this version I&#8217;ve also improved the OpenGl rendering by using the display lists and I&#8217;ve also added a bubble demo, based on a &#8216;fantasious&#8217; force.</p>
<p>For understanding the potential of the constraints watch this video, where I&#8217;ve developed a vibrating string in a very simple manner.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='593' height='364' src='http://www.youtube.com/embed/Zwh5fojUcko?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>Visit the github page:  <a href="https://github.com/simon-r/PyParticles" target="_blank">https://github.com/simon-r/PyParticles</a> and follow the project.</p>
<p><a href="https://github.com/downloads/simon-r/PyParticles/pyparticles-0.3.0.tar.gz" target="_blank">Download here: PyParticles</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyparticles.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyparticles.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=82&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pyparticles.wordpress.com/2012/11/05/version-0-3-0-introduce-the-constraints-for-a-more-flexible-simulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8dab61d7abcdda2fd7bff546aa53bfb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firef</media:title>
		</media:content>
	</item>
		<item>
		<title>New version 0.2.1</title>
		<link>http://pyparticles.wordpress.com/2012/10/28/new-version-0-2-1/</link>
		<comments>http://pyparticles.wordpress.com/2012/10/28/new-version-0-2-1/#comments</comments>
		<pubDate>Sun, 28 Oct 2012 08:50:56 +0000</pubDate>
		<dc:creator>firef</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Numerics]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://pyparticles.wordpress.com/?p=48</guid>
		<description><![CDATA[The development is continuing. Whit this new version I&#8217;ve added some interesting featured, first of all I&#8217;ve added the possibility to measures some quantity like the potential energy or the kinetic energy in the particles system, try to watch the springs or &#8230; <a href="http://pyparticles.wordpress.com/2012/10/28/new-version-0-2-1/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=48&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The development is continuing.</p>
<p>Whit this new version I&#8217;ve added some interesting featured, first of all I&#8217;ve added the possibility to measures some quantity like the potential energy or the kinetic energy in the particles system, try to watch the springs or the solar system demo, I&#8217;ve also added the<a href="http://en.wikipedia.org/wiki/Lennard-Jones_potential" target="_blank"> Lennard Jones</a> potential as a force model for simulating the particles system, that&#8217;s very useful for simulating the gases.</p>
<p>For the visualization I&#8217;ve written some new features in the OpenGl animation, and now you can change easily the particle rendering model, and if you want you can turn ON or turn OFF the lighting, plus a little help (push the key h).</p>
<p>The next main goal is performing the simulation via <a href="http://en.wikipedia.org/wiki/Octree" target="_blank">OcTree</a>.</p>
<p style="text-align:center;"><a href="http://i.imgur.com/CDDa2.png"><img class="aligncenter" alt="" src="http://i.imgur.com/CDDa2.png" height="381" width="455" /></a></p>
<p style="text-align:center;">
<blockquote>
<p style="text-align:left;"><a href="https://github.com/downloads/simon-r/PyParticles/pyparticles-0.2.1.tar.gz" target="_blank">Download here</a></p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyparticles.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyparticles.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=48&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pyparticles.wordpress.com/2012/10/28/new-version-0-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8dab61d7abcdda2fd7bff546aa53bfb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firef</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/CDDa2.png" medium="image" />
	</item>
		<item>
		<title>Py Particles</title>
		<link>http://pyparticles.wordpress.com/2012/10/14/hello-world/</link>
		<comments>http://pyparticles.wordpress.com/2012/10/14/hello-world/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 09:23:26 +0000</pubDate>
		<dc:creator>firef</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Numerics]]></category>
		<category><![CDATA[Particles]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Simulation]]></category>

		<guid isPermaLink="false">http://pyparticles.wordpress.com/?p=1</guid>
		<description><![CDATA[PyParticles is an opensource particles simulation tool box entirely written in python. It support the most popular integrations methods  and the most relevant forces model. It also offer a nice looking OpneGL interface or at your preference a Matplotlib based GUI. PyParticles as &#8230; <a href="http://pyparticles.wordpress.com/2012/10/14/hello-world/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=1&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>PyParticles</strong> is an opensource particles simulation tool box entirely written in <a href="http://www.python.org/" target="_blank">python</a>.</p>
<p>It support the most popular integrations methods  and the most relevant forces model. It also offer a nice looking OpneGL interface or at your preference a <a href="http://matplotlib.org/" target="_blank">Matplotlib</a> based GUI.</p>
<p>PyParticles as a forces models  implements <strong>Gravity</strong>, <strong>spring</strong>, constant force and <strong>electrostatic</strong> and the user defined vector field force.</p>
<p>As a integrations method it includes <a href="http://en.wikipedia.org/wiki/Euler_method" target="_blank">Euler</a>, <a href="http://en.wikipedia.org/wiki/Midpoint" target="_blank">Midpoint</a>, <a href="http://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods" target="_blank">Runge Kutta</a>,<a href="http://en.wikipedia.org/wiki/Verlet_integration" target="_blank"> Störmer Verlet</a> and <a href="http://en.wikipedia.org/wiki/Leapfrog_integration" target="_blank">Leap frog</a>.</p>
<p>With PyParticles you can freely combine every force model with all integration method in an easier as possible manner, for example you can change the integration method by switching a single line of code:</p>
<p>For example with this single line of code we can say to PyParticle to use the Runge Kutta method for simulating the model.<br />
<code>solver = rks.RungeKuttaSolver( grav , pset , dt )</code></p>
<blockquote><p><img class="alignleft" alt="" src="http://i.imgur.com/EnN0W.png" height="20" width="20" /></p>
<p><a href="https://github.com/simon-r/PyParticles" target="_blank">Visit the project page on GitHub</a></p></blockquote>
<p>&nbsp;</p>
<p>The two following screenshots represents a simulation of the solar system and a set of 1000 random particles:</p>
<p><a href="http://i.imgur.com/rbL1L.png"><img class="alignright" alt="" src="http://i.imgur.com/rbL1L.png" height="326" width="390" /></a><a href="http://i.imgur.com/ymRHl.png"><img class="alignleft" alt="" src="http://i.imgur.com/ymRHl.png" height="326" width="390" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyparticles.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyparticles.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyparticles.wordpress.com&#038;blog=41556077&#038;post=1&#038;subd=pyparticles&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pyparticles.wordpress.com/2012/10/14/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8dab61d7abcdda2fd7bff546aa53bfb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firef</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/EnN0W.png" medium="image" />

		<media:content url="http://i.imgur.com/rbL1L.png" medium="image" />

		<media:content url="http://i.imgur.com/ymRHl.png" medium="image" />
	</item>
	</channel>
</rss>
