CatchmentUHMCell Structure

Cell structure: a cell contains a relative area and a unit volume of water in the cell

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public struct Cell
Inheritance
Object    ValueType    CatchmentUHMCell

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

UnitArea Relative area of the cell. All areas must sum to 1

Computational variable, calculated from the time-area curve during Prepare(DateTime, DateTime, RRParameters, IDiagnostics)

Unit: [-]

Volume Unit volume (depth) of water contained in the cell. The unit volume is a depth [m] over the entire catchment.

State variable.

Unit: [m]

See Also