XGC1
|
Data Types | |
type | smooth_nearx_type |
type | smooth_r_type |
type | smooth_type |
Functions/Subroutines | |
subroutine | smooth_init (smooth) |
subroutine | smooth_pol_delete (smooth) |
subroutine | smooth_r_init1 (smooth_r, d0, n, type, nnode) |
subroutine | smooth_r_delete (smooth_r) |
Variables | |
type(smooth_type) | smooth00 |
type(smooth_type) | smooth0l |
type(smooth_type) | smoothh |
type(smooth_type) | smoothdiag |
type(smooth_r_type) | smooth_r1 |
type(smooth_nearx_type) | smooth_nearx1 |
integer | smooth_n_in |
integer | smooth_mode_in |
integer | smooth_type_in |
integer | smooth_h_n_in |
integer | smooth_h_mode_in |
integer | smooth_h_type_in |
integer | smooth_diag_n_in |
integer | smooth_diag_mode_in |
integer | smooth_diag_type_in |
real(8) | smooth_r1_d0_in |
integer | smooth_r1_n_in |
integer | smooth_r1_type_in |
real(8) | smooth_nearx_d0 |
real(8) | smooth_nearx_dr |
real(8) | smooth_nearx_dz |
integer | smooth_nearx_nsmth |
type(mat_type) | smooth_pol_mat |
logical | smooth_pol_efield |
logical | smooth_rad_efield |
integer | smooth_pol_width |
real(kind=8) | smooth_pol_d0 |
real(kind=8) | smooth_grid_rad_width |
real(kind=8) | smooth_grid_rad_sigma |
logical | smooth_fourier_filt_on =.false. |
Switch for additional SOL Fourier filter. More... | |
real(kind=8) | smooth_sol_filt_lp0 =0.20D0 |
Poloidal Fourier filter for SOL: Window function –> distance from divertor plate in m. More... | |
real(kind=8) | smooth_sol_filt_width =0.05D0 |
Poloidal Fourier filter for SOL: Window function –> decay length in m. More... | |
integer | smooth_fourier_filt_maxm =30 |
Maximal poloidal mode number form SOL Fourier filter. More... | |
integer | smooth_fourier_filt_minm =0 |
Maximal poloidal mode number form SOL Fourier filter. More... | |
subroutine smooth_module::smooth_init | ( | type(smooth_type) | smooth | ) |
subroutine smooth_module::smooth_pol_delete | ( | type(smooth_type) | smooth | ) |
subroutine smooth_module::smooth_r_delete | ( | type(smooth_r_type) | smooth_r | ) |
subroutine smooth_module::smooth_r_init1 | ( | type(smooth_r_type) | smooth_r, |
real (8) | d0, | ||
integer | n, | ||
integer | type, | ||
integer | nnode | ||
) |
type(smooth_type) smooth_module::smooth00 |
type(smooth_type) smooth_module::smooth0l |
integer smooth_module::smooth_diag_mode_in |
integer smooth_module::smooth_diag_n_in |
integer smooth_module::smooth_diag_type_in |
integer smooth_module::smooth_fourier_filt_maxm =30 |
Maximal poloidal mode number form SOL Fourier filter.
integer smooth_module::smooth_fourier_filt_minm =0 |
Maximal poloidal mode number form SOL Fourier filter.
logical smooth_module::smooth_fourier_filt_on =.false. |
Switch for additional SOL Fourier filter.
real (kind=8) smooth_module::smooth_grid_rad_sigma |
real (kind=8) smooth_module::smooth_grid_rad_width |
integer smooth_module::smooth_h_mode_in |
integer smooth_module::smooth_h_n_in |
integer smooth_module::smooth_h_type_in |
integer smooth_module::smooth_mode_in |
integer smooth_module::smooth_n_in |
type(smooth_nearx_type) smooth_module::smooth_nearx1 |
real (8) smooth_module::smooth_nearx_d0 |
real (8) smooth_module::smooth_nearx_dr |
real (8) smooth_module::smooth_nearx_dz |
integer smooth_module::smooth_nearx_nsmth |
real (kind=8) smooth_module::smooth_pol_d0 |
logical smooth_module::smooth_pol_efield |
type(mat_type) smooth_module::smooth_pol_mat |
integer smooth_module::smooth_pol_width |
type(smooth_r_type) smooth_module::smooth_r1 |
real (8) smooth_module::smooth_r1_d0_in |
integer smooth_module::smooth_r1_n_in |
integer smooth_module::smooth_r1_type_in |
logical smooth_module::smooth_rad_efield |
real (kind=8) smooth_module::smooth_sol_filt_lp0 =0.20D0 |
Poloidal Fourier filter for SOL: Window function –> distance from divertor plate in m.
real (kind=8) smooth_module::smooth_sol_filt_width =0.05D0 |
Poloidal Fourier filter for SOL: Window function –> decay length in m.
integer smooth_module::smooth_type_in |
type(smooth_type) smooth_module::smoothdiag |
type(smooth_type) smooth_module::smoothh |