XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
solver_init_module::solver_init_data Type Reference

Public Attributes

real(kind=8), dimension(:,:),
allocatable 
den
 Background density. More...
 
real(kind=8), dimension(:,:),
allocatable 
t_ev
 Background temperature for all species. More...
 
real(kind=8), dimension(:,:),
allocatable 
delta_n
 Density change in analytical background dist. function (all species) More...
 
real(kind=8), dimension(:,:),
allocatable 
delta_t
 Temperature change in analytical background dist. function (all species) More...
 
real(kind=8), dimension(:),
allocatable 
r_tri
 Cyl. radius at triangle center. More...
 
real(kind=8), dimension(:),
allocatable 
b2
 Squared magnetic field strength \(|B|^2\) at triangle center. More...
 
real(kind=8), dimension(:),
allocatable 
mni
 Electric permittivity (sum of all species) in polarization term (goes into alpha) More...
 
real(kind=8), dimension(:),
allocatable 
mni_pade
 Additional permittivity due to Pade approx. More...
 
real(kind=8), dimension(:),
allocatable 
rhoi2
 Squared ion gyroradius \(\rho_i^2\). More...
 
real(kind=8), dimension(:,:),
allocatable 
is_es
 Indicator for electrostatic/electromagnetic triangles. More...
 
real(kind=8), dimension(:),
allocatable 
psi
 Poloidal flux at the triangle centroids. More...
 
real(kind=8), dimension(:),
allocatable 
beta_fac
 For local adjustment of the Boltzmann term. More...
 
real(kind=8), dimension(:),
allocatable 
one_m_br2_b2
 \(1-B_R^2/B^2\) More...
 
real(kind=8), dimension(:),
allocatable 
one_m_bz2_b2
 \(1-B_Z^2/B^2\) More...
 
real(kind=8), dimension(:),
allocatable 
one_m_bp2_b2
 \(1-(B_\varphi B^\varphi)_/B^2\) More...
 
real(kind=8), dimension(:),
allocatable 
brbz_b2
 \(B_R B_Z/B^2\) More...
 
real(kind=8), dimension(:),
allocatable 
brbp_b2
 \(B_R B^\varphi/B^2\) More...
 
real(kind=8), dimension(:),
allocatable 
bzbp_b2
 \(B_Z B^\varphi/B^2\) More...
 
real(kind=8), dimension(:),
allocatable 
skin_bd_factor
 Zeroes out the skin term when the current density is zeroed out on the RHS of Ampere's law. More...
 

Member Data Documentation

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::b2

Squared magnetic field strength \(|B|^2\) at triangle center.

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::beta_fac

For local adjustment of the Boltzmann term.

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::brbp_b2

\(B_R B^\varphi/B^2\)

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::brbz_b2

\(B_R B_Z/B^2\)

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::bzbp_b2

\(B_Z B^\varphi/B^2\)

real (kind=8), dimension(:,:), allocatable solver_init_module::solver_init_data::delta_n

Density change in analytical background dist. function (all species)

real (kind=8), dimension(:,:), allocatable solver_init_module::solver_init_data::delta_t

Temperature change in analytical background dist. function (all species)

real (kind=8), dimension(:,:), allocatable solver_init_module::solver_init_data::den

Background density.

real (kind=8), dimension(:,:), allocatable solver_init_module::solver_init_data::is_es

Indicator for electrostatic/electromagnetic triangles.

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::mni

Electric permittivity (sum of all species) in polarization term (goes into alpha)

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::mni_pade

Additional permittivity due to Pade approx.

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::one_m_bp2_b2

\(1-(B_\varphi B^\varphi)_/B^2\)

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::one_m_br2_b2

\(1-B_R^2/B^2\)

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::one_m_bz2_b2

\(1-B_Z^2/B^2\)

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::psi

Poloidal flux at the triangle centroids.

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::r_tri

Cyl. radius at triangle center.

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::rhoi2

Squared ion gyroradius \(\rho_i^2\).

real (kind=8), dimension(:), allocatable solver_init_module::solver_init_data::skin_bd_factor

Zeroes out the skin term when the current density is zeroed out on the RHS of Ampere's law.

real (kind=8), dimension(:,:), allocatable solver_init_module::solver_init_data::t_ev

Background temperature for all species.


The documentation for this type was generated from the following file: