LIDBaseTotalCollectingArea Property |
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.
Namespace: DHI.Mike1D.RainfallRunoffModule.LID