IStormwaterLID Interface |
A stormwater LID is a small scale hydrologic structure, that can store, detain, infiltrate (and/or similar) water close to where the water origin from.
The stormwater LID is attached to a catchment. It can overtake some of the catchment area (TotalCollectingArea and Area).
Namespace: DHI.Mike1D.RainfallRunoffModule
The IStormwaterLID type exposes the following members.
Name | Description | |
---|---|---|
Area |
Area of LID.
This is the area used for rain and evaporation, i.e. if set to 0.5 times the catchment area, then half of the rain falls on the catchment and half of the rain on the LIDs directly. The sum of all Area for all LIDs within a single catchment must be less than the area of the catchment they belong to. For some LIDs (e.g. rain barrel), this area is zero. | |
FlowStat | Flow statistics and mass balance | |
FractionOfLIDFlowToRoute |
Fraction of runoff flow from the LIDs that are routed by the catchment.
The remainder will be added directly to the catchment runoff (not routed).
The different catchment types may treat this differently. Default value: 1. Unit: [fraction] | |
Name |
Name of the LID
| |
Runoff |
Runoff from LID at the current time step
| |
TotalCollectingArea |
Total collecting area is the area from which water is routed through the LIDS,
either because rain is falling directly on the LIDs (Area) or
when catchment rain (after losses) is routed to the LIDs.
This area is used by the catchment to figure out how much water should be routed to the LIDs, effectively splitting the catchment area in 3 parts: catchment-No-LID-Area = ICatchment.Area - sum(IStormwaterLID.TotalCollectingArea) catchment-Route-To-LID-Area = sum(IStormwaterLID.TotalCollectingArea - IStormwaterLID.Area) LID-area = sum(IStormwaterLID.Area) The TotalCollectingArea cannot be smaller than Area. The sum of all TotalCollectingArea for all LIDs within a single catchment must be less than the area of the catchment they belong to. |
Name | Description | |
---|---|---|
AddInflow |
Add inflow (run-on from catchment to LID)
| |
ApplyBoundary(CatchmentSourceBoundaryTypes, IBoundarySource) |
Apply a boundary to this catchment
| |
ApplyBoundary(GlobalSourceBoundaryTypes, GlobalGeoLocatedSource) |
Apply a boundary to this catchment
| |
Finish |
Finalize
| |
Initialize |
Initialize LID
/// | |
PerformTimeStep |
Take time step
| |
Prepare |
Prepare LID
| |
PrepareForTimeStep |
Take time step
| |
Validate |
Validate LID
/// |
Name | Description | |
---|---|---|
SetSoilMoisture |
Set soil/pavement moisture of lid, independent of type.
(Defined by LIDExtension.)If lid does not have a soil/pavement layer, an exception is thrown | |
SetStorageDepth |
Set storage depth of lid, independent of type.
(Defined by LIDExtension.)If lid does not have a storage layer, an exception is thrown | |
SetSurfaceDepth |
Set surface depth of lid, independent of type.
(Defined by LIDExtension.)If lid does not have a surface layer, an exception is thrown | |
SoilMoisture |
Get soil/pavement moisture of lid, independent of type.
(Defined by LIDExtension.)If lid does not have a soil/pavement layer, an exception is thrown | |
StorageDepth |
Get storage depth of lid, independent of type.
(Defined by LIDExtension.)If lid does not have a storage layer, an exception is thrown | |
SurfaceDepth |
Get surface depth of lid, independent of type.
(Defined by LIDExtension.)If lid does not have a surface layer, an exception is thrown |