createJunction
this function constructs an object from class of createDiversion
, acting as a junction in the basin which is able to aggregate outflow water from upper tributaries and/or objects in the upstream.
# S3 method for base
createJunction(name, downstream)
(optional) A string: the name of the junction
(optional) An object from either of classes of createAquifer
, createRiver
, createReservoir
, createJunction
, createDiversion
, or createDemandSite
; which outflow volume pours to it.
An object from class of list