|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Public Member Functions | |
| Wake (double s, double Z0, double a, double sigma, int acMode, double tau, WakeDirection direction) | |
| double | operator() (double k) |
| Used to integrate the function. | |
Private Attributes | |
| double | Z0_ |
| impedance | |
| double | a_ |
| radius | |
| double | sigma_ |
| material constant | |
| double | s_ |
| distance from the particle | |
| int | acMode_ |
| conductivity either 1="AC" or 2="DC" | |
| double | tau_ |
| material constant | |
| WakeDirection | direction_ |
| direction either 1="Longitudinal" 0= "Transversal" | |
Definition at line 70 of file GreenWakeFunction.h.
|
inline |
Definition at line 73 of file GreenWakeFunction.h.
References a, a_, acMode_, direction_, s_, sigma_, tau_, and Z0_.
|
inline |
Used to integrate the function.
| [in] | k | parameter |
Definition at line 84 of file GreenWakeFunction.h.
References a_, acMode_, Physics::c, direction_, endl(), ERRORMSG, LONGITUDINAL, Physics::pi, real(), s_, sigma_, tau_, TRANSVERSAL, and Z0_.
|
private |
|
private |
conductivity either 1="AC" or 2="DC"
Definition at line 123 of file GreenWakeFunction.h.
Referenced by operator()(), and Wake().
|
private |
direction either 1="Longitudinal" 0= "Transversal"
Definition at line 127 of file GreenWakeFunction.h.
Referenced by operator()(), and Wake().
|
private |
distance from the particle
Definition at line 121 of file GreenWakeFunction.h.
Referenced by operator()(), and Wake().
|
private |
material constant
Definition at line 119 of file GreenWakeFunction.h.
Referenced by operator()(), and Wake().
|
private |
material constant
Definition at line 125 of file GreenWakeFunction.h.
Referenced by operator()(), and Wake().
|
private |
impedance
Definition at line 115 of file GreenWakeFunction.h.
Referenced by operator()(), and Wake().