View source: R/createAquifer.R
createAquifer | R Documentation |
createAquifer
this function constructs an object from class of createAquifer
that prescribes a simplified lupmped model of unconfined aquifer.
createAquifer(name, area, volume, rechargeTS, Sy, leakageFraction, initialStorage, leakageObject, priority)
name |
(optional) A string: the name of the aquifer |
area |
The area of aquifer (Km^2) |
volume |
The aquifer volume (MCM) |
rechargeTS |
(optional) A vector : a vector of water flowing into the aquifer (MCM) |
Sy |
Specific yield (default: 0.1) |
leakageFraction |
(optional) The leakage coeffcient of aquifer storage. The leakage is computed as the product of |
initialStorage |
(optional) The initial volume of aquifer in the first step of the simulation (MCM). If missing, the function iterates to carry over the aquifer. |
leakageObject |
(optional) an object; from either of classes of |
priority |
(optional) An integer: the supplying priority. |
An object from class of createAquifer
Rezgar Arabzadeh
Mart nez-Santos, P., and J. M. Andreu. "Lumped and distributed approaches to model natural recharge in semiarid karst aquifers." Journal of hydrology 388.3 (2010): 389-398.
addObjectToArea
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.