GreenRoof Properties |
The GreenRoof type exposes the following members.
Name | Description | |
---|---|---|
Area |
Area covered by LID. Accumulated for all LID units handled by this instance.
(Inherited from LIDBase.)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. | |
DrainMat | Drain mat parameters | |
FlowStat | Flow statistics and mass balance (Inherited from LIDBase.) | |
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).
(Inherited from LIDBase.)The different catchment types may treat this differently. Default value: 1. Unit: [fraction] | |
InitialSaturation |
Initial saturation fraction.
(Inherited from LIDBase.)For storage, this fraction is used to calculate the initial storage depth. Default value: 0. Unit: [fraction]. | |
Name |
Name/Id of LID
(Inherited from LIDBase.) | |
NumberOfUnits |
Number of LID units handled by this LID instance
(Inherited from LIDBase.) | |
ReportPath |
Path and name for report file.
(Inherited from LIDBase.)If null or empty, no report file is created. Use only for testing and validating model - file can become quite big. | |
Runoff | (Inherited from LIDBase.) | |
Soil | Soil parameters | |
Surface | Surface parameters | |
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.
(Inherited from LIDBase.)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. | |
Width |
Width of a single unit
(Inherited from LIDBase.)Used for routing calculations |