link-class {ecosim}R Documentation

Class "link"

Description

This class represents a link between mixed reactors. A link is characterized by the two reactors it connects to, the flow through the link, advective transfer coefficients, and diffusive exchange coefficients.

Objects from the Class

Objects can be created by calls of the form new("link", ...).

Slots

name:

Character string specifying the name of the process.

from:

Character string specifying the name of the reactor where the link starts.

to:

Character string specifying the name of the reactor where the link ends.

flow:

Expression specifying the flow through the link.

qadv.gen:

Expression specifying a general advective transfer coefficient

qadv.spec:

List of expressions specifying substance/organism-specific advective transfer coefficients.

qdiff.gen:

Expression specifying a general diffusive exchange coefficient.

qdiff.spec:

List of expressions specifying substance/organism-specific diffusion coefficients.

Methods

calc.rates.statevar.link

Calculates rates of change; internal use only.

Author(s)

Peter Reichert <peter.reichert@emeriti.eawag.ch>

References

Omlin, M., Reichert, P. and Forster, R., Biogeochemical model of lake Zurich: Model equations and results, Ecological Modelling 141(1-3), 77-103, 2001.

Reichert, P., Borchardt, D., Henze, M., Rauch, W., Shanahan, P., Somlyody, L. and Vanrolleghem, P., River Water Quality Model no. 1 (RWQM1): II. Biochemical process equations, Water Sci. Tech. 43(5), 11-30, 2001.

Reichert, P. and Schuwirth, N., A generic framework for deriving process stoichiometry in environmental models, Environmental Modelling & Software, 25, 1241-1251, 2010.

See Also

process-class, reactor-class, system-class, calcres, plotres.


[Package ecosim version 1.3-4 Index]