This routine calculates Diffusivity coefficients matrix for given mole_frac of all species for single element
Type | Intent | Optional | 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 |