| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | xp(3) |
Query point (x,y,z) to interpolate fluid properties to |
||
| integer, | intent(in) | :: | coord_xp(4) |
Coordinate in the tree (ix,iy,iz,level) of xp |
||
| type(mus_scheme_type), | intent(inout) | :: | scheme |
Scheme for access to fluid data |
||
| real(kind=rk), | intent(in) | :: | geom_origin(3) |
Origin of bounding cube (geometry%tree%global%origin) |
||
| real(kind=rk), | intent(in) | :: | dx |
Mesh size |
||
| type(mus_particle_interpolator_type), | intent(in) | :: | interpolator |
Interpolator object containing stencil and weight function information |
||
| real(kind=rk), | intent(out) | :: | vel_xp(3) |
Fluid velocity at xp |
||
| real(kind=rk), | intent(out) | :: | rho_xp |
Fluid density at xp |