Click or drag to resize

ICatchment Properties

The ICatchment type exposes the following members.

Properties
  NameDescription
Public propertyArea
Total area of catchment Unit: [m2]
Public propertyCatchmentGeometry
Get and set the list of coordinates of the catchment
Public propertyCatchmentName
Catchment name.

The name is not unique, there may be several catchment models for one catchment, however all catchments with the same name should/must share the same catchment geometry.

Public propertyCenterPoint
Get and set the central point of the catchment
Public propertyClientName
Title of the calibration plot
(Inherited from ICalibratable.)
Public propertyCurrentTime
Return the time of the current state.
Public propertyEffectiveArea
Effective area of catchment, where runoff takes place. Unit: [m2]
Public propertyEndTime
Return the end time of the catchment simulation. This is set during prepare, and the catchment must make sure not to run beyond this time.
Public propertyMinTime
Minimum time to which Time can be set. The catchment must caches values from MinTime to the max value of Time.
Public propertyModelId
Catchment model ID. Unique id.
Public propertyName Obsolete.
Same as ModelId - for backward compatibility.
Public propertyObservedData
Observed data. Used for creating calibration plots and for auto-calibration reference data.
Public propertyRunoff
Total runoff from catchment at present time step. Unit: [m^3/s]
Public propertyTimeStep
Time step op catchment
Public propertyTSBuffer
Set the TSBuffer to use in this catchment
Public propertyYearlyRunoff Obsolete.
Top
See Also