Click or drag to resize

LIDLayerDrainMat Class

Drain mat LID layer
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModule.LIDLIDLayerDrainMat

Namespace:  DHI.Mike1D.RainfallRunoffModule.LID
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class LIDLayerDrainMat

The LIDLayerDrainMat type exposes the following members.

Constructors
  NameDescription
Public methodLIDLayerDrainMat
Initializes a new instance of the LIDLayerDrainMat class
Top
Properties
  NameDescription
Public propertyDepth
Depth of storage [m]. State variable
Public propertyDrain
Drain flux from storage [m/s].
Public propertyEvap
Evaporation flux from storage [m/s].
Public propertyManningM
Manning´s M for drainage flow.

It uses the slope in Slope.

Public propertyPorosity
Storage porosity; void volume fraction of total volume.
Public propertyThickness
Height of storage layer

Default value: 0. Unit: [meter].

Public propertyVolume
Volume of water per area [m] contained in storage
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 methodGetDrainMatOutflow
Drainage material outflow [m/s]
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVolume
Volume of water per area [m] contained in storage for a given depth
Public methodLimit
Limit drain mat state to acceptable values.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepare drain mat layer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validate drain mat layer
Top
See Also