visad.aune
Class ShallowFluid
java.lang.Object
visad.aune.ShallowFluid
public class ShallowFluid
- extends 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 |
Method Summary |
static void |
main(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 |
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
ShallowFluid
public ShallowFluid(String[] args)
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
main
public static void main(String[] args)
throws VisADException,
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
RemoteException