<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:access="http://www.bloglines.com/about/specs/fac-1.0">
<access:restriction relationship="allow" />
<channel>
<title>UD MECLAB Summer 2007</title>
<link>http://capillaryteam.pbwiki.com/</link>
<description>Welcome to the Wiki for our summer 2007 MECLAB team!</description>
<language>en</language>
<image>
 <url>http://capillaryteam.pbwiki.com/feedlogo.gif</url>
 <title>PBwiki</title>
 <link>http://pbwiki.com/</link>
</image>
<generator>PBwiki 3.7</generator>
<webMaster>support@pbwiki.com</webMaster>
 <item>
  <title>Matlab code</title>
  <link>http://capillaryteam.pbwiki.com/Matlab+code</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/Matlab+code">Matlab code</a></h3>
 evolution<span style="color:red;background-color:#fcc;"> equation</span><span style="font-weight:bold;color:green;background-color:#cfc;"> equation:</span><br />film_evol_3.m % this function solves the problem with boundary conditions h=h_b, h_xxx+alpha =0 at x=0, and h_x=0, h_xx=delta at x=1<br />soln_plot.m % plots the film profile at a given snapshot in time<br />soln_movie.m % creates a movie of the evolution of the film over a given time range<br /><span style="font-weight:bold;color:green;background-color:#cfc;">Here is a typical call to these functions:<br />N=50;<br />H=.08*ones(1,N);<br />H(1)=.09; H(50)=.09;<br />alpha=-50; % magnetic force stronger than gravity<br />h_b=.1; % fixed boundary condition at the top<br />delta=2; % the fixed value of the curvature at the bottom<br />[t,h,X]=film_evol_3(alpha, h_b, delta, N, 15, H);<br />M=soln_movie(X,h,2,length(t));</span><br />A few notes:<br />The problem being solved is for a tangentially immobile surface, primarily because that is the easiest<br />]]></description>
  <pubDate>Tue, 17 Jun 2008 12:56:11 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Matlab code</title>
  <link>http://capillaryteam.pbwiki.com/Matlab+code</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton added <a href="http://capillaryteam.pbwiki.com/Matlab+code">Matlab code</a></h3>
<p>Here is some code I have written to solve the evolution equation</p><br />
<p>&nbsp;</p><br />
<p><a href="/f/film_evol_3.m"><img border="0" src="/ficons/type_none.gif" style="margin-right: 3px;" />film_evol_3.m</a>&nbsp;&nbsp; % this function solves the problem with boundary conditions h=h_b, h_xxx+alpha =0 at x=0, and h_x=0, h_xx=delta at x=1</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p><a href="/f/soln_plot.m"><img border="0" src="/ficons/type_none.gif" style="margin-right: 3px;" />soln_plot.m</a>&nbsp; % plots the film profile at a given snapshot in time</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p><a href="/f/soln_movie.m"><img border="0" src="/ficons/type_none.gif" style="margin-right: 3px;" />soln_movie.m</a>&nbsp; % creates a movie of the evolution of the film over a given time range</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>A few notes:</p><br />
<p>&nbsp;</p><br />
<ul><br />
 <li>The problem being solved is for a tangentially immobile surface, primarily because that is the easiest</li><br />
 <li>I have not been </li></ul>]]></description>
  <pubDate>Tue, 17 Jun 2008 12:48:29 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
Richard J. Braun<br />Particular Problems:<br /><span style="font-weight:bold;color:green;background-color:#cfc;">Matlab code for numerical solving of evolution equation</span><br />Reverse draining of a magnetic soap-film<br />In this problem, we study the draining of a soap-film with magnetic nanoparticles, under the influence of a magnetic field. We consider the following experiment: form a cylindrical soap-bubble between two parallel plates. On the top plate place a strong bar magnet (field strength &amp;gt;1000 G). If there are no magnetic forces present, the soap-film will drain under the influence of gravity. Due to the effects of marginal regeneration, elements of &quot;black film&quot;, which are much thinner than the bulk film and appear invisible to the eye, form in the film and move upwards. Hence the film appears to disappear from the top down. Adding the magnet above the film provides a magnetic pressure in the opposite direction as gravity. If the magnetic force is strong enough, the draining is &quot;reversed&quot;, and the film disappears from the bottom up. Th]]></description>
  <pubDate>Tue, 17 Jun 2008 12:03:25 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
