shPotDrop Module Function

pure module function shPotDrop(massRatio, tempRatio) result(res)

Calculate sheath potential drop for 2 component plasma in units of kTe/e

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: massRatio

Mass ratio me/mi

real(kind=rk), intent(in) :: tempRatio

Ion to electron temperature ratio

Return Value real(kind=rk)