calc_ms_diff_matrix_from_molefrac Interface

interface

This routine calculates Maxwell-Stefan diffusivity coeffcient Matrix for given mole_frac of all species


private subroutine calc_ms_diff_matrix_from_molefrac(nSpc, Temp, Press, Mole_frac, D_ij_out) bind(c, name='calc_ms_diff_matrix_from_molefrac_C')

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), intent(in), value :: nSpc
real(kind=c_double), intent(in), value :: Temp
real(kind=c_double), intent(in), value :: Press
real(kind=c_double), intent(in), dimension(*) :: Mole_frac
real(kind=c_double), intent(out), dimension(*) :: D_ij_out