Click or drag to resize

RainBarrelBarrelStorage Class

Storage properties of barrel
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.RainfallRunoffModule.LIDRainBarrelBarrelStorage

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 BarrelStorage

The RainBarrelBarrelStorage type exposes the following members.

Constructors
  NameDescription
Public methodRainBarrelBarrelStorage
Initializes a new instance of the RainBarrelBarrelStorage class
Top
Properties
  NameDescription
Public propertyDepth
Current depth of storage. State variable [meter].
Public propertyDrain
Current storage drain flux [m/s]
Public propertyDrainageCapacity
Capacity for drain [m/s]

The actual drain flow depends on the BarrelArea.

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

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

Public propertyDrainageDelay
Delay in drainage, i.e. time after end of rain before drainage starts.

Default value: 0. Unit: [s].

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 propertyDrainageInfiltrationFactor
Factor specifying how much of the drain flow that is infiltrated.

A factor of 1 means that all drain flow is infiltrated and no drain flow is returned as runoff. A factor of 0 means that all drain flow is returned as runoff.

Default value: 0. Unit: [s].

Public propertyDrainageOffset
Offset where drainage starts.

Height of any underdrain piping above the bottom of the barrel

Default value: 0. Unit: [meter].

Public propertyHeight
Height of barrel storage

Default value: 0. Unit: [meter].

Public propertyInfiltration
Current Infiltration flux [m/s]
Public propertyVolume
Volume of water per area [m] contained in storage - same as Depth
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also