Click or drag to resize

CatchmentUHM.Cells Property

List of CatchmentUHM.Cell sorted from downstream to upstream.

The first cell will discharge in the coming time step, the second cell in two time steps, etc. So each cell is one timestep further from discharging. The time offset for a cell is the number (index+1) of the cell in this list times the time step size.

State is contained inside each CatchmentUHM.Cell

Created during prepare

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public CatchmentUHM.Cell[] Cells { get; set; }

Property Value

Type:CatchmentUHM.Cell[]
See Also