CatchmentAbstractUrbanInitialLossRecoveryRate Property |
Recovery rate for initial loss capacity.
The initial loss capacity is regenerated in dry periods by a linear recovery rate.
Used as constant evaporation, when evaporation is not defined explicitly. If evaporation is defined explicitly
(see EvaporationFromTimeSeries), this is neglected.
Unit: [m/s]
Default: 0.00005 [m/hour] = 1.2 [mm/day]
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double InitialLossRecoveryRate { get; set; }
Public Property InitialLossRecoveryRate As Double
Get
Set
public:
virtual property double InitialLossRecoveryRate {
double get () sealed;
void set (double value) sealed;
}
Property Value
Type:
DoubleImplements
ICatchmentUrbanDataInitialLossRecoveryRateSee Also