|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulations.animations.faradaysLaw.MovingRecedingImagePotentialAnimation
An animation of a magnetic monopole moving above a conducting plane 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 version of the program calculates the magnetic fields using the magnetic potential function instead of monopoles and line dipoles (see equation (8) of Liu and Belcher 2007). It is very similar to MovingRecedingImageAnimation except that program calculates the fields using line dipoles and image monopoles.
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 | |
MovingRecedingImagePotentialAnimation()
|
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 |
static int width
static int height
static int streamlen
static java.lang.String fname
static int frames
static double dt
Constructor Detail |
public MovingRecedingImagePotentialAnimation()
Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |