get_pdfEq Interface

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

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 stencil

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)

Description

function pointer to get pdf equilibrium from vel and density