simulations.animations.electrostatics
Class ColorTestAnimation

java.lang.Object
  extended bysimulations.animations.electrostatics.ColorTestAnimation

public class ColorTestAnimation
extends java.lang.Object

An animation designed to illustrate the color coding possible. We also test ways to color by region and also set flow velocity by region (as opposed to setting color and flow by the magnitude of the field).

Version:
1.0
Author:
John Belcher

Field Summary
(package private) static double dt
          The time step for the evolution of the system.
(package private) static java.lang.String fname
          The file name for the files to be generated, with path.
(package private) static int frames
          The number of frames to be genererated.
(package private) static int height
          The height of the image generated.
(package private) static int streamlen
          The stream integration length.
(package private) static int width
          The width of the image generated.
 
Constructor Summary
ColorTestAnimation()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

static int width
The width of the image generated.


height

static int height
The height of the image generated.


streamlen

static int streamlen
The stream integration length.


fname

static java.lang.String fname
The file name for the files to be generated, with path.


frames

static int frames
The number of frames to be genererated.


dt

static double dt
The time step for the evolution of the system.

Constructor Detail

ColorTestAnimation

public ColorTestAnimation()
Method Detail

main

public static void main(java.lang.String[] args)