visad.aune
Class ShallowFluid

java.lang.Object
  extended by visad.aune.ShallowFluid

public class ShallowFluid
extends java.lang.Object

ShallowFluid implements the interactive 2-D shallow fluid model application using VisAD 2.0. It is rewritten from the shallow.v application developed for VisAD 1.1 by Bob Aune.


Field Summary
static int HEIGHT
           
 boolean initial
          flag model initialization
static int WIDTH
          the width and height of the UI frame
 
Constructor Summary
ShallowFluid(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
          type 'java visad.paoloa.ShallowFluid' to run this application; the main thread just exits, since Display, Cell and JFC threads run the application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static int WIDTH
the width and height of the UI frame


HEIGHT

public static int HEIGHT

initial

public boolean initial
flag model initialization

Constructor Detail

ShallowFluid

public ShallowFluid(java.lang.String[] args)
             throws VisADException,
                    java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws VisADException,
                        java.rmi.RemoteException
type 'java visad.paoloa.ShallowFluid' to run this application; the main thread just exits, since Display, Cell and JFC threads run the application

Throws:
VisADException
java.rmi.RemoteException