XGC1
|
Functions/Subroutines | |
subroutine | neutral_step (mass) |
subroutine | maxwell_neut (r0, z0, r, z, slope, tn, vr, vz, vangle) |
subroutine | neut_fluid (r, z, vr, vz, weight, vparan) |
subroutine | neut_fluid_final |
subroutine | plasma (r, z, denpe, denpi, teev, tiev, vparai, istep) |
subroutine | neut_pos_test (r, z, ptest) |
subroutine | startrz (theta, r, z, jacob, slope) |
subroutine | neutral2_setup |
subroutine | get_volume_neu |
real(kind=8) function | neu_psi_interpol (r, z, psi) |
subroutine | get_x_r_setup |
subroutine get_volume_neu | ( | ) |
subroutine get_x_r_setup | ( | ) |
subroutine maxwell_neut | ( | real(kind=8), intent(in) | r0, |
real(kind=8), intent(in) | z0, | ||
real(kind=8), intent(in) | r, | ||
real(kind=8), intent(in) | z, | ||
real(kind=8), intent(in) | slope, | ||
real(kind=8), intent(in) | tn, | ||
real(kind=8), intent(out) | vr, | ||
real(kind=8), intent(out) | vz, | ||
real(kind=8), intent(out) | vangle | ||
) |
real (kind=8) function neu_psi_interpol | ( | real(kind=8), intent(in) | r, |
real(kind=8), intent(in) | z, | ||
real(kind=8), intent(in) | psi | ||
) |
subroutine neut_fluid | ( | real (kind=8), intent(in) | r, |
real (kind=8), intent(in) | z, | ||
real (kind=8), intent(in) | vr, | ||
real (kind=8), intent(in) | vz, | ||
real (kind=8), intent(in) | weight, | ||
real (kind=8), intent(in) | vparan | ||
) |
subroutine neut_fluid_final | ( | ) |
subroutine neut_pos_test | ( | real (kind=8) | r, |
real (kind=8) | z, | ||
integer | ptest | ||
) |
subroutine neutral2_setup | ( | ) |
subroutine neutral_step | ( | real (kind=8), intent(in) | mass | ) |
subroutine plasma | ( | real (kind=8), intent(in) | r, |
real (kind=8), intent(in) | z, | ||
real (kind=8), intent(out) | denpe, | ||
real (kind=8), intent(out) | denpi, | ||
real (kind=8), intent(out) | teev, | ||
real (kind=8), intent(out) | tiev, | ||
real (kind=8), intent(out) | vparai, | ||
integer | istep | ||
) |
subroutine startrz | ( | real (kind=8), intent(in) | theta, |
real (kind=8), intent(out) | r, | ||
real (kind=8), intent(out) | z, | ||
real (kind=8), intent(out) | jacob, | ||
real (kind=8), intent(out) | slope | ||
) |