Raquifer (version 0.1.0)

aquifer_predict: Generic function for cumulative water influx predictions

Description

Generate a data frame of cumulative water influx estimates according to the class of 'aquifer_lst' and 'time_lst' objects

Usage

aquifer_predict(aquifer_lst, time_lst)

Arguments

aquifer_lst

a list object of class 'aquifer'

time_lst

a list object of class 'time'

Value

a data frame of cumulative water influx estimates according to the class of 'aquifer_lst' and 'time_lst' objects

References

Yildiz2007Raquifer

Nabor1964Raquifer

Fetkovich1971Raquifer

VanEverdingen1949Raquifer

Examples

Run this code
# NOT RUN {
aquifer_time_1 <- aquifer_time(c(0:4) * 365, unit = "day")
aquifer_param_01 <- aquifer_param(input_unit = "Field", output_unit = "Field",
model = "uss", flow_type = "radial", water_drive = "edge", phi = 0.2, perm_h = 100,
h_a = 47, r_a = 2e4, r_R = 2e3, tetha = 360, mu_water = 0.34, c_water = 4e-6,
c_rock = 3e-6, pressure = c(3456, 3425, 3387, 3350, 3312))
results_01 <- aquifer_predict(aquifer_param_01, aquifer_time_1)

results_01

# }

Run the code above in your browser using DataLab