get_pdfEq_compressible Function

private pure function get_pdfEq_compressible(rho, vel, QQ, cxDirRK, weight) result(fEq)

function pointer to get pdf equilibrium from vel and density along a

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: rho

density

real(kind=rk), intent(in) :: vel(3)

velocity

integer, intent(in) :: QQ

size of the pdf

real(kind=rk), intent(in), optional :: cxDirRK(:,:)

velocity streaming normal along iDir

real(kind=rk), intent(in), optional :: weight(:)

weight along iDir

Return Value real(kind=rk), (QQ)