Click or drag to resize

Catchment Properties

The Catchment type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalFlow
Additional constant flow added to the total runoff Unit: [m3/s] Default: 0
Public propertyArea
Total area of catchment Type: Catchment area Unit: [m2] Default: 1e8 (100 km2)
Protected propertyAreaInSquareKm
Full area of catchment Type: Catchment area Unit: [km2] Default: 100
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 propertyComponentSources
A Component Source provides info on concentration of various components.
Public propertyCurrentTime
Current time of catchment
Protected propertyEffectiveArea
Effective area. The effective area is the area that collects water. Can be smaller than total area, eg for Linear Reservoir or when LIDs are present.
Public propertyEndTime
End time of catchment data - the latest time for which the catchment can return data
Public propertyMaximumFlow
Maximum runoff flow
Public propertyMinimumFlow
Minimum runoff flow
Public propertyMinTime
Minimum time the catchment should be able to provide values. The catchment will cache or recalculate values from MinTime to EndTime. MinTime must be updated ("dragged behind" time of calculation) from the caller to allow the catchment to discard cached values.
Public propertyModelId
Catchment model ID. Unique id.
Public propertyName Obsolete.
Public propertyObservedData
Observed data. Used for creating calibration plots and for auto-calibration reference data.
Public propertyPersons
Number of person equivalent in the catchment, used with catchment discharge source boundary
Public propertyRuntimeDiagnostics
Get the Diagnostics instance for a Catchment. Used during runtime.
Public propertyStartTime
Start time of catchment data - the earliest time for which the catchment can return data
Public propertyStormWaterLIDs
List of Lids
Public propertyTimeOfMaximumFlow
Time of minimum runoff flow
Public propertyTimeOfMinimumFlow
Time of maximum runoff flow
Public propertyTimeStep
Time step used by the catchment model
Public propertyTotalAdditionalInflowVolume
Total volume of additional inflow
Public propertyTotalLossVolume
Total infiltration into this catchment (integrated over time)
Public propertyTotalRainfallVolume
Total rainfall on this catchment (integrated over time)
Public propertyTotalRunoffVolume
Total runoff from this catchment (integrated over time)
Public propertyTSBuffer
Set the TSBuffer to use in this catchment
Public propertyUseHotStartFile
Flag telling if initial conditions is taken from a hotstart file Default: false
Public propertyYearlyRunoff
Return dictionary of runoff as a function of year
Top
See Also