|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsimulations.objects.BaseObject
simulations.objects.MagneticMonopole
This BaseObject calculates the non-relativistic electric and magnetic fields of a magnetic monopole at position p moving with velocity v.
| Field Summary | |
int |
image
The image charge parameter for the monopole. |
double |
m
The mass of the monopole. |
Vec3 |
p
The position of the monopole. |
double |
q
The magnetic charge of the monopole. |
double |
radius
The Pauli radius of the monopole (repulsion always dominates inside this radius). |
Vec3 |
v
The velocity of the charge. |
double |
zplane
The location of the the thin conducting sheet in z. |
| Constructor Summary | |
MagneticMonopole(double q,
Vec3 p,
Vec3 v,
double zplane,
int image,
double radius)
Constructor for the monopole. |
|
| Method Summary | |
Vec3 |
Bfield(Vec3 x,
Vec3 B)
Computes the magnetic field of a non-relativistic magnetic monopole. |
Vec3 |
Efield(Vec3 x,
Vec3 E)
The electric field of a moving monopole. |
java.lang.String |
toString()
Puts properties of the point charge into a string. |
| 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 |
public double q
public double m
public double radius
public Vec3 p
public Vec3 v
public double zplane
public int image
| Constructor Detail |
public MagneticMonopole(double q,
Vec3 p,
Vec3 v,
double zplane,
int image,
double radius)
q - The charge.p - The position.v - The velocity.zplane - The location of the conducting plane.image - The image charge parameter for the monopole.radius - The Pauli radius.| Method Detail |
public Vec3 Bfield(Vec3 x,
Vec3 B)
Bfield in class BaseObjectx - The position of the observer.B - The magnetic field at the position of the observer due to the monopole at p (calculated).
public Vec3 Efield(Vec3 x,
Vec3 E)
Efield in class BaseObjectx - The position of the observerE - The electric field at the observer's position if the monopope is at p (calculated).
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||