| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsimulations.objects.BaseObject
simulations.objects.ISMfield
| Field Summary | |
 Vec3 | 
p
the position of the sun  | 
 double | 
radius
the radius of the heliosphere  | 
| Constructor Summary | |
ISMfield(double radius,
         Vec3 p)
constructor  | 
|
| Method Summary | |
 Vec3 | 
Bfield(Vec3 x,
       Vec3 B)
the magnetic field (zero)  | 
 Vec3 | 
Efield(Vec3 x,
       Vec3 E)
constant electric field except for a sphere centered at p where the field is zero  | 
 java.lang.String | 
toString()
writes properties of the HelioField to 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 radius
public Vec3 p
| Constructor Detail | 
public ISMfield(double radius,
                Vec3 p)
radius - The distance to the termination shock.p - The position of the Sun.| Method Detail | 
public Vec3 Efield(Vec3 x,
                   Vec3 E)
Efield in class BaseObjectx - the position of the observerE - the electric field at the position of the observer
public Vec3 Bfield(Vec3 x,
                   Vec3 B)
Bfield in class BaseObjectx - the position of the observerB - the magnetic field at the observer's position if the charge 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 | ||||||||||