createRiver: Constructor for class of 'createRiver'

View source: R/createRiver.R

createRiverR Documentation

Constructor for class of createRiver

Description

this function constructs an object from class of createRiver, which is able to act as a chanel or resource to supply a seort of demand(s).

Usage

createRiver(name, downstream, seepageFraction,
            seepageObject, discharge, priority)

Arguments

name

(optional) A string: the name of the river

downstream

(optional) An object; from either of classes of createAquifer , createRiver, createReservoir, createJunction, createDiversion, or createDemandSite; which outflow volume pours to it.

seepageFraction

(optional) The seepage coeffcient of river discharge flow. The seepage is computed as the product of seepageFraction and river discharge. It is in [0, 1] interval

seepageObject

(optional) An object; from either of classes of createAquifer , createRiver, createReservoir, createJunction, createDiversion, or createDemandSite; which seepage volume pours to it.

discharge

(optional) A vector: is a vector of river discharge time series (MCM).

priority

(optional) An integer: the supplying priority. priority is a value in [1, 99] interval. If missing, the priority is set to Inf.

Value

An object from class of createRiver

Author(s)

Rezgar Arabzadeh

See Also

addObjectToArea


WRSS documentation built on May 30, 2022, 1:07 a.m.