mus_calc_MS_DiffMatrix_single Subroutine

private subroutine mus_calc_MS_DiffMatrix_single(nFields, temp, press, mole_dens, D_ij_out)

This routine calculates Diffusivity coefficients matrix for given mole_frac of all species for single element

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nFields

number of fields in mixture

real(kind=rk), intent(in) :: temp

mixture temperature

real(kind=rk), intent(in) :: press

mixture pressure

real(kind=rk), intent(in) :: mole_dens(nFields)

mole density of all species of single element

real(kind=rk), intent(out) :: D_ij_out(nFields,nFields)

thermodynamic factor matrix


Calls

proc~~mus_calc_ms_diffmatrix_single~2~~CallsGraph proc~mus_calc_ms_diffmatrix_single~2 mus_calc_MS_DiffMatrix_single interface~calc_ms_diff_matrix_from_moledens calc_ms_diff_matrix_from_moledens proc~mus_calc_ms_diffmatrix_single~2->interface~calc_ms_diff_matrix_from_moledens

Called by

proc~~mus_calc_ms_diffmatrix_single~2~~CalledByGraph proc~mus_calc_ms_diffmatrix_single~2 mus_calc_MS_DiffMatrix_single interface~mus_calc_ms_diffmatrix~2 mus_calc_MS_DiffMatrix interface~mus_calc_ms_diffmatrix~2->proc~mus_calc_ms_diffmatrix_single~2

Contents