|
MPI-AMRVAC
3.1
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 107 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::dt |
time step
Definition at line 119 of file mod_particle_base.t.
| logical mod_particle_base::particle_t::follow |
follow the history of the particle
Definition at line 109 of file mod_particle_base.t.
| integer mod_particle_base::particle_t::index |
identity number
Definition at line 111 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::m |
mass
Definition at line 115 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::q |
charge
Definition at line 113 of file mod_particle_base.t.
| double precision mod_particle_base::particle_t::time |
time
Definition at line 117 of file mod_particle_base.t.
| double precision, dimension(3) mod_particle_base::particle_t::u |
velocity, momentum, or special ones
Definition at line 123 of file mod_particle_base.t.
| double precision, dimension(3) mod_particle_base::particle_t::x |
coordinates
Definition at line 121 of file mod_particle_base.t.