Click or drag to resize

Catchment Fields

The Catchment type exposes the following members.

Fields
  NameDescription
Protected field_additionalFlow
Additional constant flow added to the total runoff Unit: [m3/s] Default: 0
Protected field_additionalFlowOld
Additional constant flow at start of time step
Protected field_area
Total area of catchment. Type: Catchment area. Unit: [m2]. Default: 1e8 (100 km2).
Protected field_boundarySourceEvaporation
Evaporation boundary source
Protected field_boundarySourceRainfall
Rainfall boundary source
Protected field_boundarySourceTemperature
Temperature boundary source
Protected field_checkPointTime
The most recent check point time.
Protected field_effectiveTimeStep
Time step used in the simulation, it may change. It is set in Prepare to _timeStep, and can be updated by individual catchment models when required, i.e. it may differ from _timeStep.
Protected field_endTime
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.
Protected field_maximumFlow
Maximum flow
Protected field_minimumFlow
Minimum flow
Protected field_minTime
Proteced MinTime
Protected field_offerDelegates
List of delegates, matching list of _offers
Protected field_offers
List of datatypes offered in GetValue
Protected field_runoff
Total runoff from catchment at present time step. Unit: [m^3/s]
Protected field_runtimeDiagnostics
Diagnostics instance for a Catchment. Used during runtime.
Protected field_startTime
Protected start time of catchment data - the earliest time for which the catchment can return data
Protected field_stormwaterLIDs
List of Lids
Protected field_timeNew
Variable holding information on the latest calculated time
Protected field_timeOfLastUpdate
Last time the state of this catchment was updated (Update(DateTime) was called)
Protected field_timeOfMaximumFlow
Time of maximum flow
Protected field_timeOfMinimumFlow
Time of minimum flow
Protected field_timeOld
Variable holding information on the latest calculated time
Protected field_timeStep
Time step used in the simulation, or initial time step if the time step can change.
Protected field_totalAdditionalInflowVolume
Total volume of additional inflow
Protected field_totalLossVolume
Total volume of loss
Protected field_totalRainfallVolume
Total volume of rain
Protected field_totalRunoffVolume
Total volume of runoff
Protected field_tsBuffer
TSBuffer to use when accessing time series objects Set in Catchments.Add(). If not set, then the inheritors must create a TSBuffer before using it.
Protected field_useHotStartFile
Flag telling if initial conditions is taken from a hotstart file Default: false
Protected field_volumeOnGroundAdded
Volume on ground added after UpdateStorage
Protected field_volumeOnGroundAfterRouting
Volume on ground after routing
Protected field_volumeOnGroundBeforeRouting
Volume on ground before routing
Protected field_yearlyStatistics
Dictionary of statistics as a function of year
Public fieldCatchmentPlugins
List of catchment plugins
Protected fieldStatic memberconversionFromMmHourMeterSec
Protected fieldStatic memberconversionFromMmToMeter
Public fieldValueBuffer
Top
See Also