Click or drag to resize

ICatchmentKinematicWaveSurfaceData Interface

Data interface that covers data in a kinematic wave catchment model which varies with the surface type. Note that not all properties are applicable for all surface types.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface ICatchmentKinematicWaveSurfaceData

The ICatchmentKinematicWaveSurfaceData type exposes the following members.

Properties
  NameDescription
Public propertyAreaFraction
Area fraction of surface type. Unit: [-].
Public propertyHortonDryExponent
Time constant for dry period (inverse Horton's equation). Unit: [1/s]. Only applicable for the Pervious surfaces.
Public propertyHortonEndInfiltrationRate
Infiltration rate at end. Unit: [m/s]. Only applicable for the Pervious surfaces.
Public propertyHortonStartInfiltrationRate
Infiltration rate at start. Unit: [m/s]. Only applicable for the Pervious surfaces.
Public propertyHortonWetExponent
Time constant for wet period (horton's exponent). Unit: [1/s]. Only applicable for the Pervious surfaces.
Public propertyManningM
Manning M number.

Default: depending on the surface type.

Unit: [m^(2/3)/s].

Public propertyStorageCapacity
Storage capacity. Unit: [m]. Not applicable to ImperviousSteep.
Public propertyWettingCapacity
Wetting capacity. Unit: [m].
Top
See Also