Click or drag to resize

ICatchment Methods

The ICatchment type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Initialize Rainfall Runoff model. Sets up static data.
Public methodPerformTimeStep
This procedure forwards the calculation with one time step.
Public methodPrepare
Prepare Rainfall Runoff model. Sets up dynamic data so that the model is ready for first time step.
Public methodResetBoundaries
Remove boundaries applied in previous runs
Public methodTimeAccepts
List of data types that is accepted and can be used in SetValue
(Inherited from IDoubleTimeProxy.)
Public methodTimeOffers
List of data types that is offered and can be used in GetValue
(Inherited from IDoubleTimeProxy.)
Public methodTimeOfNextUpdate
Return the time of next update. Used for PostTimeStepEvent event in Catchments.
Public methodTimeValueGetter(IQuantity)
Get value setter for the specified data quantity
(Inherited from IDoubleTimeProxy.)
Public methodTimeValueGetter(IQuantity, IQuantity)
Get value setter for the specified data quantity
(Inherited from IDoubleTimeProxy.)
Public methodTimeValueSetter
Get value setter for the specified data type
(Inherited from IDoubleTimeProxy.)
Public methodType
Type of model used in catchment
Public methodUpdate
This procedure forwards the calculation such that the state includes the specified time
Top
See Also