XGC1
|
Functions/Subroutines | |
subroutine | neutral_col (istep, grid, psn, sp, sp2) |
real(kind=8) function | neutral_den (r, z, psi_in) |
real(kind=8) function | neutral_temp (r, z, psi_in) |
real(kind=8) function | neutral_flow (r, z, psi_in) |
real(kind=8) function | neutral_den1 (r, z) |
real(kind=8) function | te_neutral_col (psi, r, z) |
subroutine | change_neu_mfp (sp) |
subroutine | neutrale (grid, psn, sp, old_ptl_num) |
subroutine | neutrale_scatter |
subroutine | neutrale_search_index (grid, psn, sp, old_ptl_num) |
subroutine | neutrale_mpisum (grid, psn, sp) |
subroutine change_neu_mfp | ( | type(species_type) | sp | ) |
subroutine neutral_col | ( | integer, intent(in) | istep, |
type(grid_type) | grid, | ||
type(psn_type) | psn, | ||
type(species_type) | sp, | ||
type(species_type) | sp2 | ||
) |
real (kind=8) function neutral_den | ( | real (kind=8), intent(in) | r, |
real (kind=8), intent(in) | z, | ||
real (kind=8), intent(in) | psi_in | ||
) |
real (kind=8) function neutral_den1 | ( | real (kind=8), intent(in) | r, |
real (kind=8), intent(in) | z | ||
) |
real (kind=8) function neutral_flow | ( | real (kind=8), intent(in) | r, |
real (kind=8), intent(in) | z, | ||
real (kind=8), intent(in) | psi_in | ||
) |
real (kind=8) function neutral_temp | ( | real (kind=8), intent(in) | r, |
real (kind=8), intent(in) | z, | ||
real (kind=8), intent(in) | psi_in | ||
) |
subroutine neutrale | ( | type(grid_type) | grid, |
type(psn_type) | psn, | ||
type(species_type) | sp, | ||
integer | old_ptl_num | ||
) |
subroutine neutrale_mpisum | ( | type(grid_type) | grid, |
type(psn_type) | psn, | ||
type(species_type) | sp | ||
) |
subroutine neutrale::neutrale_scatter | ( | ) |
subroutine neutrale_search_index | ( | type(grid_type) | grid, |
type(psn_type) | psn, | ||
type(species_type) | sp, | ||
integer | old_ptl_num | ||
) |
real (kind=8) function te_neutral_col | ( | real (kind=8) | psi, |
real (kind=8) | r, | ||
real (kind=8) | z | ||
) |