Equlibrium velocity from macro
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | iField | current field |
||
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) | :: | paramBInv | free parameter B |
||
real(kind=rk), | intent(in) | :: | phi | molecular weight ratio of iField |
||
real(kind=rk), | intent(in) | :: | resi_coeff(nFields) | resistivity coefficients of iField |
return equilibrium velocity
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | ifld |