|
V3FIT
|
Go to the documentation of this file.
66 REAL(dp),
PARAMETER ::
gamma = 5._dp/3._dp
68 REAL(dp),
ALLOCATABLE,
DIMENSION(:) ::
phipf_i
70 REAL(dp),
ALLOCATABLE,
DIMENSION(:) ::
chipf_i
72 REAL(dp),
ALLOCATABLE,
DIMENSION(:) ::
presf_i
74 REAL(dp),
ALLOCATABLE,
DIMENSION(:) ::
vp_f
real(dp) dnorm_i
Differential area element. dudv 1/(ntheta*nzeta) (1)
real(dp), dimension(:), allocatable phipf_i
Radial toroidal flux derivative.
type(fourier_class), pointer fourier_context
Fourier transform object.
Module contains subroutines for computing FFT on parallel radial intervals. Converts quantities betwe...
real(dp) wp_i
Thermal energy. 2Pi*wp read_wout_mod::wp.
real(dp) rmajor_i
Major radius.
This file contains fix parameters related to the computational grids.
real(dp) wb_i
Magnetic energy. 2Pi*wb read_wout_mod::wb.
real(dp), parameter gamma
Adiabatic constant.
real(dp) hs_i
Radial grid spacing. hs = s_i+1 - s_i.
real(dp), dimension(:), allocatable chipf_i
Radial poloidal flux derivative.
real(dp), dimension(:), allocatable presf_i
Radial pressure. FIXME: Check if this is really needed.
real(dp) volume_i
Equilibrium volume read_wout_mod::volume.
real(dp) ohs_i
Radial grid derivative factor. d X/ ds = (x_i+1 - x_i)/(s_i+1 - s_i) (1) Where ohs = 1/(s_i+1 - s_i) ...
Base class containing fourier memory.
real(dp), dimension(:), allocatable vp_f
Volume of a radial grid surface.