LIDLayerStorage Properties |
The LIDLayerStorage type exposes the following members.
| Name | Description | |
|---|---|---|
| CloggingFactor |
Volume of voids that are clogged due to fine particles accumulation.
Use a value of 0 to ignore clogging | |
| Conductivity |
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]. | |
| Depth | Depth of storage [m]. State variable | |
| Drain | Drain flux from storage [m/s]. | |
| DrainageBase |
Drainage capacity is a rate per area [m/s] and can be scaled by
different areas.
| |
| DrainageCapacity |
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]. | |
| DrainageExponent |
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: [-]. | |
| DrainageOffset |
Offset where drainage starts.
Height of any underdrain piping above the bottom of the storage Default value: 0. Unit: [meter]. | |
| Evap | Evaporation flux from storage [m/s]. | |
| Height |
Height of storage layer
Default value: 0. Unit: [meter]. | |
| Infil | Infiltration flux from storage [m/s]. | |
| Porosity |
Storage porosity; void volume fraction of total volume.
| |
| Volume |
Volume of water per area [m] contained in storage
|