test_interpolation_delta_DPS_d3q19 Subroutine

public subroutine test_interpolation_delta_DPS_d3q19(xp, interpolator, scheme, geometry, params, plogunit)

Arguments

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

Query point (x,y,z) to interpolate fluid properties to

type(mus_particle_interpolator_type) :: interpolator

Object containing interpolation information

type(mus_scheme_type), intent(inout) :: scheme

Scheme for access to fluid data

type(mus_geom_type), intent(in) :: geometry

Geometry for access to tree

type(mus_param_type), intent(in) :: params

Params for access to dt, dx, etc.

integer, intent(in) :: plogunit

Unit to write output to