Click or drag to resize

CatchmentKinematicWaveSurface Class

SubCatchment class. used for Kinematic waves Rainfall Runoff model. A subCtachment can be of five types: SurfaceType.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModuleCatchmentKinematicWaveSurface

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 class CatchmentKinematicWaveSurface : ICatchmentKinematicWaveSurfaceData

The CatchmentKinematicWaveSurface type exposes the following members.

Constructors
  NameDescription
Public methodCatchmentKinematicWaveSurface
Initializes a new instance of the CatchmentKinematicWaveSurface class
Top
Properties
  NameDescription
Public propertyAreaFraction
Area fraction. Default: depending on the surface type Unit: [-]
Public propertyHorton
Horton, defined only for pervious surfaces. Horton
Public propertyLength
The length of the subcatchment/channel.

The model assumes a prismatic flow channel with rectangular cross section. The channel bottom width is computed from catchment area and length.

If not defined, the average length of the base catchment is used.

Default: undefined Unit: [m]

Public propertyManningM
Manning number Default: depending on the surface type Unit: [m^(2/3)/s]
Public propertySlope
The slope of the catchment/channel.

If not defined, the average slope of the base catchment is used.

Default: undefined Unit: [m]

Public propertyStorageCapacity
Storage capacity Unit: [m]
Public propertySurfaceType
Surface type, SurfaceType.
Public propertyWettingCapacity
Wetting capacity Unit: [m]
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRecalculateRunoff
When state has been updated on surface (the Depth), recalculate runoff to match the new depth.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldDepth
Depth of water on sub-catchment. State variable. Unit: [m]
Public fieldDepthOld
Depth of water at the previous time step. Computational variable. Unit: [m]
Public fieldEffectiveAreaFraction
Effective area fraction, subtracting area covered by LID's Default: Same as AreaFraction when no LID's Unit: dimensionless factor
Public fieldEvapActual
Actual evaporation. Computational variable. Unit: [m]
Public fieldEvapPotential
Potential evaporation. Computational variable. Unit: [m]
Public fieldInfiltrationActual
Actual infiltration. Computational variable. Unit: [m/s]
Public fieldInfiltrationActualOld
Infiltration of last time step Computational variable. Unit: [m/s]
Public fieldInfiltrationPotential
Potential infiltration. Computational variable. Unit: [m/s]
Public fieldInfiltrationPotentialOld
Potential infiltration of last time step Computational variable. Unit: [m/s]
Public fieldKinematicFactor
Kinematic factor. Computational variable. Unit: [m^(4/3)/s]
Public fieldRunoff
Runoff from the sub-catchment. State variable. Unit: [m3/s]
Public fieldRunoffOld
Runoff from the sub-catchment at previous time step Computational variable. Unit: [m3/s]
Public fieldStorageLoss
Storage loss depth. State variable. Unit: [m]
Public fieldStorageLossOld
Storage loss depth at the previous time step. Computational variable. Unit: [m]
Public fieldWettingLoss
Wetting loss depth. State variable. Unit: [m]
Public fieldWettingLossOld
Wetting loss depth at the previous time step. Computational variable. Unit: [m]
Public fieldWidth
Width of the sub-catchment. Computational variable. Unit: [m]
Top
See Also