create_radrate_table Subroutine

public subroutine create_radrate_table(self, file_name, tab_length, te_ref, w_ref, c_imp)

Create rate coefficient object from data file

Type Bound

coronal_impurity_t

Arguments

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

Instance of class

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

Name of atomic data file to read coefficients from

integer, intent(in) :: tab_length

Length of the data set

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

Reference for electron temperature

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

Reference for rate coefficient

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

Impurity concentration (fraction of electron density)


Contents