simulations.animations.faradaysLaw
Class EddyCurrentsDipoleAnimation

java.lang.Object
  extended bysimulations.animations.faradaysLaw.EddyCurrentsDipoleAnimation

public class EddyCurrentsDipoleAnimation
extends java.lang.Object

An animation of eddy currents in a conducting plane below a moving dipole, for various values of the speed of the monopole, following Saslow. This class has a main method and is used to generate the sequence of images for the experiment. It also defines the number of frames, the time step between each frame, the colorizing of the images, the folder where the image files will be stored, and so on. This animation generates part of Figure 6 of Liu and Belcher 2007.

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
EddyCurrentsDipoleAnimation()
           
 
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

EddyCurrentsDipoleAnimation

public EddyCurrentsDipoleAnimation()
Method Detail

main

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