|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <ConstEzField.h>


Public Member Functions | |
| ConstEzField () | |
| Default constructor. | |
| virtual | ~ConstEzField () |
| virtual EVector | Efield (const Point3D &P) const |
| Get field. | |
| virtual EVector | Efield (const Point3D &P, double t) const |
| Get field. | |
| virtual double | getEz () const |
| Get component. | |
| virtual void | setEz (double) |
| Set component. | |
| virtual void | scale (double scalar) |
| Scale the field. | |
| virtual BVector | Bfield (const Point3D &P) const |
| Get field. | |
| virtual BVector | Bfield (const Point3D &P, double t) const |
| Get field. | |
| virtual EBVectors | EBfield (const Point3D &P) const |
| Get field. | |
| virtual EBVectors | EBfield (const Point3D &P, double t) const |
| Get field. | |
Static Public Attributes | |
| static const EVector | ZeroEfield |
| The constant representing a zero electric field. | |
| static const BVector | ZeroBfield |
| The constant representing a zero magnetic field. | |
| static const EBVectors | ZeroEBfield |
| The constant representing a zero electromagnetic field. | |
Private Attributes | |
| double | Ez |
Definition at line 23 of file ConstEzField.h.
| ConstEzField::ConstEzField | ( | ) |
Default constructor.
Definition at line 20 of file ConstEzField.cpp.
|
virtual |
Definition at line 22 of file ConstEzField.cpp.
Get field.
Reimplemented in BDipoleField, BMultipoleField, ConstBzField, and OscillatingField< ConstEzField >.
Definition at line 121 of file EMField.cpp.
References EMField::ZeroBfield.
Referenced by Component::Bfield(), Component::Bfield(), EMField::Bfield(), and EMField::EBfield().
Get field.
Reimplemented in BDipoleField, BMultipoleField, ConstBzField, and OscillatingField< ConstEzField >.
Definition at line 125 of file EMField.cpp.
References EMField::Bfield().

Get field.
Definition at line 127 of file EMField.cpp.
References EMField::Bfield(), and EMField::Efield().
Referenced by Component::EBfield(), Component::EBfield(), and EMField::EBfield().

Get field.
Definition at line 129 of file EMField.cpp.
References EMField::EBfield().

Get field.
Reimplemented from EMField.
Reimplemented in OscillatingField< ConstEzField >.
Definition at line 24 of file ConstEzField.cpp.
References Ez.
Get field.
Reimplemented from EMField.
Reimplemented in OscillatingField< ConstEzField >.
Definition at line 26 of file ConstEzField.cpp.
References Ez.
|
virtual |
Get component.
Definition at line 28 of file ConstEzField.cpp.
References Ez.
Referenced by RFCavityRep::getAmplitude(), and TravelingWaveRep::getAmplitude().
|
virtual |
|
virtual |
Set component.
Definition at line 30 of file ConstEzField.cpp.
References Ez.
Referenced by RFCavityRep::setAmplitude(), TravelingWaveRep::setAmplitude(), and ConstantEFieldCavityRep::setEz().
|
private |
|
staticinherited |
The constant representing a zero magnetic field.
Definition at line 220 of file EMField.h.
Referenced by EMField::Bfield().
|
staticinherited |
|
staticinherited |
The constant representing a zero electric field.
Definition at line 217 of file EMField.h.
Referenced by EMField::Efield().