V3FIT
|
This page documents the contents of a vacuum namelist input file. Vacuum namelist variables are defined in the vacuum_main_nli
common block.
Input variable | Description | Code Reference |
coils_dot_file | File name for the mgrid namelist input file. | vacuum_input::coils_dot_file |
n_extcur | Size of the extcur array | vacuum_input::n_extcur |
extcur | Array of external currents. | vacuum_input::extcur |
cg_shift_1 | Vector to shift all the coils. (Before rotation) | vacuum_input::cg_shift_1 |
cg_rot_theta | Spherical polar angle to specify axis of rotation. | vacuum_input::cg_rot_theta |
cg_rot_phi | Spherical azimuthal angle to specify axis of rotation. | vacuum_input::cg_rot_phi |
cg_rot_angle | Angle to rotate about axis of rotation. NB - LEFT HAND convention. Put left thumb along axis of rotation, fingers indicate direction of positive rotation. | vacuum_input::cg_rot_angle |
cg_rot_xcent | Position of center of rotation. | vacuum_input::cg_rot_xcent |
l_rot_coil_center | Chooses the center of rotation.
| vacuum_input::l_rot_coil_center |
cg_shift_2 | Vector to shift all the coils. (After rotation) | vacuum_input::cg_shift_2 |
Reference material for the coding to implement this namelist is found in the vacuum_input module.