sheath_gamma_derivation_procedures Submodule

Contains module procedures associated with the sheath gamma derivation class



Module Functions

module function calculateElectronGamma(this, inputArray, indices) result(output)

Arguments

Type IntentOptional Attributes Name
class(ElectronSheathGammaDerivation), intent(inout) :: this
type(RealArray), intent(in), dimension(:) :: inputArray
integer(kind=ik), intent(in), dimension(:) :: indices

Return Value real(kind=rk), allocatable, dimension(:)


Module Subroutines

module subroutine initElectronSheathGamma(this, massRatio, boundaryIndex)

Initialize electron sheath gamma derivation object

Arguments

Type IntentOptional Attributes Name
class(ElectronSheathGammaDerivation), intent(inout) :: this
real(kind=rk), intent(in) :: massRatio
integer(kind=ik), intent(in) :: boundaryIndex