View source: R/createAquifer.default.R
createAquifer.default | R Documentation |
createAquifer
this function constructs an object from class of createAquifer
that prescribes a simplified lupmped model of unconfined aquifer.
## Default S3 method: createAquifer(name = "Aquifer1", area , volume , rechargeTS = NA , Sy = 0.1, leakageFraction = NA , initialStorage = NA , leakageObject = NA , priority = NA)
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
createAquifer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.