XGC1
Functions/Subroutines
neutral2.F90 File Reference

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
 

Function/Subroutine Documentation

◆ get_volume_neu()

subroutine get_volume_neu ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_x_r_setup()

subroutine get_x_r_setup ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ maxwell_neut()

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 
)
Here is the call graph for this function:

◆ neu_psi_interpol()

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 
)

◆ neut_fluid()

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 
)

◆ neut_fluid_final()

subroutine neut_fluid_final ( )
Here is the call graph for this function:

◆ neut_pos_test()

subroutine neut_pos_test ( real (kind=8)  r,
real (kind=8)  z,
integer  ptest 
)
Here is the call graph for this function:

◆ neutral2_setup()

subroutine neutral2_setup ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ neutral_step()

subroutine neutral_step ( real (kind=8), intent(in)  mass)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ plasma()

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 
)
Here is the call graph for this function:

◆ startrz()

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 
)