|
OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
#include <iostream>#include <cfloat>#include <fstream>#include <cmath>#include <string>#include <limits>#include <algorithm>#include <typeinfo>#include <vector>#include <mpi.h>#include "Algorithms/bet/math/root.h"#include "Algorithms/bet/math/linfit.h"#include "Algorithms/bet/math/savgol.h"#include "Algorithms/bet/math/rk.h"#include "Algorithms/bet/EnvelopeBunch.h"#include "Utilities/Util.h"#include "Utility/IpplTimings.h"
Go to the source code of this file.
Macros | |
| #define | USE_HOMDYN_SC_MODEL |
| #define | BETA_MIN1 0.30 |
Variables | |
| Inform * | gmsg |
| #define BETA_MIN1 0.30 |
for space charge ignore for too low energies beta = 0.05 -> 640 eV beta = 0.10 -> 3 keV beta = 0.20 -> 11 keV beta = 0.30 -> 25 keV beta = 0.40 -> 47 keV beta = 0.50 -> 90 keV beta = 0.60 -> 128 keV beta = 0.70 -> 205 keV beta = 0.75 -> 261 keV beta = 0.80 -> 341 keV beta = 0.85 -> 460 keV
Definition at line 42 of file EnvelopeBunch.cpp.
Referenced by EnvelopeBunch::cSpaceCharge(), and EnvelopeBunch::runStats().
| #define USE_HOMDYN_SC_MODEL |
Definition at line 24 of file EnvelopeBunch.cpp.
1.8.5