This video show reverse draining under flourescent lighting<br />In the next video, a band of black film has formed in the middle of the cylinder. The film undergoes turbulent motion as some thicker film is pulled to the upper ring and some thicker film falls to the lower ring.<br /><span style="font-weight:bold;color:green;background-color:#cfc;">Try to explain this pattern formation...</span><br />[DEM] I am going to post a link to thoughts/comments/questions for useful papers<br />Sources (Please put citations useful to the group here.)<br />]]></description>
  <pubDate>Tue, 13 May 2008 19:20:54 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a>]]></description>
  <pubDate>Tue, 13 May 2008 19:14:36 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a>]]></description>
  <pubDate>Tue, 13 May 2008 19:12:44 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a>]]></description>
  <pubDate>Tue, 13 May 2008 19:11:42 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (kstern)</author>
  <description><![CDATA[<h3>kstern edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a>]]></description>
  <pubDate>Tue, 13 May 2008 16:09:05 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (kstern)</author>
  <description><![CDATA[<h3>kstern edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
In this problem, we study the draining of a soap-film with magnetic nanoparticles, under the influence of a magnetic field. We consider the following experiment: form a cylindrical soap-bubble between two parallel plates. On the top plate place a strong bar magnet (field strength &amp;gt;1000 G). If there are no magnetic forces present, the soap-film will drain under the influence of gravity. Due to the effects of marginal regeneration, elements of &quot;black film&quot;, which are much thinner than the bulk film and appear invisible to the eye, form in the film and move upwards. Hence the film appears to disappear from the top down. Adding the magnet above the film provides a magnetic pressure in the opposite direction as gravity. If the magnetic force is strong enough, the draining is &quot;reversed&quot;, and the film disappears from the bottom up. The video below demonstrates this &quot;reverse draining&quot;:<br />In the following video, a ring of black film sits in the middle of the cylinder. Rotating the]]></description>
  <pubDate>Tue, 13 May 2008 16:08:06 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
In this problem, we study the draining of a soap-film with magnetic nanoparticles, under the influence of a magnetic field. We consider the following experiment: form a cylindrical soap-bubble between two parallel plates. On the top plate place a strong bar magnet (field strength &amp;gt;1000 G). If there are no magnetic forces present, the soap-film will drain under the influence of gravity. Due to the effects of marginal regeneration, elements of &quot;black film&quot;, which are much thinner than the bulk film and appear invisible to the eye, form in the film and move upwards. Hence the film appears to disappear from the top down. Adding the magnet above the film provides a magnetic pressure in the opposite direction as gravity. If the magnetic force is strong enough, the draining is &quot;reversed&quot;, and the film disappears from the bottom up. The video below demonstrates this &quot;reverse draining&quot;:<br />In the following video, a ring of black film sits in the middle of the cylinder. Rotating the]]></description>
  <pubDate>Tue, 13 May 2008 08:08:17 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
In the following video, a ring of black film sits in the middle of the cylinder. Rotating the square magnet alters the field lines and thus the shape of the film:<br />The draining process is far more complicated and interesting on a molecular level. In the following video, a band of black film has formed in the middle of the cylinder. The film undergoes turbulent motion as some thicker film is pulled to the upper ring and some thicker film falls to the lower ring.<br /> for<span style="color:red;background-color:#fcc;"> each paper I read.</span><span style="font-weight:bold;color:green;background-color:#cfc;"> useful papers</span><br />Sources (Please put citations useful to the group here.)<br />Isenberg, Science of Soap Films and Soap Bubbles<br />44, 46<br />&quot;The stars are the heavens&quot;<br /><span style="font-weight:bold;color:green;background-color:#cfc;">Magnetic deflections of an elastic membrane<br />In this problem, we place a magnet near a magnetic soap-film. The magnetic field creates an attraction between the film and the magnet, and induces a competition between magnetic and elastic forces. In similar problems with electrostatics, the &quot;pull-in&quot; phenomenon,</span>]]></description>
  <pubDate>Mon, 12 May 2008 08:50:08 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
Particular Problems:<br />Reverse draining of a magnetic soap-film<br /> field.<span style="color:red;background-color:#fcc;"> The experiment is as follows:</span> We<span style="font-weight:bold;color:green;background-color:#cfc;"> consider the following experiment:</span> form a cylindrical soap-bubble between two parallel plates. On the top plate<span style="color:red;background-color:#fcc;"> we</span> place a strong bar magnet (field strength &amp;gt;1000 G).<span style="color:red;background-color:#fcc;"> IF</span><span style="font-weight:bold;color:green;background-color:#cfc;"> If</span> there are no magnetic forces present, the soap-film will drain under the influence of gravity. Due to the effects of marginal regeneration, elements of &quot;black film&quot;, which are much thinner than the bulk film and appear invisible to the eye, form in the film and move upwards. Hence the film appears to disappear from the top down. Adding the magnet above the film provides a magnetic pressure in the opposite direction as gravity. If the magnetic force is strong enough, the draining is &quot;reversed&quot;, and the film disappears from the bottom up.<span style="color:red;background-color:#fcc;"> Below is a</span><span style="font-weight:bold;color:green;background-color:#cfc;"> The</span> video<span style="color:red;background-color:#fcc;"> to demonstrate</span><span style="font-weight:bold;color:green;background-color:#cfc;"> below demonstrates</span> this<span style="color:red;background-color:#fcc;"> process:</span>]]></description>
  <pubDate>Sun, 11 May 2008 19:47:27 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
