dot-nearest_well_fltr: Find the nearest well filter of a particle on a streamline.

Description Usage Arguments Value See Also

Description

Find the nearest well filter of a particle on a streamline.

Usage

1
.nearest_well_fltr(particle, well_fltrs, maxdist = 100)

Arguments

particle

Location of particle (x,y,z) (numeric vector)

well_fltrs

Data frame with wells as read from *.ipf file by the function mw_read_well_filters()

maxdist

The maximum distance the particle can be from a well filter if it is to be a selection candidate.

Value

nearest well filter number (numeric) particle <- c(X=271877.5, Y=554247.5, Z=-41.237) .nearest_well_fltr(particle, well_fltrs=chk_mw_read_well_filters, maxdist = 100)

See Also

mw_read_well_filters()


KeesVanImmerzeel/mipwelcona documentation built on Nov. 11, 2020, 10:35 p.m.