Click or drag to resize

RainBarrelBarrelStorageDrainageExponent Property

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: [-].

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 double DrainageExponent { get; set; }

Property Value

Type: Double
See Also