CatchmentNamDataUseTimeConstantSecondReservoir Property |
Flag specifying if to use an independent time constant for the
second linear reservoir routing (CK2), for overland flow.
If set to false, the time constant for the first and the second
linear reservoir will be the same, i.e. using only
TimeConstantFirstReservoir
Default: true
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool UseTimeConstantSecondReservoir { get; set; }
Public Property UseTimeConstantSecondReservoir As Boolean
Get
Set
public:
virtual property bool UseTimeConstantSecondReservoir {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
ICatchmentNamDataUseTimeConstantSecondReservoirSee Also