create_rate_coeff Subroutine

public subroutine create_rate_coeff(self, file_name, ne_ref, te_ref, k_ref)

Create rate coefficient object with fit coefficients taken from data file

Type Bound

rate_coeff_neutrals_t

Arguments

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

Instance of class

character(len=*), intent(in) :: file_name

Name of atomic data file to read coefficients from

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

Reference for electron density

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

Reference for electron temperature

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

Reference for rate coefficient


Contents