- 25 Sep, 2014 1 commit
-
-
Daniel Winklehner authored
Cosmetics, Typos and a bugfix in calculateBeamParameters_cycl() where the energy would always be 0 and thus the emittance inf
-
- 23 Sep, 2014 1 commit
-
-
Daniel Winklehner authored
-
- 17 Sep, 2014 1 commit
-
-
ext-rogers_c authored
-
- 10 Sep, 2014 1 commit
-
-
Daniel Winklehner authored
Major Changes: 1. No more dumping or restarting in LOCAL frame. 2. OPAL-CYCL now recalculates reference* variables before dump and saves in H5 file. 3. OPAL correctly reads reference* values and calculates beta*gamma correctly from Ekin (was factor 1000 wrong before) Note: Transformation of bunch data into local frame must now be done in POSTPROCESSING -> upgrade H5root
-
- 01 Jun, 2014 1 commit
-
-
adelmann authored
-
- 19 May, 2014 1 commit
-
-
Daniel Winklehner authored
-
- 27 Nov, 2013 1 commit
-
-
adelmann authored
-
- 26 Nov, 2013 1 commit
-
-
adelmann authored
-
- 05 Jul, 2013 1 commit
-
-
adelmann authored
-
- 11 Mar, 2013 1 commit
-
-
ext-rogers_c authored
-
- 18 Jan, 2013 1 commit
-
-
adelmann authored
-
- 14 Jan, 2013 1 commit
-
-
adelmann authored
-
- 07 May, 2012 1 commit
-
-
Jianjun Yang authored
-
- 02 May, 2012 1 commit
-
-
Jianjun Yang authored
MINR, MAXR, MINZ, MAXZ. - if a particle is out of cyclotron aperture or out of the field map, it will be deleted after this step and its parameters are recorded in the *.loss file - change data type of particle id from int to size_t - many minor cosmetics of display massage
-
- 27 Apr, 2012 1 commit
-
-
Matthias Toggweiler authored
-
- 17 Apr, 2012 2 commits
-
-
Matthias Toggweiler authored
- simplify checkNumPart - clean up function initDistInGlobalFrame - correct indentation - move AUTO mode stuff down where meanR is calculated already - referenceR is not used in Tracker_MTS body, so remove it
-
Matthias Toggweiler authored
- Needed to add member variables turnnumber_m, eta_m
-
- 13 Apr, 2012 1 commit
-
-
Jianjun Yang authored
cleanup: merge the duplicate code of LF2 and RK4into a function initDistInGlobleFrame(), not used in MTS tracker since units are different
-
- 10 Apr, 2012 1 commit
-
-
Matthias Toggweiler authored
- Different splitting allows any positive integer for MTSSUBSTEPS option - Requires still one space charge solve per step, but one additional solve before main loop. Therefore, extract code to function evaluateSpaceCharge - TODO: correct location of bunch injection code?
-
- 28 Mar, 2012 1 commit
-
-
Jianjun Yang authored
-
- 26 Mar, 2012 1 commit
-
-
Jianjun Yang authored
-
- 23 Mar, 2012 2 commits
-
-
Matthias Toggweiler authored
- Only for Tracker_LF and Tracker_MTS so far, Tracker_RK4 seems to contain different/additional logic. This should be clarified such that all trackers can use the same single particle dump code. - Initialization of trackOrbit-file done in initTrackOrbitFile - outf stream renamend to outfTrackOrbit_m, is now member variable - method singleParticleDump does the actual dump
-
Matthias Toggweiler authored
-
- 22 Mar, 2012 2 commits
-
-
kraus authored
- remove virtual functions from Component class which are specific for the Cyclotron class, then, in ParallelCyclotronTracker, cast pointers to instances of Component appropriately - remove unrecognised escape character
-
Matthias Toggweiler authored
- Additional method ParallelCyclotronTracker::Tracker_MTS - If successfully tested, it should replace Tracker_LF - Detailed description and sample input file will follow - Brief usage guide: - Use 'TIMEINTEGRATOR="MTS"' instead of 'TIMEINTEGRATOR="LF-2"' - The outer, large step is for integration of space charge, the substeps for everything else. - Define number of substeps per step with 'Option, MTSSUBSTEPS=10;'. This must be an even number >= 2. - The input file has to be rewritten in units of the large step, so divide STEPSPERTURN, PSDUMPFREQ (and others) by MTSSUBSTEPS to maintain similar behaviour. - MTSSUBSTEPS and SCSOLVEFREQ both describe the frequency of space charge solves compared to the basic step. However, MTSSUBSTEPS can be chosen larger while maintaining accuracy. Try it :-)
-
- 15 Mar, 2012 1 commit
-
-
gsell authored
-