simulations.animations.faradaysLaw
Class TwoPlanesAnimation

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

public class TwoPlanesAnimation
extends java.lang.Object

Calculate the magnetic field due to a monopole appearng at t = 0 in the first quandrant of the intersection of two thin conducting planes, following Liu and Belcher 2007 Appendix A.

Version:
1.0
Author:
Yao Liu

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

TwoPlanesAnimation

public TwoPlanesAnimation()
Method Detail

main

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