MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Particle mover with Newtonian/relativistic Guiding Center Approximation (GCA) By Jannis Teunissen, Bart Ripperda, Oliver Porth, and Fabio Bacchini (2016-2020) More...
Functions/Subroutines | |
subroutine, public | gca_init () |
subroutine, public | gca_create_particles () |
Variables | |
integer, dimension(:), allocatable, public, protected | grad_kappa_b |
Variable index for gradient B, with relativistic correction 1/kappa where kappa = 1/sqrt(1 - E_perp^2/B^2) | |
integer, dimension(:), allocatable, public, protected | b_dot_grad_b |
Variable index for (B . grad)B (curvature B drift) | |
integer, dimension(:), allocatable, public, protected | ve_dot_grad_b |
Variable index for curvature drift. | |
integer, dimension(:), allocatable, public, protected | b_dot_grad_ve |
Variable index for polarization drift. | |
integer, dimension(:), allocatable, public, protected | ve_dot_grad_ve |
Variable index for polarization drift. | |
Particle mover with Newtonian/relativistic Guiding Center Approximation (GCA) By Jannis Teunissen, Bart Ripperda, Oliver Porth, and Fabio Bacchini (2016-2020)
subroutine, public mod_particle_gca::gca_create_particles |
subroutine, public mod_particle_gca::gca_init |
Definition at line 33 of file mod_particle_gca.t.
integer, dimension(:), allocatable, public, protected mod_particle_gca::b_dot_grad_b |
Variable index for (B . grad)B (curvature B drift)
Definition at line 12 of file mod_particle_gca.t.
integer, dimension(:), allocatable, public, protected mod_particle_gca::b_dot_grad_ve |
Variable index for polarization drift.
Definition at line 18 of file mod_particle_gca.t.
integer, dimension(:), allocatable, public, protected mod_particle_gca::grad_kappa_b |
Variable index for gradient B, with relativistic correction 1/kappa where kappa = 1/sqrt(1 - E_perp^2/B^2)
Definition at line 10 of file mod_particle_gca.t.
integer, dimension(:), allocatable, public, protected mod_particle_gca::ve_dot_grad_b |
Variable index for curvature drift.
Definition at line 16 of file mod_particle_gca.t.
integer, dimension(:), allocatable, public, protected mod_particle_gca::ve_dot_grad_ve |
Variable index for polarization drift.
Definition at line 20 of file mod_particle_gca.t.