Click or drag to resize

ICatchmentSurfaceData Interface

Catchment surface data interface, setup data for the CatchmentSurface class.

If Infiltration is not defined, the surface is assumed to be impervious, and no infiltration is applied.

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

The ICatchmentSurfaceData type exposes the following members.

Properties
  NameDescription
Public propertyInfiltration
Infiltration calculator. This defines whether the surface is pervious.
Public propertyStorageCapacity
Storage capacity. Unit: [m]. Not applicable to ImperviousSteep.
Public propertyWettingCapacity
Wetting capacity. Unit: [m].
Top
See Also