Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Private Member Functions | |
procedure | q_over_m |
charge over mass ratio More... | |
procedure | init => initialize_species |
Constructor. More... | |
Private Attributes | |
character(len=64) | name |
species name More... | |
real(kind=f64) | q |
charge of a single particle More... | |
real(kind=f64) | m |
mass of a single particle More... | |
Definition at line 27 of file sll_m_particle_group_base.F90.
|
private |
Constructor.
Definition at line 34 of file sll_m_particle_group_base.F90.
|
private |
charge over mass ratio
Definition at line 33 of file sll_m_particle_group_base.F90.
|
private |
mass of a single particle
Definition at line 30 of file sll_m_particle_group_base.F90.
|
private |
species name
Definition at line 28 of file sll_m_particle_group_base.F90.
|
private |
charge of a single particle
Definition at line 29 of file sll_m_particle_group_base.F90.