Click or drag to resize

LIDLayerStorage Class

Storage LID layer
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModule.LIDLIDLayerStorage

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 LIDLayerStorage

The LIDLayerStorage type exposes the following members.

Constructors
  NameDescription
Public methodLIDLayerStorage
Initializes a new instance of the LIDLayerStorage class
Top
Properties
  NameDescription
Public propertyCloggingFactor
Volume of voids that are clogged due to fine particles accumulation.

Use a value of 0 to ignore clogging

Public propertyConductivity
Infiltration rate, The maximum rate at which water can flow out the bottom of the storage.

In case a CloggingFactor has been enabled, the rate declines over time.

Default value: 0. Unit: [m/s].

Public propertyDepth
Depth of storage [m]. State variable
Public propertyDrain
Drain flux from storage [m/s].
Public propertyDrainageBase
Drainage capacity is a rate per area [m/s] and can be scaled by different areas.
Public propertyDrainageCapacity
Capacity for drain [m/s]

The actual drain flow depends on the Area.

If DrainageExponent > 0, then drain flow also depends on the head.

Default value: 0. Unit: [meter/second].

Public propertyDrainageExponent
Exponent for drain flow calculations [-]

The drain capacity flow is multiplied with

Math.Pow(head, DrainageExponent)

If DrainageExponent is zero, then drain flow is constant and independent on the head.

Default value: 0. Unit: [-].

Public propertyDrainageOffset
Offset where drainage starts.

Height of any underdrain piping above the bottom of the storage

Default value: 0. Unit: [meter].

Public propertyEvap
Evaporation flux from storage [m/s].
Public propertyHeight
Height of storage layer

Default value: 0. Unit: [meter].

Public propertyInfil
Infiltration flux from storage [m/s].
Public propertyPorosity
Storage porosity; void volume fraction of total volume.
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStorageDrainRate
computes underdrain flow rate in a LID's storage layer.
Public methodGetStorageInfilRate
native soil beneath a LID.
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 state variables to allowed range, between zero and Height
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validate surface parameters
Top
See Also