|
MPI-AMRVAC
3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Public Attributes | |
| logical | follow |
| follow the history of the particle More... | |
| integer | index |
| identity number More... | |
| double precision | q |
| charge More... | |
| double precision | m |
| mass More... | |
| double precision | time |
| time More... | |
| double precision | dt |
| time step More... | |
| double precision, dimension(3) | x |
| coordinates More... | |
| double precision, dimension(3) | u |
| velocity, momentum, or special ones More... | |
Definition at line 106 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::dt |
time step
Definition at line 118 of file mod_particle_base.t.
| logical mod_particle_base::particle_t::follow |
follow the history of the particle
Definition at line 108 of file mod_particle_base.t.
| integer mod_particle_base::particle_t::index |
identity number
Definition at line 110 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::m |
mass
Definition at line 114 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::q |
charge
Definition at line 112 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::time |
time
Definition at line 116 of file mod_particle_base.t.
| double precision, dimension(3) mod_particle_base::particle_t::u |
velocity, momentum, or special ones
Definition at line 122 of file mod_particle_base.t.
| double precision, dimension(3) mod_particle_base::particle_t::x |
coordinates
Definition at line 120 of file mod_particle_base.t.