PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Variables that have to do with HELENA quantities. More...
Functions/Subroutines | |
subroutine, public | dealloc_hel |
Deallocates HELENA quantities that are not used any more. More... | |
Variables | |
real(dp), public | rmtog_h |
R_geo/R_mag. More... | |
real(dp), public | bmtog_h |
B_geo/B_mag. More... | |
real(dp), dimension(:), allocatable, public | chi_h |
poloidal angle More... | |
real(dp), dimension(:,:), allocatable, public | flux_p_h |
poloidal flux More... | |
real(dp), dimension(:,:), allocatable, public | flux_t_h |
toroidal flux More... | |
real(dp), dimension(:,:), allocatable, public | pres_h |
pressure profile More... | |
real(dp), dimension(:,:), allocatable, public | q_saf_h |
safety factor More... | |
real(dp), dimension(:,:), allocatable, public | rot_t_h |
rotational transform More... | |
real(dp), dimension(:,:), allocatable, public | rbphi_h |
\(R B_\phi (= F) \) More... | |
real(dp), dimension(:,:), allocatable, public | h_h_11 |
upper metric factor \(h_{11}\) (gem11 ) More... | |
real(dp), dimension(:,:), allocatable, public | h_h_12 |
upper metric factor \(h_{12}\) (gem12 ) More... | |
real(dp), dimension(:,:), allocatable, public | h_h_33 |
upper metric factor \(h_{32}\) (1 / gem12 ) More... | |
real(dp), dimension(:,:), allocatable, public | r_h |
major radius \(R\) (xout) More... | |
real(dp), dimension(:,:), allocatable, public | z_h |
height \(Z\) (yout) More... | |
integer, public | nchi |
nr. of poloidal points More... | |
integer, public | ias |
0 if top-bottom symmetric, 1 if not More... | |
Variables that have to do with HELENA quantities.
subroutine, public helena_vars::dealloc_hel |
Deallocates HELENA quantities that are not used any more.
Definition at line 41 of file HELENA_vars.f90.
real(dp), public helena_vars::bmtog_h |
B_geo/B_mag.
Definition at line 22 of file HELENA_vars.f90.
real(dp), dimension(:), allocatable, public helena_vars::chi_h |
poloidal angle
Definition at line 23 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::flux_p_h |
poloidal flux
Definition at line 24 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::flux_t_h |
toroidal flux
Definition at line 25 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::h_h_11 |
upper metric factor \(h_{11}\) (gem11
)
Definition at line 30 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::h_h_12 |
upper metric factor \(h_{12}\) (gem12
)
Definition at line 31 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::h_h_33 |
upper metric factor \(h_{32}\) (1 / gem12
)
Definition at line 32 of file HELENA_vars.f90.
integer, public helena_vars::ias |
0 if top-bottom symmetric, 1 if not
Definition at line 36 of file HELENA_vars.f90.
integer, public helena_vars::nchi |
nr. of poloidal points
Definition at line 35 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::pres_h |
pressure profile
Definition at line 26 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::q_saf_h |
safety factor
Definition at line 27 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::r_h |
major radius \(R\) (xout)
Definition at line 33 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::rbphi_h |
\(R B_\phi (= F) \)
Definition at line 29 of file HELENA_vars.f90.
real(dp), public helena_vars::rmtog_h |
R_geo/R_mag.
Definition at line 21 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::rot_t_h |
rotational transform
Definition at line 28 of file HELENA_vars.f90.
real(dp), dimension(:,:), allocatable, public helena_vars::z_h |
height \(Z\) (yout)
Definition at line 34 of file HELENA_vars.f90.