intp_1D_delta Function

public pure function intp_1D_delta(r_lat) result(del)

1D discrete delta interpolation function. Used to interpolate the fluid property of a lattice cell with barycenter xf to the position of a particle xp.

Arguments

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

Distance from particle to barycenter of fluid cell

Return Value real(kind=rk)