Package simulations.objects

This package contains all the various electromagnetic objects that the experiments assemble for a given experiment.

See:
          Description

Class Summary
BaseObject This is the abstract base class for physical objects.
ChargeRingFinite  
ColorTestField Color Test Field.
ConstantFields  
CurrentRing A ring carrying current.
CurrentSheet  
DataInputObject  
EddyCurrents This BaseObject calculates the eddy currents due to a a magnetic monopole moving moving with velocity v
EflowXY  
ElectricAntenna This BaseObject calculates the electric and magnetic fields of a linear antenna with the properties specified.
ElectricDipole This is a quasi-static electric dipole moving at constant velocity that can be extended to a time varying radiating electric dipole (see for example ElectricOscillatingDipole).
ElectricDipoleRotating This is a rotating electric dipole.
ElectricDipoleStatic static electric dipole including a pauli repulsion term
ElectricOscillatingDipole An extension of the ElectricDipole class that replaces the constant electric dipole moment with one that is oscillating.
ElectromagneticPlaneWave  
EMCollection A class which contains a collection of objects which extend BaseObject.
EMTransform  
HelioField  
InfiniteWire  
ISMfield  
Line3DMagneticDipoles Line 3D Magnetic Dipoles: This BaseObject calculates the non-relativistic electric and magnetic fields of a line of magnetic dipoles is at position p moving with velocity v.
LineCurrent  
LineMagneticMonopoles  
MagneticDipole  
MagneticDipoleStatic  
MagneticMonopole This BaseObject calculates the non-relativistic electric and magnetic fields of a magnetic monopole at position p moving with velocity v.
MovingMagneticField  
MovingPointCharge Calculates the fields of a moving point charge (extends PointCharge)
MovingRecedingImagePotentialAbove MovingRecedingImagePotentialAbove.
MovingRecedingImagePotentialBelow MovingRecedingImagePotentialBelow.
PointCharge Point Charge.
TwoPlanes TwoPlanes: This BaseObject calculates the non-relativistic magnetic fields induced by a monopole situated near two thin conducting planes intersecting at right angle.
 

Package simulations.objects Description

This package contains all the various electromagnetic objects that the experiments assemble for a given experiment. Each electromagnetic object must define how its electromagnetic fields are calculated. All objects extend BaseObject.

Copyright (c) 2007 Andreas Sundquist. Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 License. You must attribute any use of this code or derviatives thereof to Andreas Sundquist.

Related Documentation