OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
A homogeneous electricstatic field. More...
#include <ConstEField.h>
Public Member Functions | |
ConstEField () | |
Default constructor. More... | |
virtual | ~ConstEField () |
virtual double | getEx () const |
Get component. More... | |
virtual double | getEy () const |
Get component. More... | |
virtual double | getEz () const |
Get component. More... | |
virtual void | setEx (double) |
Set component. More... | |
virtual void | setEy (double) |
Set component. More... | |
virtual void | setEz (double) |
Set component. More... | |
![]() | |
StaticElectricField () | |
virtual | ~StaticElectricField () |
![]() | |
EMField () | |
Default constructor. More... | |
EMField (const EMField &right) | |
virtual | ~EMField () |
const EMField & | operator= (const EMField &right) |
virtual EVector | Efield (const Point3D &P) const |
Get field. More... | |
virtual BVector | Bfield (const Point3D &P) const |
Get field. More... | |
virtual EVector | Efield (const Point3D &P, double t) const |
Get field. More... | |
virtual BVector | Bfield (const Point3D &P, double t) const |
Get field. More... | |
virtual EBVectors | EBfield (const Point3D &P) const |
Get field. More... | |
virtual EBVectors | EBfield (const Point3D &P, double t) const |
Get field. More... | |
virtual void | scale (double scalar)=0 |
Scale the field. More... | |
Additional Inherited Members | |
![]() | |
static const EVector | ZeroEfield |
The constant representing a zero electric field. More... | |
static const BVector | ZeroBfield |
The constant representing a zero magnetic field. More... | |
static const EBVectors | ZeroEBfield |
The constant representing a zero electromagnetic field. More... | |
A homogeneous electricstatic field.
Definition at line 30 of file ConstEField.h.
ConstEField::ConstEField | ( | ) |
Default constructor.
Definition at line 27 of file ConstEField.cpp.
|
virtual |
Definition at line 31 of file ConstEField.cpp.
|
virtual |
|
virtual |
|
virtual |
Get component.
Definition at line 45 of file ConstEField.cpp.
|
virtual |
|
virtual |
|
virtual |
Set component.
Definition at line 58 of file ConstEField.cpp.