HRR_Correction_d3q19 Subroutine

public pure subroutine HRR_Correction_d3q19(QQ, weight, gradRHOU3, gradRHOUVZ, phi, dens, vel)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: QQ

stencil size

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

weights of the stencil

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

gradient rho u^3, rho u v w

real(kind=rk), intent(in) :: gradRHOUVZ(:)
real(kind=rk), intent(out) :: phi(:)

correction term phi, rho, vel

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

correction term phi, rho, vel

real(kind=rk), intent(out) :: vel(:)

correction term phi, rho, vel