eval_rate_coeff Function

public function eval_rate_coeff(self, te_in, ne_in)

Evaluate the normalized rate coefficient from a double polynomial fit

Type Bound

rate_coeff_neutrals_t

Arguments

Type IntentOptional Attributes Name
class(rate_coeff_neutrals_t), intent(in) :: self

Instance of class

real(kind=GP), intent(in) :: te_in

Electron temperature

real(kind=GP), intent(in) :: ne_in

Plasma density

Return Value real(kind=gp)


Contents