ASCOT5
|
Guiding center input. More...
#include <particle.h>
Data Fields | |
real | r |
real | phi |
real | z |
real | energy |
real | pitch |
real | zeta |
real | mass |
real | charge |
int | anum |
int | znum |
real | weight |
real | time |
integer | id |
Guiding center input.
When guiding center marker data is read, this struct is created and filled. This struct is then converted to a particle_state struct.
Definition at line 110 of file particle.h.
real particle_gc::r |
R coordinate [m]
Definition at line 111 of file particle.h.
real particle_gc::phi |
phi coordinate [rad]
Definition at line 112 of file particle.h.
real particle_gc::z |
z coordinate [m]
Definition at line 113 of file particle.h.
real particle_gc::energy |
Kinetic energy [J]
Definition at line 114 of file particle.h.
real particle_gc::pitch |
Pitch
Definition at line 115 of file particle.h.
real particle_gc::zeta |
Gyroangle [rad]
Definition at line 116 of file particle.h.
real particle_gc::mass |
Mass [kg]
Definition at line 117 of file particle.h.
real particle_gc::charge |
Charge [C]
Definition at line 118 of file particle.h.
int particle_gc::anum |
Atomic mass number [1]
Definition at line 119 of file particle.h.
int particle_gc::znum |
Charge number [1]
Definition at line 120 of file particle.h.
real particle_gc::weight |
Guiding center marker weight
Definition at line 121 of file particle.h.
real particle_gc::time |
Guiding center marker simulation time [s]
Definition at line 122 of file particle.h.
integer particle_gc::id |
Unique ID for the guiding center marker
Definition at line 123 of file particle.h.