get_vel_from_pdf_d2q9 Function

private pure function get_vel_from_pdf_d2q9(pdf, dens, cxDirRK) result(vel)

function pointer to get pdf equilibrium from vel and density for d2q9 stencil

Arguments

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

pdf

real(kind=rk), intent(in) :: dens

density

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

velocity streaming normal along iDir

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

velocity


Called by

proc~~get_vel_from_pdf_d2q9~~CalledByGraph proc~get_vel_from_pdf_d2q9 get_vel_from_pdf_d2q9 proc~get_vel_from_pdf_d2q9_vectorized get_vel_from_pdf_d2q9_vectorized proc~get_vel_from_pdf_d2q9_vectorized->proc~get_vel_from_pdf_d2q9