OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
Options.cpp File Reference
#include "Utilities/Options.h"
#include "Utilities/ClassicRandom.h"
#include <string>
Include dependency graph for Options.cpp:

Go to the source code of this file.

Namespaces

namespace  Options

Variables

bool Options::echo = false
 Echo flag.
bool Options::info = true
 Info flag.
int Options::infoLevel = 1
bool Options::mtrace = false
 Trace flag.
bool Options::warn = true
 Warn flag.
int Options::warnLevel = 1
Random Options::rangen
int Options::seed = 123456789
 The current random seed.
int Options::psDumpFreq = 10
 The frequency to dump the phase space, i.e.dump data when steppsDumpFreq==0.
int Options::statDumpFreq = 10
 The frequency to dump statistical values, e.e. dump data when stepstatDumpFreq==0.
bool Options::psDumpEachTurn = false
 phase space dump flag for OPAL-cycl
DumpFrame Options::psDumpFrame = DumpFrame::GLOBAL
 flag to decide in which coordinate frame the phase space will be dumped for OPAL-cycl
int Options::sptDumpFreq = 1
 The frequency to dump single particle trajectory of particles with ID = 0 & 1.
int Options::repartFreq = 10
 The frequency to do particles repartition for better load balance between nodes.
int Options::minBinEmitted = 10
 The number of bins that have to be emitted before the bin are squashed into a single bin.
int Options::minStepForRebin = 200
 The number of steps into the simulation before the bins are squashed into a single bin.
int Options::rebinFreq = 100
 The frequency to reset energy bin ID for all particles.
int Options::scSolveFreq = 1
 The frequency to solve space charge fields.
int Options::mtsSubsteps = 1
double Options::remotePartDel = 0.0
bool Options::rhoDump = false
bool Options::ebDump = false
bool Options::csrDump = false
int Options::autoPhase = 6
int Options::numBlocks = 0
 RCG: cycle length.
int Options::recycleBlocks = 0
 RCG: number of recycle blocks.
int Options::nLHS = 1
 number of old left hand sides used to extrapolate a new start vector
bool Options::cZero = false
 If true create symmetric distribution.
std::string Options::rngtype = std::string("RANDOM")
 random number generator
bool Options::enableHDF5 = true
 If true HDF5 files are written.
bool Options::enableVTK = true
 If true VTK files are written.
bool Options::asciidump = false
int Options::boundpDestroyFreq = 10
double Options::beamHaloBoundary = 0
bool Options::cloTuneOnly = false
 Do closed orbit and tune calculation only.
bool Options::idealized = false
bool Options::writeBendTrajectories = false
int Options::version = 10000
 opal version of input file
bool Options::memoryDump = false
double Options::haloShift = 0.0
 The constant parameter C to shift halo, by < w^4 > / < w^2 > ^2 - C (w=x,y,z).
unsigned int Options::delPartFreq = 1
 The frequency to delete particles (currently: OPAL-cycl only).
bool Options::computePercentiles = false
int Options::maxBins = 128
double Options::binningAlpha = 1.0
double Options::binningBeta = 1.5
double Options::desiredWidth = 0.1