Changeset 288
- Timestamp:
- 10/10/2007 02:32:44 PM (5 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/sphlow/sphlow.html (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/sphlow/sphlow.html
r166 r288 5 5 <meta name="Author" content="Adam C. Powell, IV"> 6 6 <meta name="GENERATOR" content="Mozilla/4.75 [en] (X11; U; Linux 2.2.17 i686) [Netscape]"> 7 <title>Sphlow Java0.2 by Adam Powell</title>7 <title>Sphlow Flotation Calculator 0.2 by Adam Powell</title> 8 8 </head> 9 9 <body text="#000066" bgcolor="#CCFFFF" link="#003300" vlink="#330033" alink="#990000"> … … 11 11 <center> 12 12 <h1> 13 Sphlow Java0.2</h1></center>13 Sphlow Flotation Calculator Version 0.2</h1></center> 14 14 15 15 <center><applet code="Sphlow.class" width=800 height=500 codebase=.>You 16 are using a Java-challenged browser. Sorry!</applet>< /center><p>16 are using a Java-challenged browser. Sorry!</applet><p> 17 17 18 <h3> 19 <a NAME="targ0"></a>About Sphlow Java:</h3> 20 The intended use is for metallurgical processes involving flotation of 18 <a href="#targ0">About Sphlow</a> - 19 <a href="#targ1">How to use it</a> - 20 <a href="#targ2">How it works</a> - 21 <a href="#targ3">Discussion</a> - 22 <a href="#targ4">Known bugs</a> - 23 <a href="#targ5">Credits and source</a></center> 24 25 <h3><a NAME="targ0">About Sphlow:</h3> 26 Sphlow was written to model metallurgical processes involving flotation of 21 27 inclusions, such as tundishes or electron beam melting hearths. Inclusions 22 28 are second-phase particles, such as oxide or nitride impurities, tungsten … … 32 38 the molten metal by floating to the top or sinking to the bottom of the 33 39 vessel. 34 <p>Of course, you're free to use it for whatever purpose you like (skydiving 35 and blowing bubbles underwater come to mind).</div> 40 <p>Of course, you're free to use it for whatever purpose you like.</div> 36 41 37 <h3> 38 <a NAME="targ1"></a>How to use it:</h3> 42 <h3><a NAME="targ1">How to use it:</h3> 39 43 To draw the first plot, hit return in the velocity field. You may 40 44 then use the menus and change the value in any field, just make certain … … 45 49 panel. 46 50 <p>So, type in your fluid viscosity and density, or choose from the liquids 47 offered. When you give it a critical velocity, Sphlow Javawill tell51 offered. When you give it a critical velocity, Sphlow will tell 48 52 you the Reynolds number, friction factor and particle diameter and show 49 53 you the relevant point for the given particle density in the friction factor-Reynolds … … 52 56 the right. You may plot up to nine such velocity contours by selecting 53 57 a new curve number and entering a new velocity. If you change liquid 54 properties or <i>D-rho</i> graph limits, Sphlow Javawill redraw all of58 properties or <i>D-rho</i> graph limits, Sphlow will redraw all of 55 59 the velocity contours. 56 60 <p>The red vertical line on the right indicates the liquid density. 57 61 The starting point corresponds to nickel spheres in water.</div> 58 62 59 <h3> 60 <a NAME="targ2"></a>How it works:</h3> 63 <h3><a NAME="targ2">How it works:</h3> 61 64 This applet calculates and displays the relationship between size, density 62 65 and terminal rising/sinking velocity of a spherical particle in a fluid. … … 104 107 the particle diameter <i>D</i> follows straightforwardly.</div> 105 108 106 <h3> 107 <a NAME="targ3"></a>Discussion:</h3> 109 <h3><a NAME="targ3">Discussion:</h3> 108 110 This model assumes a quiescent liquid. If there is a lot of vertical 109 111 flow, recirculation or turbulence in your problem, particles will be swept … … 131 133 this model will give a conservative velocity estimate for such particles.</div> 132 134 133 <h3> 134 <a NAME="targ4"></a>Known bugs:</h3> 135 <h3><a NAME="targ4">Known bugs:</h3> 135 136 Due to a bug in the ptplot package, the "fill" button will redraw the plot 136 137 with limits set to encompass all points that have ever been drawn, not … … 140 141 soon. Also, some of the velocity contours are not drawn to the top 141 142 of the <i>D-rho</i> graph space; I will fix that at some point. 142 <p>Though Sphlow Java 0.2 has been successfully tested on Netscape 3.01143 and 4.05 for Irix and Netscape 3.01 and 4.05 for PowerPC Mac, I have heard144 it doesn't work on Sandia Mac Netscape 3. My guess is that this is145 because the classes are not signed.146 143 <p>The javascript layers business seems to be broken on newer versions 147 144 of Netscape. Oh well, I may try to fix it someday.</div> 148 145 149 <h3> 150 <a NAME="targ5"></a><a href="http://www.jars.com/"><img SRC="jarsregistered.gif" ALT="JARS-registered" BORDER=0 height=93 width=141 align=RIGHT></a>Credits 146 <h3><a NAME="targ5"><a href="http://www.jars.com/"><img SRC="jarsregistered.gif" ALT="JARS-registered" BORDER=0 height=93 width=141 align=RIGHT></a>Credits 151 147 and source:</h3> 152 Sphlow Javais based in large part on the <a href="http://ptolemy.eecs.berkeley.edu/java/ptplot/index.html">ptplot148 Sphlow is based in large part on the <a href="http://ptolemy.eecs.berkeley.edu/java/ptplot/index.html">ptplot 153 149 package</a> at UCBerkeley, copyright Regents of the University of California. 154 150 I also learned a lot from the <a href="http://www.phrantic.com/scoop/onjava.html">Scoop … … 159 155 Byte code for most of the classes is due to the SGI JDK 1.1 (DiamCalculator.class 160 156 was recompiled in May, 2000 using guavac 1.2 to fix a bug), but it should 161 all be JDK 1.0 compliant. This applet has been tested on Netscape 162 3.01 and 4.05 for Irix and Netscape 3.01 and 4.05 for PowerPC Mac. 157 all be JDK 1.0 compliant. 163 158 The Magic Red Curve in the friction factor graph on the left is based on 164 159 principles of fluid flow around a sphere, and taken from <i><a href="http://www.amazon.com/exec/obidos/ASIN/047107392X">Transport … … 168 163 code here</a> (distributed under <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>). 169 164 <p>Email compliments/complaints/comments, bug reports and suggestions for 170 new liquids to <a href="mailto:Adam Powell <hazelsct@mit.edu>">me</a>.</div> 165 new liquids to <a href="mailto:Adam Powell <apowell@opennovation.com>">Adam 166 Powell</a>.</div> 171 167 172 168 </body>