A numerically-integrated solenoid specified as a map of (Bz, Br) vs (z, r).
Parallel capable? : yes
GPU capable? : no
Back-tracking capable? : no
Parameter Name | Units | Type | Default | Description |
L | M | double | 0.0 | length |
DX | M | double | 0.0 | misalignment |
DY | M | double | 0.0 | misalignment |
ETILT | RAD | double | 0.0 | misalignment |
EYAW | RAD | double | 0.0 | misalignment |
EPITCH | RAD | double | 0.0 | misalignment |
N_STEPS | long | 100 | number of steps (for nonadaptive integration) |
|
INPUTFILE | STRING | NULL | SDDS file containing (Br, Bz) vs (r, z). Each page should have values for a fixed r. |
|
RCOLUMN | STRING | NULL | column containing r values |
|
ZCOLUMN | STRING | NULL | column containing z values |
|
BRCOLUMN | STRING | NULL | column containing Br values |
|
BZCOLUMN | STRING | NULL | column containing Bz values |
|
FACTOR | double | 0.0001 | factor by which to multiply fields in file |
|
BXUNIFORM | double | 0.0 | uniform horizontal field to superimpose on solenoid field |
|
BYUNIFORM | double | 0.0 | uniform vertical field to superimpose on solenoid field |
|
LUNIFORM | double | 0.0 | length of uniform field superimposed on solenoid field |
|
ACCURACY | double | 0.0001 | integration accuracy |
|
METHOD | STRING | runge-kutta | integration method (runge-kutta, bulirsch-stoer, non-adaptive runge-kutta, modified midpoint) |
|
GROUP | string | NULL | Optionally used to assign an element to a group, with a user-defined name. Group names will appear in the parameter output file in the column ElementGroup |
|
MARK