Click or drag to resize

CatchmentTimeAreaCell Structure

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

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public struct Cell

The CatchmentTimeAreaCell type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldArea
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: [-]

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

State variable.

Unit: [m]

Top
See Also