Click or drag to resize

CatchmentAbstractUrban Fields

The CatchmentAbstractUrban type exposes the following members.

Fields
  NameDescription
Protected field_actEvaporation
Actual evaporation Unit: [m/s]
Protected field_actEvaporationOld
Actual evaporation at time N, Unit: [m/s]
Protected field_actInfiltration
Actual infiltration, loss. Unit: [m/s]
Protected field_actInfiltrationOld
Infiltration at time N. Unit: [m/s]
Protected field_actRainDepth
Actual rain depth. Unit: [m]
Protected field_actRainIntensity
Actual rain intensity. Unit: [m/s]
Protected field_additionalFlow
Additional constant flow added to the total runoff Unit: [m3/s] Default: 0
(Inherited from Catchment.)
Protected field_additionalFlowOld
Additional constant flow at start of time step
(Inherited from Catchment.)
Protected field_area
Total area of catchment. Type: Catchment area. Unit: [m2]. Default: 1e8 (100 km2).
(Inherited from Catchment.)
Protected field_bInfiltrationAfterRain
True if infiltration shall occur also after rain, used in Horton infiltration depth calculation from INI file Default: True
Protected field_boundarySourceEvaporation
Evaporation boundary source
(Inherited from Catchment.)
Protected field_boundarySourceRainfall
Rainfall boundary source
(Inherited from Catchment.)
Protected field_boundarySourceTemperature
Temperature boundary source
(Inherited from Catchment.)
Protected field_bSnowModule
True if the snow module is activated.
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.
(Inherited from Catchment.)
Protected field_endTime
Protected end time of catchment data - the latest time for which the catchment can return data
(Inherited from Catchment.)
Protected field_evaporationFromForcing
Evaporation that must be applied during the calculation time step. unit: [m/s]
Protected field_evaporationFromTS
True if evaporation is enabled, and an evaporation boundary has been defined.

If set to false the initial recover rate is used during dry periods. Default: False

Protected field_globalDepthDryLimit
Global dry depth limit from INI file in Kinematic wave: used when InfiltrationAfterRain == true Default: 1e-6 Unit: [m]
Protected field_initialLossMax
Maximum value of InitialLossStorageDepth Unit: [m] Default:
Protected field_initialLossRecoverRate
Initial loss recover rate Unit: [m/s] Default: 5e-5 m/h = 1.2 mm/day
Protected field_initialLossStorageDepth
Initial loss storage depth. Unit: [m]
Protected field_initialLossStorageDepthOld
Initial loss storage depth at time N. Unit: [m]
Protected field_loss
Loss, other than infiltration which goes into _actInfiltration (in another unit). Unit [m3/s]
Protected field_lossOld
Loss at time N. Unit: [m/s]
Protected field_maximumFlow
Maximum flow
(Inherited from Catchment.)
Protected field_minimumFlow
Minimum flow
(Inherited from Catchment.)
Protected field_minTime
Proteced MinTime
(Inherited from Catchment.)
Protected field_offerDelegates
List of delegates, matching list of _offers
Protected field_offers
List of datatypes offered in GetValue
(Inherited from Catchment.)
Protected field_potentialEvaporation
Potential evaporation Unit: [m/s]
Protected field_potentialEvaporationOld
Potential evaporation at time N. Unit: [m/s]
Protected field_rainfallFromForcing
Rainfall that must be applied during the calculation time step measured in m/s. unit: [m/s]
Protected field_rainfallFromForcingOld
Rainfall that must be applied during the calculation time step measured in m/s, at time N. unit: [m/s]
Protected field_redCoeff
Hydrological reduction is the runoff reduction factor, accounts for water losses caused by e.g evapo-transpiration, imperfect imperviousness, etc. on the contributing area. Unit: [-] Default: 0.90
Protected field_runoff
Runoff. Unit: [m3/s]
Protected field_runoffOld
Runoff at time N. Unit: [m3/s]
Protected field_runtimeDiagnostics
Diagnostics instance for a Catchment. Used during runtime.
(Inherited from Catchment.)
Protected field_snowStorage
Snow storage Unit: [m]
Protected field_snowStorageOld
Snow storage at time N. Unit: [m]
Protected field_startTime
Protected start time of catchment data - the earliest time for which the catchment can return data
(Inherited from Catchment.)
Protected field_stormwaterLIDs
List of Lids
(Inherited from Catchment.)
Protected field_temperatureFromForcing
Temperature that must be applied during the calculation time step. Note: the temperature is given in degres Celcius, which is not SI unit! unit: [degCelcius]
Protected field_timeNew
Variable holding information on the latest calulated time
(Inherited from Catchment.)
Protected field_timeOfLastUpdate
Last time the state of this catchment was updated (Update(DateTime) was called)
(Inherited from Catchment.)
Protected field_timeOfMaximumFlow
Time of maximum flow
(Inherited from Catchment.)
Protected field_timeOfMinimumFlow
Time of minimum flow
(Inherited from Catchment.)
Protected field_timeOld
Variable holding information on the latest calulated time
(Inherited from Catchment.)
Protected field_timeStep
Time step used in the simulation, or initial time step if the time step can change.
(Inherited from Catchment.)
Protected field_timeUpdateFraction
Fraction of time between prev time and current time for the last call to Update(DateTime). This should be updated everytime _timeOfLastUpdate is updated.
(Inherited from Catchment.)
Protected field_totalAdditionalInflowVolume
Total volume of additional inflow
(Inherited from Catchment.)
Protected field_totalLossVolume
Total volume of loss
(Inherited from Catchment.)
Protected field_totalRainfallVolume
Total volume of rain
(Inherited from Catchment.)
Protected field_totalRunoffVolume
Total volume of runoff
(Inherited from Catchment.)
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.
(Inherited from Catchment.)
Protected field_useHotStartFile
Flag telling if initial conditions is taken from a hotstart file Default: false
(Inherited from Catchment.)
Protected field_yearlyRunoff
Dictionary of runoff as a function of year
(Inherited from Catchment.)
Top
See Also