Particular Problems:<br />Reverse draining of a magnetic soap-film<br /> G).<span style="color:red;background-color:#fcc;"> Under the influence of gravity,</span><span style="font-weight:bold;color:green;background-color:#cfc;"> IF there are no magnetic forces present,</span> the soap-film will<span style="color:red;background-color:#fcc;"> drain.</span><span style="font-weight:bold;color:green;background-color:#cfc;"> drain under the influence of gravity.</span> Due to the effects of marginal regeneration, elements of &quot;black film&quot;, which are much thinner than the bulk film and appear invisible to the eye, form in the film and move<span style="color:red;background-color:#fcc;"> to</span><span style="font-weight:bold;color:green;background-color:#cfc;"> upwards. Hence the film appears to disappear from the top down. Adding the magnet above the film provides a magnetic pressure in the opposite direction as gravity. If the magnetic force is strong enough, the draining is &quot;reversed&quot;, and the film disappears from the bottom up. Below is a video to demonstrate this process:</span><br />[DEM] I have been reading a lot of papers the past couple days. I have about a thousand thoughts and questions going through my head, so I am going to post a link to thoughts/comments/questions for each paper.<br />Sources (Please]]></description>
  <pubDate>Sun, 11 May 2008 19:38:24 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>no.email.given@example.com (Anonymous)</author>
  <description><![CDATA[<h3>Anonymous edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a>]]></description>
  <pubDate>Fri, 09 May 2008 19:52:36 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (kstern)</author>
  <description><![CDATA[<h3>kstern edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
Please feel free to post information to this wiki. Pictures, movies, equations, etc., can all be posted.<br />Feel free to create links to new pages and organize this information as you see fit.<br /><span style="color:red;background-color:#fcc;">I think the wiki is a great idea, so I am going to force myself to utilize it... - Derek</span><br />Group members<br />John A. Pelesko<br />Regan Beckham<br />Richard J. Braun<br /><span style="font-weight:bold;color:green;background-color:#cfc;">Particular Problems:<br />Reverse draining of a magnetic soap-film<br />In this problem, we study the draining of a soap-film with magnetic nanoparticles, under the influence of a magnetic field. The experiment is as follows: We form a cylindrical soap-bubble between two parallel plates. On the top plate we place a strong bar magnet (field strength &amp;gt;1000 G). Under the influence of gravity, the soap-film will drain. Due to the effects of marginal regeneration, elements of &quot;black film&quot;, which are much thinner than the bulk film and appear invisible to the eye, form in the film and move to</span><br />[DEM] I have been reading a lot]]></description>
  <pubDate>Fri, 09 May 2008 13:14:08 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Nierstrasz, Frens, Marginal Regeneration and the Marangoni effect</title>
  <link>http://capillaryteam.pbwiki.com/Nierstrasz%2C+Frens%2C+Marginal+Regeneration+and+the+Marangoni+effect</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/Nierstrasz%2C+Frens%2C+Marginal+Regeneration+and+the+Marangoni+effect">Nierstrasz, Frens, Marginal Regeneration and the Marangoni effect</a></h3>
I have really only focused on the introduction portion of this paper so far. The main point is that they present an alternative explanation of the mechanism of marginal regeneration. Here is my interpretation/summary of the process based on their explanation:<br />A film element falls into the Plateau border<br /> the<span style="color:red;background-color:#fcc;"> surfactent</span><span style="font-weight:bold;color:green;background-color:#cfc;"> surfactant</span> concentration increases.<br />This occurs all along the border (they only consider the lower border),<br />In order for the surfactant distribution to equilibriate, the saturated layer becomes unstable, with some elements gaining even higher concentration, others having a normal coverage<br />]]></description>
  <pubDate>Tue, 06 May 2008 16:49:35 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Nierstrasz, Frens, Marginal Regeneration and the Marangoni effect</title>
  <link>http://capillaryteam.pbwiki.com/Nierstrasz%2C+Frens%2C+Marginal+Regeneration+and+the+Marangoni+effect</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton added <a href="http://capillaryteam.pbwiki.com/Nierstrasz%2C+Frens%2C+Marginal+Regeneration+and+the+Marangoni+effect">Nierstrasz, Frens, Marginal Regeneration and the Marangoni effect</a></h3>
