Equlibrium velocity from macro with thermodynamic factor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | iField | current field |
||
real(kind=rk), | intent(in) | :: | mass_dens(nFields) | mass density of all species |
||
real(kind=rk), | intent(in) | :: | moleFraction(nFields) | mole fraction of all species |
||
real(kind=rk), | intent(in) | :: | velocity(3,nFields) | velocity of all species |
||
integer, | intent(in) | :: | nFields | number of species |
||
real(kind=rk), | intent(in) | :: | inv_thermodyn_fac(nFields,nFields) | inverse of thermodynamic factor |
||
real(kind=rk), | intent(in) | :: | paramBInv | free parameter B |
||
real(kind=rk), | intent(in) | :: | phi(nFields) | molecular weight ratio |
||
real(kind=rk), | intent(in) | :: | resi_coeff(nFields,nFields) | resistivity coefficients |
return equilibrium velocity
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iField_2 | ||||
integer, | private | :: | iField_3 |