Description Usage Arguments Value References Examples
View source: R/Raquifer_package.R
Generate a data frame of cumulative water influx estimates according to the class of 'aquifer_lst' and 'time_lst' objects
1 | aquifer_predict(aquifer_lst, time_lst)
|
aquifer_lst |
a list object of class 'aquifer' |
time_lst |
a list object of class 'time' |
a data frame of cumulative water influx estimates according to the class of 'aquifer_lst' and 'time_lst' objects
Yildiz2007Raquifer
\insertRefNabor1964Raquifer
\insertRefFetkovich1971Raquifer
\insertRefVanEverdingen1949Raquifer
1 2 3 4 5 6 7 8 | 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.