<p>I have really only focused on the introduction portion of this paper so far.&nbsp; The main point is that they present an alternative explanation of the mechanism of <span style="font-weight: bold;">marginal regeneration.</span>&nbsp; Here is my interpretation/summary of the process based on their explanation:</p><br />
<p>&nbsp;</p><br />
<ol><br />
 <li>A film element falls into the&nbsp; Plateau border</li><br />
 <li>The thickness of the element increases, causing the surface area to decrease.&nbsp; As a result, the surfactent concentration increases.</li><br />
 <li>This occurs all along the border (they only consider the lower border),</li><br />
 <li>In order for the surfactant distribution to equilibriate, the saturated layer becomes unstable, with some elements gaining even higher concentration, others having a normal coverage</li><br />
 <li>The elements with high concentration have lower surface tension than their surroundings, and are pulled back into the film where they can expand (vertically)</li><br />
 <li>The elements (now in th</li></ol>]]></description>
  <pubDate>Tue, 06 May 2008 16:48:48 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>The Soap Bubble Team</title>
  <link>http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/The+Soap+Bubble+Team">The Soap Bubble Team</a></h3>
Isenberg, Science of Soap Films and Soap Bubbles<br />Elias et al, Magnetic soap films and magnetic soap foams, Coll and Surf A<br /><span style="color:red;background-color:#fcc;">Source 3</span><span style="font-weight:bold;color:green;background-color:#cfc;">Nierstrasz, Frens, Marginal Regeneration and the Marangoni effect, J Coll Int Sci</span><br />Source 4<br />Source Name<br />]]></description>
  <pubDate>Tue, 06 May 2008 16:27:12 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Elias et al, Magnetic soap films and magnetic soap foams</title>
  <link>http://capillaryteam.pbwiki.com/Elias+et+al%2C+Magnetic+soap+films+and+magnetic+soap+foams</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton edited <a href="http://capillaryteam.pbwiki.com/Elias+et+al%2C+Magnetic+soap+films+and+magnetic+soap+foams">Elias et al, Magnetic soap films and magnetic soap foams</a></h3>
Section 2 - Do we need to worry about magneto-rheological effects? They state: &quot;Magneto-rheological effects are expected when the magnetic field is perpendicular to the vorticity, since the alignment of the magnetic momentums along the field direction prevents the rotation of the particles in the shear.&quot;<br />Section 3.2 - Note that their magnetic field strength is varied from 0 to 270 G. We should compare our magnets to these values.<br />Section<span style="color:red;background-color:#fcc;"> 3.1</span><span style="font-weight:bold;color:green;background-color:#cfc;"> 3.3</span> - First full paragraph p. 68: This is their heuristic explanation of the effect of the magnetic particles, based on dipole interaction. I do not quite understand this, can anyone explain it to me? It seems pretty important that we (fully) understand this argument.<br />One particular issue I have with this:<br />- They only consider flow between meniscus and film at the bottom meniscus. Why? There will also be a meniscus at the top and along the sides. Why is there no comparison between the magnetic dipole interaction energy in these ]]></description>
  <pubDate>Tue, 06 May 2008 15:06:08 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>Elias et al, Magnetic soap films and magnetic soap foams</title>
  <link>http://capillaryteam.pbwiki.com/Elias+et+al%2C+Magnetic+soap+films+and+magnetic+soap+foams</link>
  <author>email.hidden@example.com (Derek Moulton)</author>
  <description><![CDATA[<h3>Derek Moulton added <a href="http://capillaryteam.pbwiki.com/Elias+et+al%2C+Magnetic+soap+films+and+magnetic+soap+foams">Elias et al, Magnetic soap films and magnetic soap foams</a></h3>
<p></p><p><br />
Some observations/questions from this paper:</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p><span style="font-weight: bold;">Section 2 - </span>Do we need to worry about magneto-rheological effects?&nbsp; They state:&nbsp;&nbsp; "Magneto-rheological effects are expected when the magnetic field is perpendicular to the vorticity, since the alignment of the magnetic momentums along the field direction prevents the rotation of the particles in the shear."</p><br />
<p>&nbsp;</p><br />
<p><span style="font-weight: bold;">Section 3.2 - </span>Note that their magnetic field strength is varied from 0 to 270 G.&nbsp; We should compare our magnets to these values.</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p><strong>Section 3.1 </strong>- First full paragraph p. 68:&nbsp; This is their heuristic explanation of the effect of the magnetic particles, based on dipole interaction.&nbsp; I do not quite understand this, can anyone explain it to me?&nbsp; It seems pretty important that we (fully) understand this argument.</p><br />
<p>One particular</p>]]></description>
  <pubDate>Tue, 06 May 2008 15:05:32 +0000</pubDate>
  <category>add</category>
 </item>
</channel>
</rss>
