simulations.animations.radiation
Class LinearAntennaAnimation

java.lang.Object
  extended bysimulations.animations.radiation.LinearAntennaAnimation

public class LinearAntennaAnimation
extends java.lang.Object

An animation of the radiation from an electric antenna in which the wavelength of the radiation is twice the total length of the antenna, or four times the half length of the antenna. The supporting mathematics is given in Section 7.2 of the TEAL_Physics_Math.pdf documentation.

Version:
1.0
Author:
Norman Derby

Field Summary
(package private) static double dt
           
(package private) static java.lang.String fname
           
(package private) static int frames
           
(package private) static int height
           
(package private) static int period
          the period of the oscillation in frames
(package private) static double resScale
           
(package private) static double scale
           
(package private) static int streamlen
           
(package private) static int width
           
 
Constructor Summary
LinearAntennaAnimation()
           
 
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

resScale

static double resScale

width

static int width

height

static int height

streamlen

static int streamlen

fname

static java.lang.String fname

frames

static int frames

period

static int period
the period of the oscillation in frames


dt

static double dt

scale

static double scale
Constructor Detail

LinearAntennaAnimation

public LinearAntennaAnimation()
Method Detail

main

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