Show
Ignore:
Timestamp:
10/10/2007 02:32:44 PM (5 years ago)
Author:
powell
Message:

Significant updates to Sphlow HTML page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/sphlow/sphlow.html

    r166 r288  
    55   <meta name="Author" content="Adam C. Powell, IV"> 
    66   <meta name="GENERATOR" content="Mozilla/4.75 [en] (X11; U; Linux 2.2.17 i686) [Netscape]"> 
    7    <title>Sphlow Java 0.2 by Adam Powell</title> 
     7   <title>Sphlow Flotation Calculator 0.2 by Adam Powell</title> 
    88</head> 
    99<body text="#000066" bgcolor="#CCFFFF" link="#003300" vlink="#330033" alink="#990000"> 
     
    1111<center> 
    1212<h1> 
    13 Sphlow Java 0.2</h1></center> 
     13Sphlow Flotation Calculator Version 0.2</h1></center> 
    1414 
    1515<center><applet code="Sphlow.class" width=800 height=500 codebase=.>You 
    16 are using a Java-challenged browser.  Sorry!</applet></center><p> 
     16are using a Java-challenged browser.  Sorry!</applet><p> 
    1717 
    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> 
     26Sphlow was written to model metallurgical processes involving flotation of 
    2127inclusions, such as tundishes or electron beam melting hearths. Inclusions 
    2228are second-phase particles, such as oxide or nitride impurities, tungsten 
     
    3238the molten metal by floating to the top or sinking to the bottom of the 
    3339vessel. 
    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> 
    3641 
    37 <h3> 
    38 <a NAME="targ1"></a>How to use it:</h3> 
     42<h3><a NAME="targ1">How to use it:</h3> 
    3943To draw the first plot, hit return in the velocity field. You may 
    4044then use the menus and change the value in any field, just make certain 
     
    4549panel. 
    4650<p>So, type in your fluid viscosity and density, or choose from the liquids 
    47 offered. When you give it a critical velocity, Sphlow Java will tell 
     51offered. When you give it a critical velocity, Sphlow will tell 
    4852you the Reynolds number, friction factor and particle diameter and show 
    4953you the relevant point for the given particle density in the friction factor-Reynolds 
     
    5256the right. You may plot up to nine such velocity contours by selecting 
    5357a new curve number and entering a new velocity. If you change liquid 
    54 properties or <i>D-rho</i> graph limits, Sphlow Java will redraw all of 
     58properties or <i>D-rho</i> graph limits, Sphlow will redraw all of 
    5559the velocity contours. 
    5660<p>The red vertical line on the right indicates the liquid density. 
    5761The starting point corresponds to nickel spheres in water.</div> 
    5862 
    59 <h3> 
    60 <a NAME="targ2"></a>How it works:</h3> 
     63<h3><a NAME="targ2">How it works:</h3> 
    6164This applet calculates and displays the relationship between size, density 
    6265and terminal rising/sinking velocity of a spherical particle in a fluid. 
     
    104107the particle diameter <i>D</i> follows straightforwardly.</div> 
    105108 
    106 <h3> 
    107 <a NAME="targ3"></a>Discussion:</h3> 
     109<h3><a NAME="targ3">Discussion:</h3> 
    108110This model assumes a quiescent liquid. If there is a lot of vertical 
    109111flow, recirculation or turbulence in your problem, particles will be swept 
     
    131133this model will give a conservative velocity estimate for such particles.</div> 
    132134 
    133 <h3> 
    134 <a NAME="targ4"></a>Known bugs:</h3> 
     135<h3><a NAME="targ4">Known bugs:</h3> 
    135136Due to a bug in the ptplot package, the "fill" button will redraw the plot 
    136137with limits set to encompass all points that have ever been drawn, not 
     
    140141soon. Also, some of the velocity contours are not drawn to the top 
    141142of 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.01 
    143 and 4.05 for Irix and Netscape 3.01 and 4.05 for PowerPC Mac, I have heard 
    144 it doesn't work on Sandia Mac Netscape 3. My guess is that this is 
    145 because the classes are not signed. 
    146143<p>The javascript layers business seems to be broken on newer versions 
    147144of Netscape. Oh well, I may try to fix it someday.</div> 
    148145 
    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 
    151147and source:</h3> 
    152 Sphlow Java is based in large part on the <a href="http://ptolemy.eecs.berkeley.edu/java/ptplot/index.html">ptplot 
     148Sphlow is based in large part on the <a href="http://ptolemy.eecs.berkeley.edu/java/ptplot/index.html">ptplot 
    153149package</a> at UCBerkeley, copyright Regents of the University of California. 
    154150I also learned a lot from the <a href="http://www.phrantic.com/scoop/onjava.html">Scoop 
     
    159155Byte code for most of the classes is due to the SGI JDK 1.1 (DiamCalculator.class 
    160156was 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. 
     157all be JDK 1.0 compliant. 
    163158The Magic Red Curve in the friction factor graph on the left is based on 
    164159principles of fluid flow around a sphere, and taken from <i><a href="http://www.amazon.com/exec/obidos/ASIN/047107392X">Transport 
     
    168163code here</a> (distributed under <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>). 
    169164<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> 
     165new liquids to <a href="mailto:Adam Powell <apowell@opennovation.com>">Adam 
     166Powell</a>.</div> 
    171167 
    172168</body>