point_dilution_method: Point dilution method

Description Usage Arguments Details Value See Also

View source: R/point_dilution_method.R

Description

Provides the apparent specific discharge from a dilution curve.

Usage

1
2
point_dilution_method(conc, time, conc_init, conc_final, time_init, time_final,
  well_diam, well_head, filter_length, hose_diam = 0.0127, hose_length = 10)

Arguments

conc

Concentration vector

time

Time vector

conc_init

Initial concentration

conc_final

Final concentration (background)

time_init

Starting time of the point dilution test

time_final

Ending time of the point dilution test

well_diam

Well diameter

well_head

Water column height inside the well

filter_length

Length of the filter

hose_diam

Diameter of the recirculation hose

hose_length

Length of the hose outside of the water column

Details

To obtain the specific discharge, the apparent specific discharge should be divided by the flow distortion factor.

Value

Apparent specific discharge (length/time)

See Also

well_flow_distortion_factor


rogiersbart/groundwaterr documentation built on May 27, 2019, 1:10 p.m.