simulations.objects
Class EflowXY

java.lang.Object
  extended bysimulations.objects.BaseObject
      extended bysimulations.objects.EflowXY

public class EflowXY
extends BaseObject


Field Summary
 double a1
           
 double b1
           
 double c1
           
 double d1
           
 double Ex1
           
 double Ex2
           
 double Ez1
           
 double Ez2
           
 double r
           
 double r1
           
 double r2
           
 
Constructor Summary
EflowXY(double a1, double b1, double c1, double d1)
           
 
Method Summary
 Vec3 Bfield(Vec3 x, Vec3 B)
          Sets 'B' to the value of the magnetic field at 'x'.
 Vec3 Efield(Vec3 x, Vec3 E)
          Sets 'E' to the value of the electric field at 'x'.
 java.lang.String toString()
           
 
Methods inherited from class simulations.objects.BaseObject
Bfield, Efield, Evolve, Pfield, Pfield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

a1

public double a1

b1

public double b1

c1

public double c1

d1

public double d1

r

public double r

r1

public double r1

r2

public double r2

Ex1

public double Ex1

Ex2

public double Ex2

Ez1

public double Ez1

Ez2

public double Ez2
Constructor Detail

EflowXY

public EflowXY(double a1,
               double b1,
               double c1,
               double d1)
Method Detail

Efield

public Vec3 Efield(Vec3 x,
                   Vec3 E)
Description copied from class: BaseObject
Sets 'E' to the value of the electric field at 'x'. 'x' is not modified. Returns: resulting 'E'

Specified by:
Efield in class BaseObject
Parameters:
x - the position of the observer
E - the electric field at the observer's position
Returns:
E the electric field at the observer's position

Bfield

public Vec3 Bfield(Vec3 x,
                   Vec3 B)
Description copied from class: BaseObject
Sets 'B' to the value of the magnetic field at 'x'. 'x' is not modified. Returns: resulting 'B'. * @param x the position of the observer

Specified by:
Bfield in class BaseObject
Parameters:
B - the magnetic field at the observer's position
Returns:
B the magnetic field at the observer's position

toString

public java.lang.String toString()